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
Anthony Bedford
fe182bbe80
Fixes doc bug #49460
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288055 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-04 15:27:21 +00:00
Anthony Bedford
342381913e
Clarified description.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287410 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-17 14:01:49 +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
Jakub Vrana
fd5f753b62
Document report modes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286402 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-27 12:06:27 +00:00
Jakub Vrana
644fbe03f5
Denote class in synopsis
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286398 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-27 10:30:58 +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
Anthony Bedford
d9e8437a2a
Just clarifying, MySQL AB no longer exists, it is now Sun Microsystems, Inc.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283176 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-30 16:55:21 +00:00
Anthony Bedford
95d7a97369
MySQL AB no longer exists.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283175 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-30 16:50:37 +00:00
Jakub Vrana
513a726f3b
Purpose of get_warnings
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280717 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-18 13:17:16 +00:00
Jakub Vrana
05853e1d91
Consistent refnames
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280716 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-18 13:13:21 +00:00
Yannick Torres
7988eb137a
fix markup
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279806 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-03 19:20:33 +00:00
Damien Seguy
110322e67c
synch with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278852 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-16 16:42:16 +00:00
Damien Seguy
f19892b5cd
fix spelling
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278849 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-16 15:48:56 +00:00
Anthony Bedford
91fb1d8616
Fixes bug #47979 . Mysqli_insert_id returns mixed.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278808 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-16 10:43:13 +00:00
Richard Quadling
8ac9109e3d
Use Unicode characters and UTF-8 encoding.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278175 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-02 12:58:06 +00:00
Kalle Sommer Nielsen
b99b577a22
Minor grammar fix
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278026 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-30 14:34:35 +00:00
Mehdi Achour
68bd154ab9
Work on constants
...
Added missing constants:
DOM_PHP_ERR, GLOB_AVAILABLE_FLAGS, FILE_NO_DEFAULT_CONTEXT, FNM_NOESCAPE, FNM_PATHNAME,
FNM_PERIOD, FNM_CASEFOLD, IMAGETYPE_JPEG2000, NAN, INF, MYSQLI_TYPE_INTERVAL, MYSQLI_TYPE_CHAR,
MYSQLI_CURSOR_TYPE_FOR_UPDATE, MYSQLI_CURSOR_TYPE_NO_CURSOR, MYSQLI_CURSOR_TYPE_READ_ONLY,
MYSQLI_CURSOR_TYPE_SCROLLABLE, MYSQLI_STMT_ATTR_CURSOR_TYPE, MYSQLI_STMT_ATTR_PREFETCH_ROWS,
MYSQLI_STMT_ATTR_UPDATE_MAX_LENGTH, MYSQLI_SET_CHARSET_NAME, OPENSSL_ALGO_DSS1, TCP_NODELAY,
SQLITE_NOTADB, SQLITE_FORMAT, PSFS_FLAG_NORMAL, PSFS_FLAG_FLUSH_INC, PSFS_FLAG_FLUSH_CLOSE,
XML_SAX_IMPL
Added missing <constant></constant> markup
Fixed:
* GD_BUNDLE => GD_BUNDLED
* SOCKET_ERMCHG => SOCKET_EREMCHG
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277584 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-22 15:45:07 +00:00
Daniel Convissor
0e4b458b92
* Indicate that empty constrcutor is like calling mysqli_init(). Bug 38998.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277201 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-15 15:32:54 +00:00
Daniel Convissor
b612456307
* Add OOP example for extending mysqli.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277120 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-13 17:50:04 +00:00
Daniel Convissor
c68df084c7
* Have warning mention to use function if compatibility with earlier PHP versions is required.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277119 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-13 17:28:17 +00:00
Daniel Convissor
599acf916d
* Add link to connect for example.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277118 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-13 17:19:33 +00:00
Daniel Convissor
08ab232bdc
* Round up to whole version regarding connect_error oddities.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277107 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-13 14:46:22 +00:00
Daniel Convissor
641729d204
* Provide OOP example when extending mysqli class.
...
* Adjust examples to match other connect examples.
* Check for errors along the way.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277081 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-13 00:16:11 +00:00
Daniel Convissor
436cfd945e
* 5.3 RC1 -> beta1 for connect_error property fix.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277058 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-12 21:04:52 +00:00
Daniel Convissor
3c2bce9c03
* Add oop example and tweak procedural example to match connect examples.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277057 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-12 20:46:45 +00:00
Daniel Convissor
5b320c16b0
* Add warning about property not working right in earlier versions (re Bug 45940).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277053 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-12 20:29:09 +00:00
Daniel Convissor
2664e69c13
* Add mysql_close to see also.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277052 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-12 20:12:42 +00:00
Daniel Convissor
23c40e8cba
* Add examples section that points to real connect.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277050 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-12 20:01:50 +00:00
Daniel Convissor
5a81fc8ffa
* Update example output.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277049 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-12 19:53:50 +00:00
Daniel Convissor
5ccab691ef
* a object -> an object.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277048 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-12 19:43:19 +00:00
Daniel Convissor
b9ee6f5dbd
* Provide See Also.
...
* Provide note that if you need to adjust options, use real connect. Resolves some user contributed notes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277047 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-12 19:37:58 +00:00
Daniel Convissor
f920f855d1
* Have examples cover issues with $connect_error. Resolves some things covered in user notes.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277046 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-12 19:14:03 +00:00
Carola 'Sammy' Kummert
17393450fc
fix mysql server version info
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276835 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-07 18:36:08 +00:00
Philip Olson
3abebb615d
Added and updated PHP/PECL version information
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276608 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-28 23:51:42 +00:00
Anthony Bedford
b5b2622cc8
Added note that persistent connections are suported when using mysqlnd and libmysql.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276504 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-26 16:31:19 +00:00
Philip Olson
8280398c81
Added PHP/PECL version information
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276441 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-25 18:42:12 +00:00
Philip Olson
a666be80f5
fixed refname
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276437 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-25 17:32:47 +00:00
Anthony Bedford
41f9e9962d
Corrections to comply with PHP doc standards.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276420 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-25 09:55:02 +00:00
Anthony Bedford
a923f23722
Initial information about mysqli persistent connection support.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276358 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-24 17:52:10 +00:00
Anthony Bedford
a05a938159
Added link to information about persistent connections.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276353 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-24 17:31:33 +00:00
Kalle Sommer Nielsen
f47d008af9
Fix missing <parameter> values
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276342 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-24 12:51:25 +00:00
Kalle Sommer Nielsen
71eda65b05
Add descriptions for mysqli.allow_persistent & mysqli.max_persistent
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276292 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-23 18:34:20 +00:00
Anthony Bedford
906e9a6f1d
Completed entries for mysqli_get_client_stats() and mysqli_get_cache_stats().
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275686 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-12 17:38:29 +00:00
Anthony Bedford
5a41ee7606
Initial version of docs for mysqli_get_cache_stats().
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275678 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-12 17:13:26 +00:00
Anthony Bedford
e689376003
Added method titles. Minor formatting change.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275676 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-12 16:54:27 +00:00
Anthony Bedford
aceaf0a773
Added initial docs for mysqli_get_client_stats().
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275673 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-12 16:41:51 +00:00
Anthony Bedford
e6be6e7382
Ths function returns stats for the connection. There is another
...
function to return zval stats.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275669 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-12 16:11:31 +00:00
Anthony Bedford
81383a4d24
Added a table showing a list of statistics
...
returned by mysqli/mysqlnd statistics functions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275668 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-12 15:37:48 +00:00
Richard Quadling
4c3f9137a5
Broken links.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275652 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-12 11:55:33 +00:00
Anthony Bedford
b6da385301
First attempt at documenting statistical functions provided
...
by mysqlnd, and accessed from mysqli.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275649 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-12 11:48:34 +00:00
Anthony Bedford
cb778fb2bc
Corrected XML markup for mysqli_fetch_all() now that it has an entry
...
in the reference manual.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275604 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-11 17:16:22 +00:00
Anthony Bedford
33e69719e6
Added link to MySQL Native Driver initial documentation.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275603 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-11 16:54:44 +00:00
Anthony Bedford
a691110374
Initial draft of some MySQL Native Driver documentation.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275602 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-11 16:52:44 +00:00
Anthony Bedford
a753ca77e9
Added a short description.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275601 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-11 16:50:17 +00:00
Anthony Bedford
1e5fd9e6f2
Rewrote to clarify installation/configuration procedures, with
...
particular reference to using MySQL Native Driver with mysqli.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275503 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-10 16:02:03 +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
Anthony Bedford
33a178989b
Correct MySQL versions required for mysqli.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273379 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-12 16:31:49 +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
Jakub Vrana
aa8148ada7
Persistent connections
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273081 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-08 16:38:20 +00:00
Jakub Vrana
cf69c088a9
MySQLnd functions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273080 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-08 16:18:50 +00:00
Jakub Vrana
ef5679d743
MYSQLI_ASYNC
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273076 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-08 15:10:22 +00:00
Anthony Bedford
2a6a145bcb
Added two new options.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271350 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-16 14:21:22 +00:00
Philip Olson
1f6db5345c
Fixed simple spelling errors
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271314 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-16 05:56:46 +00:00
Philip Olson
6bbdc5267f
Fixed simple spelling errors
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271311 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-16 04:22:48 +00:00
Anthony Bedford
4441c84b15
Fixed typo.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271085 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-12 17:20:05 +00:00
Anthony Bedford
04a678fef1
Added note that on Windows PHP 5.3 or later mysqli uses mysqlnd by default.
...
Reformatted file.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270626 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-05 17:12:46 +00:00
Anthony Bedford
053f373888
Added id to paragraph to enable linking from configure document.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270613 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-05 14:16:11 +00:00
Anthony Bedford
c76415eb91
Added some text describing option to select mysqlnd.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270612 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-05 14:15:02 +00:00
Daniel P. Brown
c238cb5114
Fixes typo in Bug #46720 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270091 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-29 18:09:14 +00:00
Anthony Bedford
4c8987f8ba
Updated as documentation exists for these methods.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269925 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-27 10:43:23 +00:00
Jakub Vrana
186e957050
mysqli_stmt_store_result must be called (bug #43783 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268513 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-07 14:04:43 +00:00
Jakub Vrana
53586e8323
Note mysqli_stmt_store_result (bug #44386 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268483 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-07 11:12:28 +00:00
Jakub Vrana
3c57c12773
Fix ID
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268358 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-05 15:59:15 +00:00
Jakub Vrana
1e55051571
Document mysqli_fetch_all (bug #45795 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268342 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-05 10:17:12 +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
Anthony Bedford
f8c09e293b
Corrected location of comment.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267969 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-29 15:04:31 +00:00
Anthony Bedford
f0ecc019ca
Replaced link tag with methodname tag for methods
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267966 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-29 14:18:15 +00:00
Anthony Bedford
64505ff958
Initial version of mysqli function jump table.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267935 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-28 16:52:04 +00:00