Commit graph

230 commits

Author SHA1 Message Date
Jakub Vrana
bc66ad1b3d Works with all queries (bug #50171)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290747 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-14 15:43:46 +00:00
Richard Quadling
f658721332 Use &return.falseforfailure; entity.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290410 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-09 10:26:08 +00:00
Torben Wilson
70d7a83993 Various grammatical fixes.
Addresses bug #49720.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288979 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-30 06:43:31 +00:00
Torben Wilson
af4410a7e1 Normalized the sgml-default-dtd-file local-variable line for those
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Brandon Savage
05d68e4ea4 Updating mysql-insert-id documentation. More clearly explains why bigint will fail.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288440 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-18 18:04:29 +00:00
Daniel P. Brown
7e13534a9d Added deprecation warning.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287183 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-12 21:56:14 +00:00
Jakub Vrana
42fd17af6e Escape data inside queries
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286556 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-30 12:22:29 +00:00
Nilgün Belma Bugüner
2c69dc3c07 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283826 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 08:13:42 +00:00
Richard Quadling
5aedae62db literal => constant for error constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282808 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-26 07:38:42 +00:00
Aidan Lister
1211180f71 Remove terrible "best practice" example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280614 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-16 13:43:53 +00:00
Richard Quadling
d64bba6bd4 Typo : #47356
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275573 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-11 10:50:43 +00:00
Jakub Vrana
0ef9a59224 Undocument PHP 3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273643 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-16 15:36:27 +00:00
Jakub Vrana
6125c0100d Initializers - part 4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273634 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-16 12:08:51 +00:00
Philip Olson
31a79096d2 Grammar, s/an unique/a unique/g which closes bug #46942 and helps #34880
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271849 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-25 01:35:26 +00:00
Kalle Sommer Nielsen
20a326f84d * Added caution note that ticks are deprecated as of 5.3
* Added note in changelog on the following functions that they will throw an E_DEPRECATED notice as of 5.3:
  * mktime() -- is_dst parameter is deprecated
  * register_tick_function()
  * mysql_db_query()
  * mysql_escape_string()
  * setlocale() -- Behavior of passing strings insted of one of the LC_* constants is deprecated


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265410 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-24 07:26:26 +00:00
Hannes Magnusson
2797f9f849 - Add a note about SET NAMES
- Cross link mysql_set_charset() and mysql_client_encoding()


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264441 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-08 08:01:09 +00:00
Daniel P. Brown
aa85e5451d Not especially a bug, but a good idea, as INSERT is probably the most commonly-used database modifier query.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261603 c90b9560-bf6c-de11-be94-00142212c4b1
2008-06-24 19:01:05 +00:00
Nuno Lopes
0610a81ad6 fix the 3rd example (fix connect to socket), per user note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259490 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-10 19:36:32 +00:00
Richard Quadling
404b75e0f6 Fix typo (bug 44781)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257891 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-19 09:59:35 +00:00
Felipe Pena
a79d200236 - Added link to list of charsets that MySQL supports
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257858 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-18 22:13:58 +00:00
Felipe Pena
b34d0d9a52 Fix reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253557 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-23 01:46:48 +00:00
Felipe Pena
5843658ca5 Changed example for sample of second parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249116 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-27 02:17:06 +00:00
Nuno Lopes
40bd0d7204 revert my previous commit, per Philip comment
# I didnt really noticed the example title, sorry


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246861 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-23 18:56:56 +00:00
Nuno Lopes
f3bd19c5a8 use mysql_db_query in the example
# per user note


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246771 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-22 22:47:31 +00:00
Jakub Vrana
94b9ee5053 Error 10106 (bug #42733)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246619 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-21 15:46:20 +00:00
Nuno Lopes
75f80d3b87 fix the example, per user note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244460 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-19 12:05:59 +00:00
Richard Quadling
d8785bbc2f Fix #42931
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244108 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-12 10:03:53 +00:00
Jakub Vrana
976b4914f1 Automatic reconnection since MySQL 5.0.13 (bug #41083)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241417 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 09:51:56 +00:00
Etienne Kneuss
cb0931dfa5 stripslashes is already aware of sybase
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238860 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-29 11:42:12 +00:00
Hannes Magnusson
47babea5e9 More Docbook5 upgrades...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238171 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-21 00:43:30 +00:00
Hannes Magnusson
c030e2adf7 Upgrade to DocBook5:
- All id attributes are now xml:id
 - Add docbook namespace to all root elements
 - Replace <ulink /> with <link xlink:href />
 - Minor markup fixes here and there


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Gwynne Raskind
100cfa0929 - Import of new internals documentation
- Manual base modified to include new docs and remove old
- Links updated in many files
- New language and global entities as needed


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237850 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-16 21:08:14 +00:00
Mehdi Achour
226c6acd8e Document mysql_set_charset()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237776 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-15 16:25:18 +00:00
Jakub Vrana
bf06330558 LOAD DATA LOCAL client flag
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237175 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-07 14:40:13 +00:00
Etienne Kneuss
3f7ceab4a8 Take magic_quotes_sybase in account (Thanks arpad for the hint)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@234042 c90b9560-bf6c-de11-be94-00142212c4b1
2007-04-18 16:07:17 +00:00
Jakub Vrana
93fbad0d6a fetch functions return string (bug #40206)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232567 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-25 10:52:00 +00:00
Jakub Vrana
3a16879095 Works with any statement returning resultset (bug #40377)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232473 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-23 17:51:34 +00:00
Mehdi Achour
01d2718356 Fix return values
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230799 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-26 01:40:44 +00:00
Mehdi Achour
badae55071 Add missing cross links
# and more soon


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230541 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-23 00:47:06 +00:00
Mehdi Achour
630f0a9f90 s/name/length
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228959 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-04 14:24:13 +00:00
Mehdi Achour
0dbc7d65b8 Fix whitespaces
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228279 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 05:22:02 +00:00
Nuno Lopes
f57a15e728 this just supports 1 query
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227605 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-19 19:59:03 +00:00
Etienne Kneuss
d376086222 improve the example of "best practice"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227545 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-18 20:36:11 +00:00
Dave Barr
b78692d6f6 - Document when function became deprecated (Bug #38448).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221790 c90b9560-bf6c-de11-be94-00142212c4b1
2006-10-15 04:41:43 +00:00
Jakub Vrana
5bf18bc49c SQL safe mode
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221552 c90b9560-bf6c-de11-be94-00142212c4b1
2006-10-11 10:04:41 +00:00
Etienne Kneuss
bd9a1432aa Fix #38730 (Include REPLACE in the description)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219446 c90b9560-bf6c-de11-be94-00142212c4b1
2006-09-06 09:48:43 +00:00
Etienne Kneuss
ce725f29fa Fix #38730 (Include REPLACE in the description)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219445 c90b9560-bf6c-de11-be94-00142212c4b1
2006-09-06 09:27:51 +00:00
Hannes Magnusson
439e3e2628 - Add mysql*_fetch_object optional arguments (been around since 5.0)
- an <literal>stdClass -> a <classname>stdClass..


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219193 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-31 22:09:10 +00:00
Hartmut Holzgraefe
c7388fb042 SHOW returns a resultset, too (Bug #38667)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219187 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-31 18:36:23 +00:00
Horst Schirmeier
f47b057867 style; missing period added
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@215727 c90b9560-bf6c-de11-be94-00142212c4b1
2006-07-04 10:29:34 +00:00