Commit graph

663 commits

Author SHA1 Message Date
Christoph Michael Becker
1022e281c9 mysqli::set_local_infile_default() is removed as of PHP 5.4.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350074 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-20 15:10:39 +00:00
Christoph Michael Becker
f36ae1a68d MySQLi: various updates [17] - add mysqli_warning 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_warning` class to the `versions.xml` file.

Version numbers based on the versions as set for the procedural functions. **This will need verification.**

Includes removing the `FIXME` comments as AFAICS all methods have now been added.

Patch contributed by jrfnl.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350073 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-20 15:06:27 +00:00
Christoph Michael Becker
ce1d9493b9 MySQLi: various updates [15] - add mysqli_driver 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_driver` class to the `versions.xml` file.

Version numbers based on the versions as set for the procedural functions. **This will need verification.**

Patch contributed by jrfnl.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350072 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-20 15:05:37 +00:00
Christoph Michael Becker
36ca1dd256 MySQLi: various updates [14] - method modifiers (mysqli_driver)
Add modifiers to the class methods for the `mysqli_driver` class to make the [Class Synopsos](https://www.php.net/manual/en/class.mysqli-driver.php#mysqli-driver.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@350071 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-20 15:04:51 +00:00
Christoph Michael Becker
db690f4a41 MySQLi: various updates [13] - add mysqli_result 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_result` 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@350070 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-20 15:04:02 +00:00
Christoph Michael Becker
7f940ab1e9 MySQLi: various updates [12] - mysqli_result class synopsis incomplete
A number of methods weren't showing in the [Class Synopsos](https://www.php.net/manual/en/class.mysqli-result.php#mysqli-result.synopsis).

I suspect this was caused by the missing `role="oop"` for the `methodsynopsis` element.

Patch contributed by jrfnl.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350069 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-20 15:03:12 +00:00
Christoph Michael Becker
c1434c95fc MySQLi: various updates [11] - method modifiers (mysqli_result)
Add modifiers to the class methods for the `mysqli_result` class to make the [Class Synopsos](https://www.php.net/manual/en/class.mysqli-result.php#mysqli-result.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@350068 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-20 15:02:28 +00:00
Christoph Michael Becker
cc7a508844 MySQLi: various updates [10] - add mysqli_stmt 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_stmt` 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@350067 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-20 15:01:34 +00:00
Christoph Michael Becker
802b577a4b MySQLi: various updates [9] - mysqli_stmt class synopsis incomplete
A number of methods weren't showing in the [Class Synopsos](https://www.php.net/manual/en/class.mysqli-stmt.php#mysqli-stmt.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@350066 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-20 15:00:42 +00:00
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