Commit graph

409 commits

Author SHA1 Message Date
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
Kalle Sommer Nielsen
ba898e3361 Use entity instead
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302183 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-13 10:51:07 +00:00
Kalle Sommer Nielsen
4822597388 Mention the per-process to per-request change thats in 5.2.15 & 5.3.4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302182 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-13 10:49:15 +00:00
Anthony Bedford
e5c2bfa4c8 Example tag should contain a single title tag.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301933 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-06 15:40:41 +00:00
Anthony Bedford
0214c184b6 Changed Oracle, Inc to Oracle Corporation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301784 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-02 09:51:19 +00:00
Anthony Bedford
c80027c88f Changed Sun Microsystems to Oracle.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301724 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-30 16:44:11 +00:00
Jakub Vrana
b5ee8a5c0d Better explanation of mysqli_report
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301418 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-20 09:43:37 +00:00
Anthony Bedford
bdeea4d125 Removed use of 'above' (as not always relevant in MySQL doc formats).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300509 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-17 09:11:26 +00:00
Peter Cowburn
5f357e881e tidied up mysqli_escape_string alias page (patch by Peter O'Callaghan)
- removed See Also section
    - use alias entities

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300307 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-09 11:21:24 +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
Jakub Vrana
395536882e Returns mysqli_warning
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299472 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-18 23:59:11 +00:00
Daniel Convissor
20c22d6105 Add title to example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299196 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-10 03:48:09 +00:00
Daniel Convissor
33d634d15e Add title to example. Fix markup for extended class example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299195 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-10 03:47:30 +00:00
Daniel Convissor
dd731f1402 Add title to example. Fix refname.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299194 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-10 03:36:10 +00:00
Daniel Convissor
ac54a421f7 Bring examples in line with our updated oop/procedural style docbook layout.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299161 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-08 23:37:27 +00:00
Daniel Convissor
cd7e8901b3 Clean up description sections for updated oop/procedural combination format.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299158 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-08 21:20:24 +00:00
Daniel P. Brown
e1a8a7efe3 Fixes OOP field displaying procedural method.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297929 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-12 18:43:10 +00:00
Daniel Egeberg
15925a594d Fixed PHP bug #51508, error in SQL example in mysql::commit() doc page
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297721 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-08 22:41:20 +00:00
Philip Olson
3e57d6ccfd Commented out or rewrote PHP 6 documentation as discussed. Grep 'FIXME PHP_6' to fix. Closes PHP Bug #51468
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297557 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-06 05:24: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
Peter Cowburn
e1694ecb31 Added mysqli_connect alias (thanks Peter O'Callaghan)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296275 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-16 13:13:09 +00:00
Jakub Vrana
75c3613337 Link mysqlnd.stats
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295815 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-04 05:42:44 +00:00
Richard Quadling
735a959f84 W/S tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294403 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 14:10:22 +00:00
Richard Quadling
66c2c84d31 Set sgml-default-dtd-file to ~/.phpdoc/manual.ced
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294372 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 13:07:05 +00:00
Anthony Bedford
4e666e6cee Changed wording of return values statement. Fixes bug #50909.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294338 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-02 13:41:12 +00:00
Daniel Egeberg
894e98c406 Fixed doc bug #50838 (mysqli_prepare speaks about null-terminated strings)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294086 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-27 12:33:55 +00:00
Daniel Egeberg
28e9242331 Clarifying how to use persistent connections in mysqli.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293632 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-17 00:10:27 +00:00
Pierrick Charron
4724b47c25 Added new entities for Properties, Methods, InheritedMethods, Constants
# Those words were hardcoded in all class synopsis 


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292734 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-29 09:42:00 +00:00
Anthony Bedford
21cedf648b It should be &null; instead of <literal>NULL</literal>.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291956 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-10 16:14:10 +00:00
Anthony Bedford
6ba54c0c74 In practice a NULL is actually returned, rather than an empty string.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291945 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-10 11:09:15 +00:00
Daniel P. Brown
1df3727755 Zero is not a recognized flag, but both 'o' and 'O' are, so we'll use 'o' for the example. Reported (incorrectly) in a user note by (pchampon AT gmail DOT com) on
01-DEC-09.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291566 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-01 17:23:33 +00:00
Jakub Vrana
201dc3748c Prefer <initializer> before "defaults to"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291313 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 14:49:47 +00:00
Anthony Bedford
b4d054f0b2 Changed wording to conform with policy of not documenting bugs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291189 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-23 11:03:53 +00:00
Jakub Vrana
cc1a86df68 Document mysqli.reconnect (bug #47190)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291057 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-20 10:42:26 +00:00
Richard Quadling
b71e8b802f Added complete svn:keyword list and $Revision: $ => $Revision$
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290998 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-19 14:54:51 +00:00
Jakub Vrana
832ce87fa8 Some functions don't exist as methods (bug #47950)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290975 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-19 10:53:20 +00:00
Yannick Torres
d06d1757ce Add keyword Revision
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290906 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-18 08:19:21 +00:00
Anthony Bedford
45cac231ff Added note that MYSQLI_OPT_CONNECT_TIMEOUT did not work prior to 5.3.1 using TCP/IP on Windows
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290827 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-16 16:43:33 +00:00
Anthony Bedford
5d15149a5d Added note on taking care when using with call_user_func_array().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290808 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-16 11:55:02 +00:00
Jakub Vrana
49e5833d21 Document mysqli_warning (bug #49298)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290722 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-13 23:00:18 +00:00
Philip Olson
f91e9cc3a9 reverted erroneous typo fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289286 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-07 17:35:31 +00:00
Philip Olson
f305894ecc fixed recent typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289283 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-07 16:40:52 +00:00
Anthony Bedford
a0be193fd9 Added links to mysqlnd docs. Changed link in snippets to refer to main mysqlnd docs.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289252 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-06 15:27:14 +00:00
Anthony Bedford
6436dcaa2b Refactor mysqlnd material into its own 'extension'. Improve mysqli_fetch_all().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289245 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-06 10:07:59 +00:00
Anthony Bedford
12541ccb1f Added some info on PHP.INI options related to MySQL Native Driver
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289212 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-05 10:10:20 +00:00
Anthony Bedford
08d612be09 Further fixes for bug #49535. Included get_client_info method, which works, and moved client_info and client_version properties to their own files. Updated summary table accordingly.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288990 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-30 12:27:45 +00:00
Anthony Bedford
55f6c006ca Fixed bug #49535. client_version and client_info are properties, not methods. Corrected summary table accordingly, as well as main entries.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288902 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-28 14:14:56 +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
Daniel P. Brown
1e5452bbcd Fixes Bug #49602.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288461 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-19 18:54:33 +00:00