Christoph Michael Becker
ac2f69b3d0
MySQLi: various updates [8] - method modifiers (mysqli_stmt)
...
Add modifiers to the class methods for the `mysqli_stmt` class to make the [Class Synopsos](https://www.php.net/manual/en/class.mysqli-stmt.php#mysqli-stmt.synopsis ) more consistent.
Based on the [stub](https://github.com/php/php-src/blob/master/ext/mysqli/mysqli.stub.php ) all methods in the class are `public`, so I've annotated them as such.
Patch contributed by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350065 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-20 14:59:49 +00:00
Christoph Michael Becker
22020d276d
MySQLi: various updates [7] - add mysqli methods to versions
...
The OO-style methods were not included in the `versions.xml` file. This is a known issue based on the `FIXME` comment at the top of the file.
This commit adds the methods from the `mysqli` class to the `versions.xml` file.
Version numbers based on the versions as set for the procedural functions. This may need verification.
Patch contributed by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350064 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-20 14:59:01 +00:00
Christoph Michael Becker
7f5b8ffd1c
MySQLi: various updates [6] - remove superfluous param (mysqli)
...
* When called OO-style, the `mysqli $link` does not need to be passed AFAIK. Verification recommended.
* Add the method visibility modifier.
Patch contributed by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350063 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-20 14:58:14 +00:00
Christoph Michael Becker
a3e019b85e
MySQLi: various updates [5] - fix typo (mysqli)
...
* Fix typo - method was referring to the wrong class in its signature.
* Add the method visibility modifier.
Patch contributed by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350062 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-20 14:57:26 +00:00
Christoph Michael Becker
dc2feba863
MySQLi: various updates [4] - missing OO style method signatures (mysqli)
...
Two documentation pages did display the procedural style method signature, but were missing the OO-style signature.
Patch contributed by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350061 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-20 14:56:40 +00:00
Christoph Michael Becker
144fc4f4d1
MySQLi: various updates [3] - mysqli class synopsis incomplete
...
A number of methods weren't showing in the [Class Synopsos](https://www.php.net/manual/en/class.mysqli.php#mysqli.synopsis ).
Looking at the docs, I suspect this was caused by the ` (method):` after the `&style.oop;` annotation and/or the missing `role="oop"` for the `methodsynopsis` element.
Includes minor indentation fixes.
Patch contributed by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350060 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-20 14:55:47 +00:00
Christoph Michael Becker
46319b5952
MySQLi: various updates [2] - method modifiers (mysqli)
...
Add modifiers to the class methods for the mysqli class to make the [Class Synopsos](https://www.php.net/manual/en/class.mysqli.php#mysqli.synopsis ) more consistent.
Based on the [stub](https://github.com/php/php-src/blob/master/ext/mysqli/mysqli.stub.php ) all methods in the class are `public`, so I've annotated them as such.
Includes minor indentation fixes.
Patch contributed by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350059 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-20 14:54:52 +00:00
Christoph Michael Becker
cb9c00b594
MySQLi: various updates [1] - constants
...
* Add constants missing from the [Predefined Constants](https://www.php.net/manual/en/mysqli.constants.php ) page.
These constants were added after the initial introduction of the extension.
Descriptions based on the descriptions for the `$options` parameter of [mysqli::options()](https://www.php.net/manual/en/mysqli.options.php )
Version nrs based on the [extension changelog](https://www.php.net/manual/en/changelog.mysqli.php ) and [src](7c33644fed/ext/mysqli/mysqli.c (L672-L678)
)
* Annotated the "since" version for various options for the `$options` parameter of [mysqli::options()](https://www.php.net/manual/en/mysqli.options.php )
* Removed duplicate constant name in the [mysqli::options() changelog](https://www.php.net/manual/en/mysqli.options.php#refsect1-mysqli.options-changelog )
Patch contributed by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350058 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-20 14:54:03 +00:00
Bob Weinand
5738784073
Fix information being added to the wrong paragraph for mysqli_next_result()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349756 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-07 15:47:41 +00:00
Bob Weinand
93420a2fec
Clarify behavior of mysqli_more_results() vs mysqli_next_result()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349755 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-07 15:38:01 +00:00
Christoph Michael Becker
ba38a95b6a
Fix other typos
...
Detected by codespell
Patch provided by tandre@php.net .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349710 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-27 06:53:54 +00:00
Christoph Michael Becker
5d4c446db2
Mark up classname
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349454 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-15 09:36:47 +00:00
Christoph Michael Becker
50637b5e68
mysqli_embedded_server_(start|end) are removed as of PHP 7.4.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349424 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 15:29:32 +00:00
Christoph Michael Becker
ad878b0b20
Fix #75869 : mysqli_driver is monostate
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349423 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 15:28:47 +00:00
Nikita Popov
b95cf5c38a
Fixed an incorrect return value
...
Patch by mmcev106.
Closes php/doc-en#25 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349035 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-27 08:51:02 +00:00
Nikita Popov
3508ecebc1
Add missing choice="opt"
...
As pointed out by salathe.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348968 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-20 11:47:17 +00:00
Nikita Popov
214f5cf33e
Fix mysqli_get_client_info() parameter list
...
Patch by kocsismate.
Closes php/doc-en#18 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348960 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-20 09:46:01 +00:00
Christoph Michael Becker
2a92e38e4f
Fix #76151 : Mention false return value on mysqli_connect failure
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348150 c90b9560-bf6c-de11-be94-00142212c4b1
2019-10-13 15:02:49 +00:00
Christoph Michael Becker
b01a4a7e94
Fix #78399 : mysqli ssl_set null parameters
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347835 c90b9560-bf6c-de11-be94-00142212c4b1
2019-08-11 16:54:27 +00:00
Christoph Michael Becker
c2e8908c52
Fix example
...
Patch provided by anonymous user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347820 c90b9560-bf6c-de11-be94-00142212c4b1
2019-08-02 13:09:55 +00:00
Christoph Michael Becker
22ffdb57c2
Fix OOP signature
...
Patch provided by krzysiek.333.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347685 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-30 09:43:20 +00:00
George Peter Banyard
b824e2b108
Remove PHP 4 and 5.0.0 mentions.
...
This includes changelogs but also some paragraphs and notes which mention PHP 4.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347555 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-05 17:31:34 +00:00
George Peter Banyard
2a56e2bba7
Typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347542 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-04 16:19:35 +00:00
brzuchal
bf963bac2d
Fix #78045 : Wrong return type in mysqli_warning::next() description
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347459 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-21 14:12:12 +00:00
Christoph Michael Becker
b82413a892
Update default ini value
...
Based on a patch provided by an anonymous user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347287 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-19 11:27:37 +00:00
Christoph Michael Becker
b12982cd36
Add missing initializer
...
Patch provided by Kasper Franz.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346088 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-27 11:55:01 +00:00
Christoph Michael Becker
8bd73b7440
Add missing initializers
...
Based on a patch provided by Kasper Franz.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346087 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-27 11:54:07 +00:00
Christoph Michael Becker
dd09ee01d8
Use already defined entities instead of repeating ourselves
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345853 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-19 14:51:45 +00:00
Christoph Michael Becker
f7a4ba553d
Clarify description of mysqli.rollback_on_cached_plink
...
Cf. http://news.php.net/php.doc/969386931 ff
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344879 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-29 11:07:38 +00:00
Philip Olson
6999c8b644
Documented the current caching_sha2_password situation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344819 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-23 22:12:13 +00:00
Christoph Michael Becker
a428d010cb
The example may return something else
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344739 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-19 12:12:16 +00:00
Jakub Vrana
ec99d1dcb3
Clarify when MySQL 5.6 is needed (bug #75666 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344078 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 22:08:07 +00:00
Jakub Vrana
db915b91f5
Unify version format
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344069 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 15:24:04 +00:00
Jakub Vrana
7c50ead1ed
Fix versions based on parsed php-src
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344068 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 15:23:17 +00:00
Jakub Vrana
9802b180c4
Unify version format
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344058 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 14:49:40 +00:00
Jakub Vrana
3e9734391f
Add new functions to versions.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344041 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 13:39:15 +00:00
Jakub Vrana
1e93505b68
Delete unused version info
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344037 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 10:56:16 +00:00
Jakub Vrana
78a3fb752b
Move mysqli_get_client_stats to functions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343951 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-26 17:41:00 +00:00
Jakub Vrana
3c236fc956
Delete duplicate page
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343950 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-26 17:37:16 +00:00
Jakub Vrana
1c58fe76b0
Delete duplicate page
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343949 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-26 17:34:53 +00:00
Jakub Vrana
3ef98b0e1b
Delete duplicate page
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343948 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-26 17:34:45 +00:00
Jakub Vrana
d6888fc6f9
Document mysqli::connect
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343947 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-26 17:13:46 +00:00
Jakub Vrana
3c9e92f59f
Document mysqli::escape_string
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343944 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-26 16:58:22 +00:00
Jakub Vrana
60d3b9755a
Document mysqli_stmt::get_server_info
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343943 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-26 16:51:56 +00:00
Jakub Vrana
fb9198e04b
Document mysqli_stmt::num_rows
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343942 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-26 16:49:23 +00:00
Jakub Vrana
82cb7475e2
Add missing <refname>
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343941 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-26 16:45:13 +00:00
Jakub Vrana
9874df6631
Fix mysqli_stmt method links
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343940 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-26 16:42:55 +00:00
Jakub Vrana
fa994a739c
Fix function signatures
...
Some of these probably deserve an entry in changelog, please add it if you have energy.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343898 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:03:56 +00:00
Pasindu De Silva
aafb04f84e
The ini directive mysqli.cache_size has been removed from PHP for a while. This patch removes it from the manual, since it is not used in the PHP core since 5.3.0 version
...
https://github.com/php/php-src/pull/2777
--
Provided by anonymous 80662 (peterkokot@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343775 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-07 12:31:04 +00:00
Christoph Michael Becker
efd62777c0
Fix typos
...
Patches provided by anonymous users.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343344 c90b9560-bf6c-de11-be94-00142212c4b1
2017-10-30 17:57:49 +00:00
Pieter Hordijk
61cac7f581
Added errors section on mysqli::real_escape_string
...
Fixes #68590
--
Provided by anonymous 82137 (me@ekins.space )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343166 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-30 21:51:58 +00:00
André Luis Ferreira da Silva Bacci
e9366ee458
Fix svn:eol-style, svn:keywords and svn:mime-type on XML files. No content change, but some revision numbers will upgrade.
...
See https://github.com/phpdocbrbridge/bridge/blob/master/src/revbumper.php for automatic tool for translations.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342988 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-02 18:42:15 +00:00
Jean-Sebastien Hedde
dc22ac0239
I think it makes it a little more clear to the user that the time specified is the "maximum" time mysqli_poll will wait
...
--
Provided by anonymous 83850 (kyle@hendricks.nu )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342599 c90b9560-bf6c-de11-be94-00142212c4b1
2017-06-16 11:51:51 +00:00
Andrey Gromov
42f0c6186a
fixes from anons (changes for imap checked in C-sources)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342503 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-25 08:23:31 +00:00
Andrey Gromov
d820976d6d
Typos. From "files in progress"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342440 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-30 07:08:06 +00:00
Pieter Hordijk
cc13d6f1e3
Fixed broken sentence...
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342219 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-03 15:21:57 +00:00
Pieter Hordijk
37bea61c69
Improved explanation of what last insert id returns
...
https://bugs.php.net/bug.php?id=69400
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342218 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-03 15:09:06 +00:00
Christoph Michael Becker
dae7041cce
Partially fix #73675 : mysqli_warning class is undocumented
...
We fix only the wrong visibility spec, for now.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341330 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-07 15:56:58 +00:00
Christoph Michael Becker
78411cf505
Improve description
...
As suggested by an anon user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341237 c90b9560-bf6c-de11-be94-00142212c4b1
2016-11-30 12:16:37 +00:00
Christoph Michael Becker
fd72dabd42
Fix #73197 : Missing comparison between mysqlnd and libmysql
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340248 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 16:27:10 +00:00
Christoph Michael Becker
204354190a
Fix punctuation (patch provided by David C)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340029 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-14 01:08:45 +00:00
Christoph Michael Becker
37287d6b0c
Apparently, a word has been swallowed
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339612 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-10 11:05:01 +00:00
Philip Olson
91d7a3b3d0
Documented MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT; patch by Joel Hutchinson via the Online Doc Editor.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339173 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-16 19:15:32 +00:00
Philip Olson
0287c96d79
Added patch by David C; fixes markup and adds descriptions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339172 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-16 19:11:15 +00:00
Christoph Michael Becker
d645aab5dd
fixed typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339132 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-04 15:40:58 +00:00
Thomas Punt
a1c186ceb6
Resolve doc bug #71382
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338523 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-18 21:37:41 +00:00
Adam Harvey
41d8e7ffe4
Update version information to include PHP 7.
...
This was mostly done programmatically, and is likely wrong for a small number
of functions. We may have to wait for bug reports, unless someone wants to
review this by hand. Basic efforts were made to avoid adding "PHP 7" to
functions that were removed in PHP 5.x (x > 0) and PHP 7, but there are
undoubtedly still issues.
In case we're still using Docbook for PHP 8, I've uploaded the script that I
wrote to do this to GitHub at
https://github.com/LawnGnome/php-doc-version-migrator .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338406 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-04 21:40:07 +00:00
Thomas Punt
1fda925edf
Fix docs builds (nobody saw this...)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338379 c90b9560-bf6c-de11-be94-00142212c4b1
2015-12-29 10:38:42 +00:00
Thomas Punt
f209c3c260
Resolve doc bug #71230
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338378 c90b9560-bf6c-de11-be94-00142212c4b1
2015-12-29 10:34:15 +00:00
Thomas Punt
a580ffe749
Resolve doc bug #70737
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338306 c90b9560-bf6c-de11-be94-00142212c4b1
2015-12-18 19:33:22 +00:00
Christoph Michael Becker
8cbebe305b
fixed procedural style example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338264 c90b9560-bf6c-de11-be94-00142212c4b1
2015-12-16 14:06:08 +00:00
Philip Olson
809b8ab4fd
Fixed PHP Bug #68573 by expanding the examples to use multiple character sets, and mentioning what 'length' means.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337742 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-03 23:32:22 +00:00
Philip Olson
40152f7353
Added basic begin_transaction() (and related constants) documentation, as requested by PHP Bug #69813
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337739 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-03 21:43:21 +00:00
Philip Olson
2a739959b6
Documented the mysqli.rollback_on_cached_plink ini entry, added in 5.6.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337727 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-03 03:41:02 +00:00
Philip Olson
e846d99d04
Added missing removal and/or deprecated information
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337726 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-03 03:16:30 +00:00
Philip Olson
94c2782c41
Added a mysqli_connect() example, now all old user comments here can be deleted
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337725 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-03 02:52:40 +00:00
Philip Olson
67cc2eb5d8
Improved install info, and moved newer info above the old
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337722 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-03 00:32:00 +00:00
Philip Olson
5dd7ff3e72
Clarified that connections are closed when a script is finished. A user note by 'win at alinto dot com' inspired this change. For good measure, refer to both result sets and connections.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337721 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-02 23:30:35 +00:00
Philip Olson
b35940f9fd
Added an example, similar to how ext/mysql did it. This is an interesting example. :)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337700 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-02 01:51:06 +00:00
Christoph Michael Becker
8297529577
improved documentation of MYSQLI_OPT_NET_(CMD|READ)_BUFFER_SIZE ( fixes #70400 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337692 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-01 13:57:14 +00:00
Philip Olson
4fd68bd86c
Improved the MySQL character set documentation, a bit
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337633 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-26 04:32:39 +00:00
Christoph Michael Becker
67fdfbc0bb
updated manual wrt. removal of mysqli_get_cache_stats() ( fixes #70352 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337623 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-25 12:48:28 +00:00
Rasmus Lerdorf
b0708fb148
Fix typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337153 c90b9560-bf6c-de11-be94-00142212c4b1
2015-07-13 16:00:27 +00:00
Peter Cowburn
4de8a4cb9a
typo (patch by cmb)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336925 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-11 22:24:51 +00:00
Maciek Sokolewicz
3a488bc675
fixed incorrect description of function mysqli::release_savepoint() (patch by cmd)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336239 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-29 18:36:40 +00:00
Maciej Sobaczewski
04baa1c92d
More deprecated functions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336052 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-08 06:39:17 +00:00
Adam Harvey
372dfed158
Add documentation for mysqli_stmt::__construct().
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336012 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-27 20:20:06 +00:00
Pieter Hordijk
fa5071f76e
Fixed description of decimals property per https://bugs.php.net/bug.php?id=69126
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336007 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-27 12:41:16 +00:00
Adam Harvey
10fd47c55d
Improve the abbreviated names that show up in breadcrumbs for ext/mysql(i?).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335996 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-26 00:45:18 +00:00
Alexander Moskaliov
1e1c3f01a2
Fix bug #68757
...
Wrong result type for mysqli::$connect_errno
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335639 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-06 11:19:59 +00:00
Alexander Moskaliov
0d0936323e
Fix syntax error in example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335586 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-03 16:11:59 +00:00
Adam Harvey
f3aee9f107
Urgh, fieldsynopsis whitespace is significant for semicolon formatting.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335511 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-30 20:06:20 +00:00
Adam Harvey
c91b624d4f
Reinstate the original markup for the OO mysqli::insert_id field.
...
Effectively reverts r335491, which broke the build, but with slightly better
indenting.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335503 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-30 17:16:54 +00:00
Jean-Sebastien Hedde
dac0212e68
The man page for Mysqli.insert-id has a small styling issue, caused by incorrect xml wrappers. I have changed this so that the page will render correctly.
...
--
Provided by anonymous 50584 (kirk.bater@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335491 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-30 12:56:27 +00:00
Simion Onea
2ebf4027bf
Removed an unnecessary "of".
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335334 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-22 09:56:13 +00:00
Adam Harvey
4a8c660dca
Fix version and mysqlnd dependencies for mysqli_stmt_{more,next}_result.
...
Fixes doc bug #68554 (mysqli_stmt::next_result unavailable before php 5.4).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335248 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-05 19:19:02 +00:00
Simion Onea
14af302c9c
Making the XML definition consistent across the entire project.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Adam Harvey
f2c41f5da1
Update new functions in PHP 5.6.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334641 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-28 06:47:08 +00:00
Maciej Sobaczewski
e41aab5eca
Remove changelogs for PHP 4 - 3rd round
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334621 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-27 17:46:13 +00:00
Philip Olson
42a727aa49
Added missing IDs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334416 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-29 23:07:55 +00:00