Commit graph

555 commits

Author SHA1 Message Date
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
Anthony Bedford
5ed11e8a88 Initial version of document describing PHP/MySQL connector options.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267934 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-28 16:50:34 +00:00
Kalle Sommer Nielsen
b0e34cabb7 Fixes #46301 (Missing argument documentation on mysqli_result::fetch_object)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267780 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-26 12:21:19 +00:00
Kalle Sommer Nielsen
8ea44f998e * Fixes #44846 (Missing MYSQLI_ENUM_FLAG)
* MYSQLI_TYPE_SHORT is a SMALLINT not INT


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267779 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-26 12:13:17 +00:00
Kalle Sommer Nielsen
a48b72ac9e Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267114 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-09 14:12:57 +00:00
Richard Quadling
24c2a96c9c Patches supplied by Anthony Bedford. Thank you.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266882 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-01 11:17:26 +00:00
Herman J. Radtke III
9fa2c902c0 Added a sentence to the return values section explaining that passing something other than mysqli_stmt object would return NULL instead of -1.
This was pertaining to bug #43708.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266013 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-09 02:00:10 +00:00
Hannes Magnusson
9fcdb5c853 Implement phpdoc:classref
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265353 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-23 14:09:15 +00:00
Kalle Sommer Nielsen
6acd92e24c * Fixes #45646 (Failed Connect Does Not Return FALSE)
* Add a notice about dealing with connection error handling


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265153 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-20 02:19:52 +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
Rudy Nappée
685a03b4b3 * No () in refnames
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263467 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-24 21:54:47 +00:00
Daniel Convissor
2eb6d7dae8 * Change example to use specific query rather than giving users the notion that running queries from user input is okay.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262412 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-10 20:31:55 +00:00
Philip Olson
db367ae954 Unified <title> and <titleabbrev> in every extensions book.xml/reference.xml
See the following bug report for details: http://bugs.php.net/44736


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260480 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-30 17:25:13 +00:00
Felipe Pena
206cb141c9 Fixed typo in method name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260440 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-29 14:55:32 +00:00
Felipe Pena
ecb0b3bb21 Fixed bug #45113 (error in example for mysqli::multi_query())
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260439 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-29 14:54:38 +00:00
Felipe Pena
887e78b1f1 Fixed bug #44896 (Class Name incorrect)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@258925 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-02 18:01:33 +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
6a9db3d907 - Remove note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@256900 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-07 17:40:46 +00:00
Felipe Pena
17c536b7de - Remove note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@256898 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-07 17:31:11 +00:00
Gwynne Raskind
3b17ea32be fix syntax error
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254699 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-09 14:50:41 +00:00
Hartmut Holzgraefe
c7a6297379 some typo fixes and missing descriptions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254641 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-08 22:56:57 +00:00
Hartmut Holzgraefe
b1fdbe7690 filename tags for my.cnf
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254640 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-08 22:31:33 +00:00
Hartmut Holzgraefe
66cad153de added documentation for mysqli_get_charset()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250581 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-13 21:39:47 +00:00
TAKAGI Masahiro
d5218538fc fix build.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250576 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-13 21:12:11 +00:00
Hartmut Holzgraefe
e2c8f20606 documented mysqli_set-local-infile-default(),
updated mysqli_set-local-infile-handler() example.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250534 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-13 13:40:38 +00:00
Hartmut Holzgraefe
50aba4e9e3 documentation for mysqli_set_local_infile_handler added
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250511 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-13 00:45:06 +00:00
Felipe Pena
a0aac28a11 Fix typo (#43794)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250226 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-09 09:59:33 +00:00
Felipe Pena
ad774c3deb Fixed return value (#43753)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249897 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-04 21:09:09 +00:00
Hannes Magnusson
aca8094c04 - Use the functions entity
- Update title


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249706 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-02 16:41:18 +00:00
Hannes Magnusson
8fc8ccaa1f Deprecate the MySQLi RPL functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249705 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-02 16:37:56 +00:00
Hannes Magnusson
fc532225e3 Remove old file
#../mysqli_result/fetch-assoc.xml


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249704 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-02 16:13:19 +00:00
Hannes Magnusson
bc04a45248 Fix IDs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249703 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-02 16:09:25 +00:00
Hannes Magnusson
96435695a5 Update ID, refname and methodsynopsis to the new-oo-style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249694 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-02 15:48:24 +00:00
Hannes Magnusson
d2ed16b678 Fix <methodname>s
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249687 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-02 15:22:51 +00:00
Hannes Magnusson
4da17a4475 Rename functions/mysqli-*.xml to mysqli/*.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249686 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-02 14:38:33 +00:00
Hannes Magnusson
14a8b9ba92 Update IDs, refnames and methodsynopis to the new-oo-style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249685 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-02 14:27:37 +00:00
Hannes Magnusson
2356ca6291 Rename functions/mysqli-stmt-*.xml to mysqli_stmt/*.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249683 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-02 14:08:21 +00:00
Hannes Magnusson
4307023b46 Update refnames, IDs and methodsynopsis to the new-oo-style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249681 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-02 13:58:46 +00:00
Hannes Magnusson
bcb3c2a793 - Rename mysqli_result methods from functions/ to mysqli_result/
- Update the file entities in mysqli_result.xml
NOTE:
	mysqli-field-tell.xml     => current-field.xml
	mysqli-free-result.xml    => free.xml
	mysqli-fetch-lengths.xml  => lengths.xml
	mysqli-num-rows.xml       => num-rows.xml
	mysqli-fetch-row.xml      => fetch-row.xml


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249678 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-02 13:32:53 +00:00
Hannes Magnusson
bbf16dfad4 Document the available props
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249676 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-02 13:08:29 +00:00
Hannes Magnusson
73cf79d868 - Update ID
- Add OO refname
- Add OO methodsynopsis


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249675 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-02 12:43:22 +00:00
Hannes Magnusson
e04f60e288 Move functions/mysqli-embedded-server-start.xml to mysqli_driver/embedded-server-start.xml
Move functions/mysqli-embedded-server-end.xml to mysqli_driver/embedded-server-end.xml
Update the entities in mysqli_driver.xml


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249674 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-02 12:37:37 +00:00
Hannes Magnusson
b16d400c4f Remove nonexisting functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249673 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-02 12:24:48 +00:00
Hannes Magnusson
952231e989 Link to the MySQL intro section, rather than function listing (Felipe)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249102 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-27 01:12:54 +00:00
Hannes Magnusson
18e7059e12 Replace "<title>Class synopsis</title>" with &reftitle.classsynopsis;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249052 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-26 18:56:29 +00:00
Hannes Magnusson
0ec50ad13a MFB: Upgrade to the new-reference-structure
- (Created missing setup sections in setup.xml, if any)
 - Moved the intro to book.xml
	NOTE: Moved the examples note to the intro
 - Changed the intro ID from <extname>.intro to intro.<extname>
 - Moved the requirements section to setup.xml
 - Moved the configure and ini entities to setup.xml
 - Remove the entire mysqli.classess section
 - Added a warning to the partintro
# Someone from MySQL AB really needs to clean this mess up


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249013 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-26 14:14:59 +00:00
Hannes Magnusson
ff832534d7 MFB:
- Use the constants markup
 - Changed to be an appendix


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249012 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-26 14:09:08 +00:00
Hannes Magnusson
59d58462f0 MFB: Upgrade to the new-oo-style
#NOTE: Someone from MySQL AB really should sanitycheck this
#      These methods<->function<->props mapping makes no sense to me
#      so there are probably some errors in the method/prop listing


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249011 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-26 14:06:30 +00:00
Hannes Magnusson
0258a77f1e MFB: Rename "functions.xml" to entities.<dirname>.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247901 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-10 17:06:11 +00:00
Felipe Pena
351beb9d7c Missing alter "method" enclosed parenthesis
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247262 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-28 21:30:33 +00:00
Felipe Pena
cd79a60f6f Missing refname to property
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247261 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-28 21:14:57 +00:00
Felipe Pena
95a495b72b Change method to property (bug #43441)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247259 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-28 21:01:09 +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
Richard Quadling
a1496cecfe WS - Removal of TABs.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@245390 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-01 16:40:42 +00:00
Richard Quadling
375403f7f1 Fix #42721
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242763 c90b9560-bf6c-de11-be94-00142212c4b1
2007-09-21 11:35:43 +00:00
Richard Quadling
6136fccec4 Added xmlns:xlink="http://www.w3.org/1999/xlink"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241680 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-21 09:53:24 +00:00
Jakub Vrana
a55f7ed284 Use dev.mysql.com binaries for MySQL 5 (bug #36450)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241640 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 12:53:42 +00:00
Jakub Vrana
5223de0f67 Missing fullstop
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@239424 c90b9560-bf6c-de11-be94-00142212c4b1
2007-07-10 14:30:12 +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
Jakub Vrana
75ecffb1cb Fix methodsynopsis
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237770 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-15 15:53:14 +00:00
Logan Buesching
ed3e4836d8 Changed incorrect statement about using this function with SELECT
statements.  This is a fix for bug#41325.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236472 c90b9560-bf6c-de11-be94-00142212c4b1
2007-05-27 23:54:56 +00:00
Jakub Vrana
60051bd828 example.outputs.similar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236088 c90b9560-bf6c-de11-be94-00142212c4b1
2007-05-22 08:41:56 +00:00
Yannick Torres
7f2994c190 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232578 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-25 18:08:03 +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
Hannes Magnusson
bd1663eaf9 copy&paste typo (Philip)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229164 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-06 17:39:18 +00:00
Hannes Magnusson
b452924294 Bug#40053 (Missing installation instructions)
copy&paste from ref.mysql


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229138 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-06 11:30:06 +00:00
Yannick Torres
f0a80f2284 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228979 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-04 18:34:29 +00:00
Nuno Lopes
79812ccb2d fix 2nd example (user note)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228783 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-02 22:06:12 +00:00
Mehdi Achour
2113b603cc Go away, you don't exist
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228421 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-29 14:38:24 +00:00
Mehdi Achour
151a5927cb Add missing functions and classsynopsis
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228278 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 05:15:38 +00:00
Mehdi Achour
5b71e6af80 ref.mysqli: switch to new style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228275 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 04:25:58 +00:00
Mehdi Achour
15914a5a19 WS, prepare for new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228204 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-27 17:37:36 +00:00
Mehdi Achour
08e144e28e Remove useless note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227830 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-22 02:48:08 +00:00
Jakub Vrana
705a2fbf43 Missing verb
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@223857 c90b9560-bf6c-de11-be94-00142212c4b1
2006-11-25 12:20:10 +00:00
Hannes Magnusson
eb3bdc3f69 Fix return type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@222700 c90b9560-bf6c-de11-be94-00142212c4b1
2006-11-02 21:03:18 +00:00
Nuno Lopes
802351936c fix example (user note)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221184 c90b9560-bf6c-de11-be94-00142212c4b1
2006-10-05 13:45:36 +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
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
Georg Richter
a76ccf5d1a Added/Fixed note: mysqli_stmt_bind_result has to be called after mysqli_stmt_execute
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@217293 c90b9560-bf6c-de11-be94-00142212c4b1
2006-07-30 11:32:46 +00:00
Dave Barr
85ce0cd591 - Typos. (#37608)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@213803 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-26 22:12:39 +00:00
Antony Dovgal
4092b7e23b fix #37503
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@213245 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-18 18:33:54 +00:00
Jakub Vrana
8f059f92e3 Place to download newer libraries (bug #36863)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210618 c90b9560-bf6c-de11-be94-00142212c4b1
2006-04-03 15:44:29 +00:00
Antony Dovgal
10218f4402 add missing constant
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210395 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-30 11:25:34 +00:00
Jakub Vrana
61154ca32c Mention charsetnr, patch by bjori (bug #36589)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208452 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-02 12:22:50 +00:00
Jakub Vrana
c694bdbf82 Mention length, patch by bjori (bug #36579)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208445 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-02 08:33:52 +00:00
Jakub Vrana
8e3fc9b8cd Mention length, patch by bjori (bug #36579)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208444 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-02 08:33:51 +00:00
Jakub Vrana
f6a23b3b2f Hide E_NOTICE in example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@206154 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-30 21:32:11 +00:00
Jakub Vrana
8571575144 Example (bug #36085)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@206135 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-30 16:15:20 +00:00
Jakub Vrana
cb2f597ec1 Alphabetically sort
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205999 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-27 10:44:29 +00:00
Jakub Vrana
a80b8d8443 Document method alias
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205998 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-27 10:41:40 +00:00
Jakub Vrana
ae52248edb Procedural style uses mysqli_result too
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205646 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-21 05:04:43 +00:00
Jakub Vrana
60c040bd27 Link directly to mysqli_stmt
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205645 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-21 04:59:00 +00:00
Antony Dovgal
bb34ddedb3 fix build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205245 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-14 14:32:13 +00:00
Georg Richter
acb7c2d5d8 documented new field types NEW_DECIMAL AND BIT
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205213 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-14 10:22:59 +00:00
Nuno Lopes
36957607e9 fix the classname in OO proto, per user note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@203908 c90b9560-bf6c-de11-be94-00142212c4b1
2005-12-29 11:00:43 +00:00
Nuno Lopes
070bbc0c0d fix OO example, per user note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@202961 c90b9560-bf6c-de11-be94-00142212c4b1
2005-12-15 23:27:02 +00:00
Lee Seung Hwan
e50c8c25d5 no message
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200761 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-18 09:11:24 +00:00
Lee Seung Hwan
6a55cfe3bd no message
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200744 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-18 04:16:16 +00:00
Jakub Vrana
d5b62945d3 Packet instead of package (bug #35157)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200282 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-09 10:37:48 +00:00
Jakub Vrana
08afcaba2a MYSQLI_INIT_COMMAND (bug #35124)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200136 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-07 00:30:38 +00:00
Jakub Vrana
4238346b72 Alternative methods (bug #35055)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@199724 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-01 18:36:38 +00:00
Jakub Vrana
baf0536db2 An unique (bug #34880)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198602 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-17 12:36:02 +00:00
Jakub Vrana
bae3a219c7 Missing properties (bug #34841)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198335 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-13 09:42:22 +00:00
Jakub Vrana
b2ae82a10d WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195242 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-06 07:29:34 +00:00
Jakub Vrana
4391ecbaf8 Swapped if (bug #34379), typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195241 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-06 07:27:55 +00:00
Nuno Lopes
b069a314a4 add tagging
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195136 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-04 19:39:32 +00:00
Nuno Lopes
227cadb313 field_count() is a method of mysqli_result. spotted by user note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194952 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-02 16:55:47 +00:00
Dan Scott
0f3b624569 Begin splitting PDO driver docs into separate manual sections.
Implement sorted Function Reference section of manual table of contents;
  this may need more work for non-English manuals.
Fix mysqli title so it sorts correctly in sorted table of contents.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@193133 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-12 02:03:50 +00:00
Jakub Vrana
1a53828a5d Functions are undocumented, not experimental
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@191011 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-19 14:28:47 +00:00
Jakub Vrana
5ace950dc8 Use foreach
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189684 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-01 13:07:50 +00:00
Jakub Vrana
bd9dfa2fbf Fix return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189159 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-24 13:46:14 +00:00
Jakub Vrana
2bed4f6ded Fix return types (2/2)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189137 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-24 09:11:47 +00:00
Jakub Vrana
d7cff8e392 Fix return types (1/2)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189110 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-23 16:53:27 +00:00
Jakub Vrana
2b4e86c3dc Return value
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187308 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-30 10:23:26 +00:00
Nuno Lopes
41180bacab mysqli_set_character_set_name() was renamed to mysqli_set_charset()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@186399 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-14 18:40:37 +00:00
Georg Richter
618dc0b9de added documentation for new function mysqli_set_character_set_name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@186013 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-08 09:28:28 +00:00
Nuno Lopes
c4aac32a94 the data_truncated stuff in stmt_fetch was reverted, so removing docs. the constant wasnt removed, because it will be used elsewhere
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185982 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-07 18:33:03 +00:00
Nuno Lopes
4dfd372f93 document MYSQLI_DATA_TRUNCATED
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185951 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-07 11:02:30 +00:00
Philip Olson
fc86a64a2b Whitespace.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185189 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-26 14:33:31 +00:00
Jakub Vrana
8664ea3458 Remove self-reference See also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184894 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-22 15:39:28 +00:00
Jakub Vrana
106a14c5c7 Marker is not allowed with IS NULL (bug #30908)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183742 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-06 08:49:29 +00:00
Jakub Vrana
d17341c266 Superfluous brace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183664 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-05 14:11:47 +00:00
Jakub Vrana
e2c654e533 Replace obsolete mysqli_fetch() with mysqli_stmt_fetch()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183662 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-05 14:01:04 +00:00
David Mytton
b2434c24f7 Fixed bug 32570
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183648 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-05 10:57:48 +00:00
David Mytton
086ab8e5ef Fix for bug #32573
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183588 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-04 17:47:28 +00:00
Jakub Vrana
92708be2dc Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181011 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-28 09:08:33 +00:00
Jakub Vrana
7d8a99570e Type of the first parameter is string
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181010 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-28 09:04:07 +00:00
Nuno Lopes
3c5b81624d finally add the changelog column and update values for all ini.xml files
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@180481 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-22 17:36:12 +00:00
Dave Barr
009d44bfcf Fix minor spelling/punctuation mistakes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179740 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-14 04:13:17 +00:00
Jakub Vrana
48d09089f2 Fix method names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174855 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-16 08:47:55 +00:00
Sean Coates
390f7ec06f fixed typo - bug #31100
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174823 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-15 18:28:19 +00:00
Jakub Vrana
859ab4fe5c Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173017 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-19 11:09:56 +00:00
Jakub Vrana
008a657c1a Change "object" to specific objects
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172550 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-12 14:01:04 +00:00
Jakub Vrana
c148211fa2 Replace <parameter>&amp; by <parameter role="reference">
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172416 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-10 08:30:50 +00:00
Georg Richter
1eb5e6808c documentation fix for bug #30657
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172156 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-05 15:01:14 +00:00
Nuno Lopes
f74ddf0c21 fix #30633: typo in the classname
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171758 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-31 20:17:21 +00:00
Mehdi Achour
91ec325f8a fix 30632 again, The return values were already explained, and the result an be null too
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171751 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-31 19:42:23 +00:00
Mehdi Achour
d4983604b4 fix 30632 : mysqli_stmt_fetch returns a boolean
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171750 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-31 19:38:54 +00:00
Yannick Torres
412956f977 add more entities
#sorry for this big commit...


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171734 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-31 16:05:14 +00:00
Jakub Vrana
6d1df7ec40 _ instead of - (note #46353)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@170062 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-08 11:57:50 +00:00
Enrique Garcia Briones
ddd6b55728 Refer to bug #30037
mysql_data_seek added reference to the corresponding mysql_fetch_*
mysqli: implementing the solution of bug 30037
        implementing &reftitle.seealso; and &reftitle.returnvalues; entities


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168307 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-10 14:17:24 +00:00
Jakub Vrana
a1ddba3e96 rtrim($refpurpose, '.')
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166882 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-20 09:37:01 +00:00
Jakub Vrana
4727710975 refpurposes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166804 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-19 12:27:39 +00:00
Jakub Vrana
65609f18e2 Uppercase first letter in refpurpose
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166801 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-19 12:14:46 +00:00
Dave Barr
5aa855b67e - Typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166223 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-13 01:00:48 +00:00
Jakub Vrana
fa2e38785e Fix protos from sources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166167 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-12 18:12:00 +00:00
Aidan Lister
75cfb99a00 Removed a useless space - sorry!
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165491 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-06 07:21:49 +00:00
Jakub Vrana
05ceaeaea7 Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165203 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-04 07:43:05 +00:00
Jakub Vrana
647ee5c6a2 Nuke tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165127 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 17:25:34 +00:00
Jakub Vrana
37771eeb9e Parameters passed by reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165096 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 15:51:11 +00:00
Dave Barr
a00edd14b7 - Remove trailing period from end of refpurpose.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164407 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-27 04:48:55 +00:00
Jakub Vrana
c9807cedf8 Handling of NULL fields (bug #13549)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164344 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-26 14:02:10 +00:00
Nuno Lopes
4ca571b8c9 fix #29265: remove MYSQLI_OPT_COMPRESS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164340 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-26 13:13:04 +00:00
Dave Barr
643edde961 - typo fixes, case-consistency, ()-consistency.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164320 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-26 07:03:32 +00:00
Georg Richter
9a6c25c1a8 added properties (client_info and client_version)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164317 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-26 06:28:48 +00:00
Philip Olson
c490de56d7 Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164214 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-24 16:52:18 +00:00
Georg Richter
a1cb52f12b fixed version number (4.1.2 -> 4.1.3)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163891 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-21 13:16:57 +00:00
Enrique Garcia Briones
4c11703bfb Change mysqli->stmt->init to mysqli->stmt_init accordingly to its use in the examples and other docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163215 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-13 17:37:48 +00:00
Georg Richter
98b55a8b5f added documentation for mysqli_stmt_reset
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163209 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-13 16:41:06 +00:00
Georg Richter
021aa9aa06 fixed wrong object in oo-syntax (mysql -> stmt)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163204 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-13 16:16:29 +00:00
Jakub Vrana
ad1e5c3192 Update ini entries
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162855 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-08 09:27:56 +00:00
Georg Richter
24c8177040 fixed description of constants for CHAR/VARCHAR (bug #28912)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162284 c90b9560-bf6c-de11-be94-00142212c4b1
2004-06-29 05:49:02 +00:00
Mehdi Achour
10b34d3834 used <function> and did some renicing
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@161090 c90b9560-bf6c-de11-be94-00142212c4b1
2004-06-11 14:23:08 +00:00
Enrique Garcia Briones
e23aecf36a changing mysql_* => mysqli_*
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@161085 c90b9560-bf6c-de11-be94-00142212c4b1
2004-06-11 14:09:55 +00:00
Nuno Lopes
ccba0320cb fix #28648: typo in the examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160642 c90b9560-bf6c-de11-be94-00142212c4b1
2004-06-06 09:19:02 +00:00
Enrique Garcia Briones
0b48384190 minor typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159886 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-28 16:43:01 +00:00
Enrique Garcia Briones
b20dcbe900 Added missing titles -> Procedural style and OO Style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159880 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-28 15:59:37 +00:00
Mehdi Achour
d467fb3053 let's get rid of <parameter></parameter> Enrique :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159048 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-19 17:38:07 +00:00
Enrique Garcia Briones
2ff06c3f34 use of <void />, and minor typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159040 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-19 16:35:31 +00:00
Enrique Garcia Briones
a3b7f75471 Minor typos.
in mysqli_sqlstate document OO style description


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158428 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-12 17:02:31 +00:00
Enrique Garcia Briones
25ab1c6373 Typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157506 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-29 14:41:13 +00:00
Enrique Garcia Briones
c45b4b2a57 use of <void />
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157501 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-29 13:38:04 +00:00
Enrique Garcia Briones
5a9a466dfd use of <void />
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157179 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-26 17:12:23 +00:00
Enrique Garcia Briones
f273d75606 minor typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@156726 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-21 19:49:00 +00:00
Enrique Garcia Briones
d5cab69607 Use of <void />
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@156725 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-21 19:27:21 +00:00
Enrique Garcia Briones
6918cce657 Typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@156116 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-15 15:34:02 +00:00
Georg Richter
05f052e19c fixed wrong function name in description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@154734 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-28 08:52:33 +00:00