Commit graph

312 commits

Author SHA1 Message Date
Richard Quadling
62d2701405 W/S, Tab removal
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318457 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-27 09:21:48 +00:00
Philip Olson
f4bda7dca1 Implemented entities, and fixed title
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318291 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-21 06:27:40 +00:00
Philip Olson
d0dfc692a4 Fixed whitespace (sorry)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318282 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-21 01:39:45 +00:00
Philip Olson
9cac711102 Moved Linux+MySQL installation information to a table, and removed a few PHP 4 specific details. And fixed a bug that stated mysqlnd (and all mysql extensions) are enabled by default.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318281 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-21 01:37:42 +00:00
Philip Olson
5ffcb8a8aa mysql_list_dbs() is deprecated as of 5.4.0, as per PHP bug #50667
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318196 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-18 22:54:45 +00:00
Justin Martin
1317c63b4b Clarified note about fetching from unbuffered queries, as per bug #55813.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317924 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-08 21:27:41 +00:00
Yannick Torres
88a88985b9 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316587 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-13 06:12:03 +00:00
Hannes Magnusson
9fc42bb977 Document mysql[i].allow_local_infile, see bug#55404
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315060 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-17 11:52:31 +00:00
Etienne Kneuss
5e745cec2b Some mysql functions work differently with respect to the link id, mysql_close does not try to open one if none is found. There are probably other such cases
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314909 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-14 23:24:16 +00:00
Jakub Vrana
ac04b2ea21 Extension purpose is not needed anymore
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313269 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 15:46:15 +00:00
Shein Alexey
789048eb9d Fixed comment markup and removed @ from @mysql_connect in the example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311648 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-31 10:53:03 +00:00
Shein Alexey
654099b8c6 Fixed wrong titles.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311568 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-30 09:07:30 +00:00
Shein Alexey
0c95eb7e65 Fixed a typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311478 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-27 09:08:48 +00:00
Peter Cowburn
47ce3a5932 added missing title for MySQL overview example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310790 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-05 14:57:50 +00:00
David Tajchreber
f97cf90f64 bug #54041 - http post vars are set before processing. changed order to make example give shown output
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308511 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-20 22:41:18 +00:00
Anthony Bedford
9f7e2da29b Initial reworking of installation info (not yet completed). Bug #52544.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302452 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-18 18:13:02 +00:00
Anthony Bedford
b481e9d418 Fixed doc bug #51163. Removed references to def field, as no meaningful value is returned for it.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302439 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-18 12:12:29 +00:00
Mark Wiesemann
a86495afc6 added missing word
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301806 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-02 21:45:23 +00:00
Daniel Egeberg
0640e024d4 Fixed PHP bug #51978
for file in `ack -i '\bA\s+SQL' -l`; do perl -i -pe 's/\b(a)(\s+SQL)/\1n\2/gi' $file; done


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300101 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-02 18:45:11 +00:00
Daniel Egeberg
96c9d88bad Converted to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Anthony Bedford
da61e9c617 Added note that mysql_affected_rows() does not count rows affacted by CASCADE. Fixes doc bug #51041
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295471 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-24 14:13:30 +00:00
Kalle Sommer Nielsen
4bc27d8766 Remove the last of the PHP3 related stuff around the manual, including the documentation for:
* ascii2ebcdic
* ebcdic2ascii
* mysql_change_user

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293483 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 04:01:06 +00:00
Daniel Egeberg
cd55f2597b Fixed #50536.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292375 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-20 20:38:03 +00:00
Jordi Boggiano
c83a8768d8 Fixes SQL query in example #2 of mysql_stat, fixes bug #43313
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292247 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-17 12:10:36 +00:00
Richard Quadling
daa03f0ede Remove incorrect/redundant paragraph. Fix#50491
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292209 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-16 13:54:21 +00:00
Jakub Vrana
612e5af5ec Prefer <initializer> before "default value"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291314 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 15:22:02 +00:00
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
Yannick Torres
f6258411ba correct markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279011 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-19 20:40:13 +00:00
Philip Olson
5b1f813356 Added PHP/PECL version information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275636 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-12 05:29:58 +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
Anthony Bedford
8f85ac64b1 Added a link to an overview in the mysqli section of the manual.
The Overview is also of relevance to the MySQL extension.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275568 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-11 10:33:35 +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
Jakub Vrana
11092762eb Links in ini.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273180 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-09 17:33:40 +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
Philip Olson
55959002bd Contains version information (when functions became available to PHP)
# Originally from the following location (although likely modified):
# phpdoc/phpbook/phpbook-xsl/version.xml


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268128 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-02 04:50:40 +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