Philip Olson
ae6308e5a8
Moved Linux+mysqli installation information to a table. And fixed a bug
...
that stated mysqlnd is enabled by default.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318290 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-21 06:25:43 +00:00
Richard Quadling
8b6d169424
Native EOL
...
Use consistent line terminator.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317663 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-03 16:27:39 +00:00
Richard Quadling
a56106f691
Standardized on double quotes for attributes.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317502 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-30 14:21:51 +00:00
Peter Cowburn
31d2d6d27a
note on parameter order (doc #55757 , thanks Sherif Ramadan)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317146 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-22 10:23:50 +00:00
Hannes Magnusson
44408e2d5a
link these, like all other ini options
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315355 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-23 10:18:16 +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
Peter Cowburn
29169d2b32
fix example (mysqli::connect_* are properties not methods, doc #55405 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314798 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-11 20:18:05 +00:00
Mike Ford
fa6e196973
Improve English: "in case" does not mean "if" (part 1).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313913 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-29 10:46:17 +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
Peter Cowburn
f41b8d5bc2
fix build (use classname element to link to a class)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313259 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 08:15:49 +00:00
Joey Smith
cdf9ea506c
This should clarify the mysql_result datatype - the link may not be generating correctly, but it'll still be clearer than the existing documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313258 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 07:16:03 +00:00
Philip Olson
b36f23d0db
Added consistency here, so changed class->method titles to class::method
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313115 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-10 15:44:39 +00:00
Justin Martin
7ee01a578e
Made OOP-style example consistent, changing procedural calls to OOP. Fixes bug #55119 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312861 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-03 19:14:33 +00:00
Jakub Vrana
065db8a473
New keys in return
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312785 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-01 22:35:24 +00:00
Johannes Schlüter
b7a7fad603
Fix mysqli_stmt::get_result() return value
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312179 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-15 00:42:09 +00:00
Peter Cowburn
144200157b
fix see also markup
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311922 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-08 13:48:16 +00:00
David Tajchreber
ff6f703135
Doc Bug #54749 - Missing default value for last parameter of mysqli_query - added MYSQLI_STORE_RESULT as default value for resultmode in signatures
...
http://lxr.php.net/opengrok/xref/PHP_5_3/ext/mysqli/mysqli_nonapi.c#492
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311085 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-16 15:21:38 +00:00
Ulf Wendel
e0a206c69c
http://bugs.php.net/bug.php?id=54192 - mysqlnd supports SSL as of 5.3.3
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310852 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-09 14:24:34 +00:00
Yannick Torres
d2c9cd6da4
Fix svn keywords
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309659 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-24 17:40:23 +00:00
Anthony Bedford
6b0e3ce8b1
Add useful notes chapter. Notes on diffs between libmysql and mysqlnd when handling GEOMETRY types. Fixes bug #49357 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309644 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-24 11:59:12 +00:00
Yannick Torres
960c78d495
Fix svn keywords
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309614 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-23 22:57:13 +00:00
Anthony Bedford
520f1a8e48
Updated summary to link to mysqli_stmt_get_result().
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309606 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-23 16:06:28 +00:00
Anthony Bedford
0b995c96a3
Add docs for mysqli_stmt_get_result. Fixes #34948
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309605 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-23 15:29:35 +00:00
Richard Quadling
0aaa886375
Typo: wether -> whether.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307534 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-17 12:50:43 +00:00
David Tajchreber
9f8cbacff2
Fixed bug #53498 corrected error in mysqli_result example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306220 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-11 05:08:10 +00:00
Anthony Bedford
a16da516ef
Rename file in order to ensure entities correct.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305378 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-15 17:10:32 +00:00
Anthony Bedford
743eef5afa
Move file as not deprecated.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305377 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-15 17:09:30 +00:00
Anthony Bedford
4c85679c47
Move file as not deprecated.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305375 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-15 17:06:07 +00:00
Anthony Bedford
910fc2682c
Now considered documented.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305374 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-15 16:52:15 +00:00
Anthony Bedford
aab9c25977
Now considered documented.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305373 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-15 16:50:49 +00:00
Kalle Sommer Nielsen
ec0961f421
Fixed #52453 (Connection charset seems arbitrary)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304709 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-24 20:45:34 +00:00
Jakub Vrana
454c57102c
See also
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304194 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-08 00:10:00 +00:00
Anthony Bedford
ce8acb6d00
Note added as per bug #50636
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304111 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-05 16:26:18 +00:00
Anthony Bedford
082f233928
Renaming file back until I figure out why that broke the build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303323 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-13 14:37:15 +00:00
Anthony Bedford
8bf0f2c2ee
Removed some potentially misleading info.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303322 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-13 14:35:41 +00:00
Anthony Bedford
4d17fa847c
File renamed. This file is just about installation (not configuration).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303321 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-13 14:16:59 +00:00
Anthony Bedford
3c87f848f5
Added note as per bug #49511
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303320 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-13 14:09:25 +00:00
Anthony Bedford
7f265b9d5c
Moved information to a more relevant location.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303318 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-13 11:33:55 +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
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
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
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