Commit graph

342 commits

Author SHA1 Message Date
Philip Olson
cd09fab47b Renamed libmysql to libmysqlclient to coincide with the mysql.com manual (sorry, translators)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329924 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-26 03:57:46 +00:00
Philip Olson
5653063455 Moved changelog up the TOC a bit.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329176 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-17 08:14:11 +00:00
Adam Harvey
65e697ff67 Officially deprecate ext/mysql in the manual.
Specific changes:

- Upgraded the soft deprecation sidebars to full blown warnings.
- Beefed up the wording of the soft deprecation notice boilerplate.
- Added changelog items for mysql_connect() and mysql_pconnect(), since they're
  the functions that have changed behaviour.
- Updated the MySQL changelog.
- Updated the 5.5 migration guide.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328734 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-10 15:22:07 +00:00
Philip Olson
0bc62a921d Moved generated changelog to a new changelog.xml, and added deprecated aliases as per PHP Bug #63295.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328703 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-07 08:30:40 +00:00
Hannes Magnusson
7afe7c8750 Fixed bug#63627 & #63626 and add all the mysqlnd-weirdname ini options too
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328600 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-02 05:35:51 +00:00
Philip Olson
50fed17947 Update PDO suggestion, as SET NAMES is not recommended
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326285 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-21 16:31:09 +00:00
Hannes Magnusson
07916c82c5 Send arguments to function via attributes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326070 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 19:04:39 +00:00
Hannes Magnusson
858cacd62c mark bunch of extensions with "membership" PI (like the membership comment)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326064 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:34:56 +00:00
Hannes Magnusson
a4861592bb Add experimental autogenerated changelog entries for few books.
This requires PhD 1.1.6-dev :)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326056 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 13:15:55 +00:00
Philip Olson
41f14ef421 Added a concepts section about character sets, and linked to it in various places.
This is an improved fix for PHP Bug #54605


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326024 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-08 05:21:09 +00:00
Philip Olson
59b8134015 Documented that setting the character set via an SQL query will not be
useful to real_escape_string. This closes PHP Bug #54605


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326022 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-08 00:11:47 +00:00
Philip Olson
6757efbf17 Updated foo::bar(arg) syntax, as spotted by bjori(). And used [foo] for returned array parts.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325981 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-05 08:29:31 +00:00
Philip Olson
c53a5feeaf Added soft-deprecation-notice for each function, including ext/mysqli and PDO alternatives
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325980 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-05 07:55:24 +00:00
Philip Olson
b80218f662 Updated the soft deprecation alternatives syntax
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325976 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-05 04:25:50 +00:00
Peter Cowburn
7b41e56f19 fix build :(
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325952 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-03 14:21:19 +00:00
Peter Cowburn
323d2c0996 first ext/mysql soft deprecation notice
This commit serves as a test, before we roll the change out to
the whole extension.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325943 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-02 16:19:43 +00:00
Philip Olson
8e4ba0e729 Documented PHP Bug #60770 -- Return value for 'INSERT ... ON DUPLICATE KEY UPDATE' queries. Note stolen from david_colter at me dot com.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325920 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-01 07:01:17 +00:00
Philip Olson
0d907fcbab Documented PHP bug #61758 -- will report the alias name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325919 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-01 06:46:02 +00:00
Johannes Schlüter
2fe26a8a04 Add a note about aliased names and point users towards mysqli.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325284 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-18 11:14:22 +00:00
Philip Olson
663007e75b Mention that this extension is not recommended.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324878 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-06 01:13:57 +00:00
Philip Olson
70642d85d0 Softly deprecate part of ext/mysql... as a test. Let's see what chaos this will cause. And/or let's see if this idea makes much sense. Suggestions are welcome.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324829 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-05 06:38:36 +00:00
Jakub Vrana
f052ac1bd7 Revert useless change in 326638
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323642 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-29 00:24:15 +00:00
Jakub Vrana
c0ade579d4 PHP_INI_* is in fact INI_
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323638 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 20:26:39 +00:00
Jakub Vrana
c1dc0919bf Linkable reference constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323628 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:37:00 +00:00
Philip Olson
4cb4824d50 technically, <constant> is not allowed within <initializer>, so removing
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323449 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-23 16:23:01 +00:00
Maciek Sokolewicz
4a420d557a Fixed missing <initializer> warnings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323235 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-15 18:52:23 +00:00
Jakub Vrana
b9c3ddd1d3 Use entities for INI headings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322061 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 08:09:53 +00:00
Jakub Vrana
91183f9916 Use book
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321996 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-10 07:15:52 +00:00
Philip Olson
e3505152b4 Added a new MySQL information container for the MySQL books.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321341 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-22 21:10:53 +00:00
Justin Martin
f76374f37e Clarified that certain commands can be used on a result set from mysql_unbuffered_query after all rows have been fetched. Closes bug #54704.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320465 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-05 21:55:40 +00:00
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