Andreas Braun
7c9848e8ee
MongoDB: document new functionality for server hedged reads
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349992 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-29 10:57:51 +00:00
Christoph Michael Becker
f211666868
PostgresSQL: add missing constants & annotate since version
...
Updating: https://www.php.net/manual/en/pgsql.constants.php
* Add a few constants which weren't listed, but were added in PHP 5.6 / PHP 7.3.
* Annotate the `since` version for various constants.
Refs:
* https://www.php.net/manual/en/migration56.constants.php#migration56.constants.pgsql
* https://www.php.net/manual/en/migration73.constants.php#migration73.constants.pgsql
Patch contributed by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349989 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-28 07:02:36 +00:00
Christoph Michael Becker
c8c2221d70
OCI8: various tweaks to the function version numbers
...
Patch contributed by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349988 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-28 06:49:55 +00:00
Christoph Michael Becker
fff5c28bdb
mailparse DLLs are available for a long time
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349985 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-27 13:09:22 +00:00
Christoph Michael Becker
d4fc011c85
escapeshellcmd() works on Windows for a looong time
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349978 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-25 15:53:30 +00:00
Christoph Michael Becker
5e803ed87f
Fix section order
...
It's supposed to be return values, changelog, examples.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349972 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-24 11:49:30 +00:00
Christoph Michael Becker
5d3f4f8b94
PHP 7.4: PCRE: document new $flags param for preg_replace_callback[_array]()
...
The PHP 7.4 `$flags` parameter as added to the `preg_replace_callback()` and `preg_replace_callback_array()` function was not yet included in the documentation.
In this PR, I'm
* Adding the parameter to the function signature.
* Adding minimal parameter documentation with a reference to the more detailed explanation in the parameter documentation of the [`preg_match()`](https://www.php.net/manual/en/function.preg-match.php ) function.
* Adding a changelog entry for the parameter to each function.
Refs:
* https://github.com/php/php-src/pull/3958
* 2f1398dad9/UPGRADING (L304-L308)
Patch contributed by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349965 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-23 15:01:09 +00:00
Christoph Michael Becker
fe688bce82
MaxDB/installation: extension is PECL only
...
Updating: https://www.php.net/manual/en/maxdb.installation.php
This extension is not bundled with PHP, so people need to download the PECL extension before they can use the extension.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349964 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-23 14:38:33 +00:00
Christoph Michael Becker
96466c3294
The DB++ extension has only unbundled as of PHP 4.3.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349963 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-23 14:35:11 +00:00
Christoph Michael Becker
b7b4878ce6
DB++/installation: extension was moved to PECL
...
Based on the version nrs used for the functions, this extension has not been bundled with PHP since 4.1.0.
Ref: https://www.php.net/manual/en/ref.dbplus.php
Patch contributed by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349962 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-23 14:31:46 +00:00
Christoph Michael Becker
8fabaa64fa
Informix/installation: extension was moved to PECL
...
Updating: https://www.php.net/manual/en/ifx.installation.php
The Informix extension was moved to PECL as of PHP 5.2.1.
Ref: https://www.php.net/manual/en/book.ifx.php
Patch contributed by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349961 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-23 14:21:09 +00:00
Christoph Michael Becker
8c1cbb0cd3
DBX/installation: extension was moved to PECL
...
The extension has not been longer bundled with PHP since 5.1.0.
Ref: https://www.php.net/manual/en/intro.dbx.php
Patch provided by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349953 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-21 09:38:34 +00:00
Christoph Michael Becker
e020f80412
fix ugly bug in sample code
...
imagine if 2 handles finish in the same multi_exec(), before exec() $active is 2 and after the call $active is 0, then we read the first message, and the the message from the 2nd handle will be lost/ignored!
this has caused real bugs in the wild, see https://stackoverflow.com/questions/61920359/count-how-many-curl-multi-requests-have-been-made/61923372
Patch provided by divinity76.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349952 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-21 09:35:34 +00:00
Christoph Michael Becker
460d6e65c0
Firebird/Interbase: extension was moved to PECL as of PHP 7.4
...
As per: https://www.php.net/manual/en/migration74.removed-extensions.php
Adjustments include:
* Adding a note about the removal on the [introduction](https://www.php.net/manual/en/intro.ibase.php ) page.
* Adding a note about the removal on the [installation](https://www.php.net/manual/en/ibase.installation.php ) page.
* Adjusting the version numbers for all functions.
Patch provided by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349951 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-21 09:16:23 +00:00
Christoph Michael Becker
562aa81d99
Msql: extension was removed as of PHP 5.3
...
As per: https://www.php.net/manual/en/migration53.removed-extensions.php
AFAICS the extension was *not* moved to PECL.
With that in mind, I've not used the macros, but have used similar phrasing as used in the macros.
Adjustments include:
* Adding a note about the removal on the [introduction](https://www.php.net/manual/en/intro.msql.php ) page.
* Adding a note about the removal on the [installation](https://www.php.net/manual/en/msql.installation.php ) page.
* Adjusting the version numbers for all functions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349950 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-21 09:09:44 +00:00
Christoph Michael Becker
1e6d2de37d
filePro: extension was moved to PECL / no longer bundled with PHP as of PHP 5.2
...
As per: https://www.php.net/manual/en/intro.filepro.php
It is unclear to me what the current version nr is of the PECL extension, but showing the functions as if they are available in PHP > 5.2 seems wrong either way.
Includes adding a mention of when the extension was moved to PECL on the "Installing/Configuring" page.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349949 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-21 09:02:32 +00:00
Christoph Michael Becker
cb0c1b1cff
Frontbase: extension was moved to PECL
...
The extension has not been bundled with PHP since 5.3.0, so shouldn't give the impression that the functions are available in all PHP 5 versions, as well as PHP 7.
As I couldn't find the extension on PECL anymore, I have not included "PECL/fbsql SVN" in the version nr.
Ref: https://www.php.net/manual/en/intro.fbsql.php
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349948 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-21 08:56:09 +00:00
Jeremy Mikola
2ac2cc7f26
Clarify return type for Javascript::getScope
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349938 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-20 20:01:30 +00:00
Jeremy Mikola
bb2ddfffc1
Clarify return type for WriteConcernError and WriteError getInfo methods
...
https://jira.mongodb.org/browse/PHPC-1628
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349937 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-20 19:59:15 +00:00
Christoph Michael Becker
e327c1e70d
Add missing changelog entry
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349909 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-18 06:48:04 +00:00
Christoph Michael Becker
c9596f7576
Fix #79565 : Documentation missing for password_algos()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349903 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-17 12:05:19 +00:00
Christoph Michael Becker
78aa9e47fa
Fix #79597 : Error in openssl-random-pseudo-bytes Example #1
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349902 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-17 11:01:55 +00:00
Christoph Michael Becker
6683589b3e
Fix #79607 : Wrong return type
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349901 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-17 10:58:29 +00:00
Christoph Michael Becker
3de5928e16
Fix version info of some XMLWriter functions and methods
...
Cf. <https://github.com/php/doc-en/pull/97#issuecomment-628454637 >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349884 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-14 08:09:15 +00:00
Christoph Michael Becker
6aafa955a6
Fix section order
...
According to <http://svn.php.net/viewvc/phpdoc/doc-base/trunk/RFC/skeletons/function.xml?view=markup >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349883 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-14 08:04:25 +00:00
Christoph Michael Becker
2d84d3e006
Declare xlink namespace
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349882 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-14 07:51:37 +00:00
Christoph Michael Becker
cd38bc2a91
SimpleXML: add missing changelog entries for $is_prefix
...
According to the PHP 5.2 migration guide, the `$is_prefix` parameter was added to three methods and two functions in PHP 5.2, but only two of those had a changelog entry about this change.
Ref: https://www.php.net/manual/en/migration52.parameters.php
Patch provided by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349881 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-14 07:49:51 +00:00
Christoph Michael Becker
9c1992d078
XMLWriter: fix version nrs of a few functions
...
Per https://www.php.net/manual/en/migration52.functions.php , these functions were added in PHP 5.2 and looking at the commits, that seems correct.
Ref: 3cd6518f39
Patch provided by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349880 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-14 07:40:08 +00:00
Christoph Michael Becker
b1d539eb69
Recode: update installation instructions
...
As of PHP 7.4, the extension is no longer bundled with PHP, but moved to PECL.
The way I've annotated this emulates the installation instructions for [POSIX regex](https://www.php.net/manual/en/regex.installation.php ).
Patch provided by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349879 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-14 07:35:15 +00:00
Christoph Michael Becker
17e64f4d02
WDDX: update installation instructions
...
As of PHP 7.4, the extension is no longer bundled with PHP, but moved to PECL.
The way I've annotated this emulates the installation instructions for [POSIX regex](https://www.php.net/manual/en/regex.installation.php ).
Patch provided by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349878 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-14 07:28:25 +00:00
Christoph Michael Becker
bc2efb0d57
UI: extension is not bundled with PHP
...
As per: https://www.php.net/manual/en/ui.installation.php
So the version information shouldn't give the impression that the classes/methods are available in PHP itself. They are only available in the PECL extension.
Patch provided by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349877 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-14 07:25:49 +00:00
Christoph Michael Becker
4df3145f2b
Mcrypt/installation: mention "move" version nr
...
Patch provided by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349868 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-13 21:46:13 +00:00
Christoph Michael Becker
3a3b3279ef
Fix #79593 : Manual page missing for class ReflectionReference
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349867 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-13 19:41:26 +00:00
Christoph Michael Becker
103f9d6ca7
DOMImplementation: fix typo
...
Patch provided by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349859 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-13 17:14:34 +00:00
Christoph Michael Becker
b7ca52647b
Fix #79594 : Uncaught TypeError: preg_split() expects parameter 3 to be int, null given
...
Nope, passing `null` doesn't necessarily mean "skip this argument".
This also integrated user note 121475.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349857 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-13 15:20:59 +00:00
Christoph Michael Becker
03b1aa3fff
Filter: add missing constants
...
Add a number of constants missing from the Predefined Constants page of the Filter extension.
Patch provided by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349855 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-13 06:55:46 +00:00
Christoph Michael Becker
f46d7bb715
Fix #79585 : Useless changelog entry
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349784 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-11 11:05:44 +00:00
Christoph Michael Becker
1098a2f35d
Fix #79579 : odbc_exec does not prepare the SQL statement
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349783 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-11 07:39:43 +00:00
Nikita Popov
7af1f7fa46
SPLObjectStorage: fix class version nr
...
Patch by jrfnl.
Closes php/doc-en#88 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349773 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-10 18:34:24 +00:00
Christoph Michael Becker
59683a35a6
Swoole extension is not bundled with PHP
...
Patch provided by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349772 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-10 17:19:10 +00:00
Nikita Popov
4824d4ea6a
XLSWriter: extension is not bundled with PHP
...
Patch by jrfnl.
Closes php/doc-en#86 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349767 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-10 11:30:47 +00:00
Nikita Popov
37ee71573e
FDF: extension was moved to PECL / no longer bundled with PHP as of PHP 5.3
...
Patch by jrfnl.
Closes php/doc-en#84 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349765 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-10 08:46:42 +00:00
Nikita Popov
8ca69ba3fb
Update flag --with-onig information
...
Patch by demiurge-ash.
Closes php/doc-en#80 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349764 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-10 08:37:01 +00:00
Nikita Popov
4480bf0e76
Ming: extension was moved to PECL / no longer bundled with PHP as of PHP 5.3
...
Patch by jrfnl.
Closes php/doc-en#85 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349763 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-10 08:29:43 +00:00
Nikita Popov
b19e2ca3c9
IntlCalendar::setMinimalDaysInFirstWeek: fix procedural function name
...
Patch by jrfnl.
Closes php/doc-en#83 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349762 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-10 08:27:08 +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
Tyson Andre
0d77f05f45
Document changes to json_encode in php 5.5
...
Returning false when there was any encoding error is an improvement,
but would be backwards incompatible if applications depended on the
implicit JSON_PARTIAL_OUTPUT_ON_ERROR behavior of PHP 5.4 and earlier.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349754 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-07 15:33:58 +00:00
Nikita Popov
ed83989327
Remove useless declare statement from example
...
Patch by SjonHortensius.
Closes php/doc-en#82 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349753 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-07 13:12:47 +00:00
Philip Olson
308f4fdbca
Added liblz4-tool and zstd for compression support; WL13001
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349748 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-04 21:22:38 +00:00
Christoph Michael Becker
d01f21cbd3
Document other primes for opcache.max_accelerated_files
...
Patch provided by tandre@php.net .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349735 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-02 16:52:39 +00:00
Christoph Michael Becker
edaff9d6b1
Fix return value description
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349733 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-02 11:59:13 +00:00
Christoph Michael Becker
115560f445
Fix #79543 : mcrypt functions not documented as being removed
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349727 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-30 08:21:50 +00:00
Christoph Michael Becker
2c1763402c
Fix return values documentation on linkinfo() function
...
Patch provided by Reinard Dolleschel.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349726 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-30 07:13:38 +00:00
Christoph Michael Becker
192925f460
Fix #79530 : bcpowmod never returns NULL as stated in doc
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349720 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-28 11:33:36 +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
9e4c917c09
Fix other miscellaneous typos
...
Detected by codespell
Patch provided by tandre@php.net .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349709 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-27 06:50:00 +00:00
Christoph Michael Becker
aebf045bfb
Fix miscellaneous typos
...
Detected by codespell
Patch provided by tandre@php.net .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349708 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-27 06:43:55 +00:00
Derick Rethans
ccd0dfffdb
Updated to version 2020.1 (20a)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349698 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-24 11:24:28 +00:00
Xinchen Hui
85ff795121
Added intro for new parameters of Yaf_Request::Set(Module/Controller/Action)Name
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349681 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-19 14:20:22 +00:00
Xinchen Hui
5442ab5aab
Added new function intros
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349679 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-19 14:05:57 +00:00
Xinchen Hui
e9a508af00
Remove unused magic methods
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349676 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-19 08:31:25 +00:00
Xinchen Hui
cd26045674
Added new functions intro of Yaf_Loader since 3.2.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349675 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-19 08:22:56 +00:00
Andreas Braun
d990a25ab5
MongoDB: rename chapter about manual installation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349668 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-17 11:57:21 +00:00
Christoph Michael Becker
e4bb74f6ed
Fix #79474 : get_declared_classes Wrong loading order Inheritance
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349660 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-15 08:50:00 +00:00
Christoph Michael Becker
90d4bd6eaa
Fix #72271 : Collator::getSortKey() doc page is out of date, incomplete, inaccurate
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349647 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-10 12:42:05 +00:00
Christoph Michael Becker
2d7f05b10e
Fix #79454 : transliterator_get_error_message arginfo is incorrect
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349637 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-07 14:58:56 +00:00
Christoph Michael Becker
badeacf359
Fix #76693 : Notation / warning should be made for mutation of &$variable in bindParam
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349636 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-07 12:38:14 +00:00
Remi Collet
d4a4eabe9f
rpminfo; fix title
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349635 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-07 11:56:14 +00:00
Christoph Michael Becker
aeec7fbecb
Fix #52003 : Incorrect PDOStatement::execute() signature
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349634 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-07 11:40:29 +00:00
Remi Collet
24e221e2de
rpminfo: improve some examples
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349633 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-07 10:40:26 +00:00
Remi Collet
9c00cb0c49
rpminfo: add rpmaddtag function
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349632 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-07 08:12:22 +00:00
Xinchen Hui
95315d3e44
Fixed yaf_config_simple::__constructor signature
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349625 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-05 15:33:52 +00:00
Christoph Michael Becker
6bf4f2f0f5
Use consistent modifiers order "public" before "readonly"
...
Before this change:
public/readonly: 50 cases
readonly/public: 30 cases (mostly in DOM)
Reordered to be always public/readonly, in this order.
Patch provided by Giovanni Giacobbi.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349623 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-05 10:45:54 +00:00
George Peter Banyard
ce86a92f2a
Add some explanations to the MB_CASE_* constants.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349616 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-05 01:22:37 +00:00
Tyson Andre
552d72de63
Document when opcache.opt_debug_level was added
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349606 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-03 21:15:03 +00:00
Christoph Michael Becker
cd10685d87
Fix #79425 : Function mb_str_split is not documented yet
...
Patch provided by Tomas Zubiri.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349604 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-03 11:09:13 +00:00
Xinchen Hui
5733f2023a
Fixed setter description and return value description
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349600 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-03 04:19:29 +00:00
Philip Olson
7c132f15ad
Added compression attribute info; via WL13001
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349598 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-02 22:17:29 +00:00
Remi Collet
f83663c9a9
rpminfo: document some constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349597 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-02 09:24:44 +00:00
Xinchen Hui
338bf692d6
Added getter/setter explictly
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349592 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-02 05:28:12 +00:00
Christoph Michael Becker
e1438a020b
Document the __serialize/__unserialize magic in PHP 7.4
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349590 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-01 23:15:30 +00:00
Christoph Michael Becker
16b4876fe0
DatePeriod::getRecurrences() is public
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349588 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-01 15:06:21 +00:00
Christoph Michael Becker
d4e3166e8c
Typo fix
...
Patch provided by Larry Garfield.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349581 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-01 07:08:43 +00:00
Xinchen Hui
10846870d2
Correct the signature of Yac::__set
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349574 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-31 15:58:26 +00:00
Remi Collet
899d8d077e
rpminfo: minor fix
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349573 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-31 15:44:10 +00:00
Remi Collet
7c45f5f2b8
cleanup
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349571 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-31 08:45:12 +00:00
Xinchen Hui
a523ff9cb9
Added Yac::constructor in Yac class synopsis
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349570 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-31 07:33:19 +00:00
Xinchen Hui
9dbf3a558f
Correct the yac installation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349569 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-31 07:16:38 +00:00
Xinchen Hui
b7fecf9c00
The value of Yac::set/add is not optional
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349568 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-31 07:08:05 +00:00
Xinchen Hui
d286e61821
Added version info
...
Added return type info for info and delte
Correct yac::set signature
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349561 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-30 13:42:10 +00:00
Christoph Michael Becker
7f3019bdfd
Set SVN properties and remove extraneous files
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349560 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-30 09:08:22 +00:00
Yoshinari Takaoka
4020782935
fixed broken build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349559 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-30 09:03:03 +00:00
Xinchen Hui
b8be4b126c
Added yac (lock-free, shared memory user data cache)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349551 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-30 03:28:20 +00:00
Tyson Andre
7de2e43d4c
Fix runkit7_constant_redefine description
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349543 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-28 19:02:09 +00:00
Christoph Michael Becker
a16c2cda70
Fix #79168 : Missing __construct
method documentation in SPL Exceptions
...
Patch provided by carusogabriel@php.net .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349537 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-27 23:03:28 +00:00
Christoph Michael Becker
50e3d5cbfe
The return value of pi() is not related to the precision directive
...
This integrates user note 124860.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349536 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-27 22:43:19 +00:00
Christoph Michael Becker
f5c5171d6f
Fix #79418 : configure --enable-zip results in failure
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349534 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-27 16:32:30 +00:00
Christoph Michael Becker
ecc27549d8
Fix return values section
...
See bug #76999 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349529 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-27 09:48:17 +00:00
Remi Collet
d54eeadf19
add rpminfo manual
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349526 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-26 15:23:20 +00:00
Christoph Michael Becker
eb067eb6c1
Fix build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349523 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-25 16:47:32 +00:00
Andreas Braun
687cb60db4
MongoDB: Document first changes for 1.8.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349522 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-25 12:51:51 +00:00
Christoph Michael Becker
67e6fdb205
Document missing CURLOPT_HTTP_VERSION values
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349505 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-20 15:10:04 +00:00
Christoph Michael Becker
d3c48b9ae3
Properly mark up constants as such
...
While these constants are supposed to be passed as argument, they are not
parameters per se. Furthermore, parameters are linked to their declaration
in the PHP rendered version at least, and since there is no declaration,
the links are most useless.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349504 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-20 15:07:42 +00:00
Remi Collet
0ba5122adc
ZipArchive::open comment about empty file not valid any more
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349502 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-20 13:45:41 +00:00
Christoph Michael Becker
a43ad10de8
Document new create_new_console option for proc_open()
...
Cf. <https://github.com/php/php-src/pull/5175 >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349498 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-19 14:09:56 +00:00
Remi Collet
2d40b914f5
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349496 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-19 06:58:50 +00:00
Remi Collet
1fb3a5e8f4
doc for zip 1.18.1
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349489 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-18 13:22:47 +00:00
Remi Collet
b709972b45
add another ex from #79157
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349488 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-18 12:35:51 +00:00
Remi Collet
4dc46c4a95
ZipArchive::addGlob/Pattern retrun array of added files
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349487 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-18 12:24:31 +00:00
Christoph Michael Becker
005c7b65cb
Fix #79388 : readline() missing return on documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349481 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-17 11:41:16 +00:00
Christoph Michael Becker
bb2cebd575
is_numeric() accepts leading whitespace
...
Cf. bug #67719 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349477 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-17 09:03:45 +00:00
Remi Collet
0ca029646c
ZipArchive::open accept ZipArchive::RDONLY mode
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349472 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-16 13:05:02 +00:00
Christoph Michael Becker
0d36c0ae79
Fix style
...
According to the style guidelines[1], the indentation should be one space, and
personalization ("you") is to be avoided.
[1] <http://doc.php.net/tutorial/style.php >
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349463 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-15 23:20:09 +00:00
Remi Collet
c870cfa314
ZipArchive::extractTo: add notice about default permissions, following #79383
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349461 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-15 17:55:23 +00:00
Christoph Michael Becker
67923ad06f
Add missing visibility specifiers
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349457 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-15 10:33:51 +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
7cca6df586
Add initializers for procedural APIs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349453 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-15 09:21:15 +00:00
Christoph Michael Becker
59b5917eaf
Fix VT_* constant values
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349452 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-15 09:02:34 +00:00
Christoph Michael Becker
5fd3467276
Order VT_I* and VT_UI* constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349451 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-15 08:57:35 +00:00
George Peter Banyard
11e991f711
DsSet::last() returns a mixed value, just like DsSet::first().
...
--
Provided by anonymous 100361 (mikko@pesari.fi )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349447 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-15 01:40:08 +00:00
George Peter Banyard
37b30e4e87
Minor spelling mistake of "sctrictness"
...
--
Provided by anonymous 102195 (irwtdvoys+php@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349445 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-15 01:35:34 +00:00
Christoph Michael Becker
483b1101fc
Fix #79173 : Phar::decompress() return new instance of itself
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349430 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 17:22:35 +00:00
Christoph Michael Becker
21c6f827cd
Fix #65813 : Reference For Cross-Platform Compatible Code when connecting to MSSQL
...
The reference to SQLSRV is already there, but the info that the SQLSRV drivers
are for Windows only is outdated.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349429 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 17:02:21 +00:00
Christoph Michael Becker
0694f17113
Fix #63060 : Option LIBXML_NOEMPTYTAG is ignored
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349428 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 16:56:46 +00:00
Christoph Michael Becker
63df6ea90b
Fix #50473 : static dotnet classes can't be called
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349426 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 15:36:27 +00:00
Christoph Michael Becker
54a343afdc
Fix #71956 : sem_get(0) creating an infinite amount of semaphores
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349425 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 15:33:40 +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
Christoph Michael Becker
3ecee11d0a
XMLReader::open()'s $encoding defaults to NULL
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349422 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 13:30:37 +00:00
Christoph Michael Becker
60511f0626
ftp_ssl_connect() is available in official Windows builds as of PHP 7.0.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349421 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 10:23:33 +00:00
Sherif Ramadan
f12adb7d02
Fix broken build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349411 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-13 18:32:58 +00:00
Sherif Ramadan
c136f24535
Fix bug #79378 - Uploading multiple files with CURLFile is not documented
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349410 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-13 18:21:35 +00:00
Christoph Michael Becker
ff3d7bb38b
Link to hash_algos() from hash() and hash_file()
...
Patch provided by Ryan McCue <me@ryanmccue.info>.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349408 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-13 18:01:28 +00:00
Christoph Michael Becker
916268236f
Document CURLOPT_COOKIELIST on constants page as well
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349397 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-12 17:20:13 +00:00
Christoph Michael Becker
12bae73457
Fix #72611 : CURLOPT_TCP_KEEPALIVE missing
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349396 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-12 17:08:49 +00:00
Christoph Michael Becker
39ed941a15
Fix #77792 : CURLOPT_SSLCERTTYPE support P12(pfx) certificate
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349395 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-12 16:12:54 +00:00
Christoph Michael Becker
a8356baaf4
Fix #78367 : missing CURL_SSLVERSION_MAX_xxx
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349394 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-12 16:07:42 +00:00
Christoph Michael Becker
5d93330c9b
Fix #78435 : Missing CURLOPT_COOKIELIST in doc
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349393 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-12 15:52:53 +00:00
Christoph Michael Becker
46b3f856ba
Fix #79105 : curl_share_setopt incorrect argument type
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349391 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-12 15:38:49 +00:00
Christoph Michael Becker
55640d87ac
Document CURLFile property types and constructor defaults
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349387 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-12 08:55:43 +00:00
Nikita Popov
70629e8390
Added changelog documentation to mb_convert_case()
...
Patch by thg2k.
Closes php/doc-en#59 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349373 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-10 20:52:39 +00:00
Christoph Michael Becker
09483f34bc
Fix #78168 : Reference Format is \n instead of \\n
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349366 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-10 09:11:07 +00:00
Remi Collet
93ae6ca0ae
ZipArchive::{add,replace}File: start/length paramaters are now used
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349360 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-09 13:27:07 +00:00
Christoph Michael Becker
1e3eecef0d
Fix #77875 : No documentation for apcu_enabled()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349352 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-08 10:25:58 +00:00
Christoph Michael Becker
0fc2058daf
Fix typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349351 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-08 10:05:38 +00:00
Christoph Michael Becker
337876a8bf
Fix order of sections
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349350 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-08 10:05:21 +00:00
Sherif Ramadan
fd130ca78e
Fix bug #79343
...
json_encode fails "silently" for DOMDocument.
Updated documentation to reflect that calling json_encode() on a DOMDocument object
will result in any empty object being encoded.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349342 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-07 19:20:16 +00:00
George Peter Banyard
7ce29cc163
Fix example, add missing ')'
...
Provided by an anonymous user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349340 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-07 18:20:16 +00:00
Tiffany Taylor
cc4a3f50b6
fix typo in Example #1
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349324 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-06 00:09:07 +00:00
Christoph Michael Becker
349718fef0
stip_tags() accepts array for $allowable_tags as of PHP 7.4.0
...
This integrates user note 124799.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349323 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-05 17:42:19 +00:00
Christoph Michael Becker
2a521fdf94
The GD and GD2 formats are obsolete
...
Cf. <http://libgd.github.io/manuals/2.2.5/files/gd_gd-c.html >
and <http://libgd.github.io/manuals/2.2.5/files/gd_gd2-c.html >.
This integrates user note 124797.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349322 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-05 17:40:50 +00:00
Christoph Michael Becker
9c4ad008de
SplDoublyLinkedList implements Serializable
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349321 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-05 13:41:37 +00:00
Christoph Michael Becker
cd0fe35bb9
Document that chown() and chgrp() are basically unsupported on Windows
...
This integrates user note 124790 and 124791.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349320 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-05 13:40:22 +00:00
Sherif Ramadan
3e648f3fdf
Fix grammatical error
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349317 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-05 11:30:32 +00:00
Sherif Ramadan
c8e5e322bd
Remove "Binary Calculator" mention from documentation.
...
It's BCMath.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349316 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-05 11:28:52 +00:00
Remi Collet
954f9dce1f
fix xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349314 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-05 10:52:31 +00:00
Remi Collet
55b62ad140
ZipArchive::getStatusString, status and statusSys available for closed archive
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349311 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-05 10:39:55 +00:00
Christoph Michael Becker
dbf319f8b2
Fix #74897 : Links to "warning" & "fatal error" have a blank href
...
Let's be pragmatic, and just use <constant> elements as in the rest of docs,
and hope that PhD will support automatically linking these elements sometime.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349307 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-05 08:22:42 +00:00
Remi Collet
f0453adf76
add lastId property to ZipArchvie
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349304 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-04 15:57:28 +00:00
Yoshinari Takaoka
c2bebb37ef
fixed description and example text.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349302 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-04 10:51:01 +00:00
Yoshinari Takaoka
ad0da591b1
added svn:property
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349300 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-04 10:38:40 +00:00
Remi Collet
3306b1b1af
fix default value for ZipArchive::replaceFile()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349299 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-04 08:21:08 +00:00
Remi Collet
753678e8d4
update zip requirements
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349295 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-03 15:05:42 +00:00
Remi Collet
4cb0a309c9
add ZipArchive::replaceFile() method
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349293 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-03 07:58:32 +00:00
Remi Collet
298c5edd24
add flags in options of ZipArchive::addGlob (and addPattern)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349283 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-02 16:29:25 +00:00
Remi Collet
9cbc3cf859
add flags parameter to ZipArchive::addFile
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349282 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-02 16:24:31 +00:00
Remi Collet
09bf6f612b
add flags parameter to ZipArchive::addEmptyDir
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349281 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-02 16:19:48 +00:00
Remi Collet
7e49b1947f
add flags parameter to ZipArchive::addFromString
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349280 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-02 16:15:06 +00:00
Remi Collet
271d8379a9
new constants in zip 1.18.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349279 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-02 16:04:12 +00:00
Christoph Michael Becker
f751e752d7
Fix #79328 : Typo in filter.filters.validate documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349272 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-01 16:30:42 +00:00
Christoph Michael Becker
2de08c1846
Mark optional parameters as such
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349271 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-01 11:34:09 +00:00
Christoph Michael Becker
e329b51347
Document COMPersistHelper::__construct with NULL argument
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349263 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-29 15:13:07 +00:00
Christoph Michael Becker
9ddc8b6946
Fix broken changelog and wrong version number
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349260 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-28 14:00:14 +00:00
Nikita Popov
68601c39b9
var_export: Mention 7.3.0 change for stdClass
...
Patch by hikari-no-yume.
Closes php/doc-en#49 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349259 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-28 10:40:04 +00:00
Christoph Michael Becker
9a6269648b
Fix #79117 : Wrong returned value description for openssl_csr_get_subject
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349257 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-26 23:04:57 +00:00
Christoph Michael Becker
010bb6179a
Document COMPersistHelper
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349255 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-26 13:50:10 +00:00
Christoph Michael Becker
8c753865f1
Use canonical spelling of class names
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349253 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-26 10:20:49 +00:00
Christoph Michael Becker
92e520adb8
Clarify SQLite3Result::columnName()
...
Cf. bug #78813 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349251 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-24 12:48:37 +00:00
Christoph Michael Becker
f811c29cdc
Document that proc_open() also accepts a $cmd array as of PHP 7.4.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349246 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-21 09:59:46 +00:00
Christoph Michael Becker
58a26b846d
Fix #78569 : proc_open() may require extra quoting
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349245 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-21 08:39:06 +00:00
Nikita Popov
0a116512ac
Fix \Ds\Map::values() example
...
Patch by enumag.
Closes php/doc-en#48 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349241 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-20 09:17:41 +00:00
Christoph Michael Becker
b37762aa55
Note that PDO parser supports backslash escapes
...
Cf. bug #79276 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349240 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-20 08:22:39 +00:00
Christoph Michael Becker
e78b64d1cc
Fix #79284 : mention htrime on page microtime
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349239 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-20 08:14:20 +00:00
Christoph Michael Becker
4998e7c97b
Fix #78130 : Add SplPriorityQueue::isCorrupted version
...
Introduced via http://git.php.net/?p=php-src.git;a=commit;h=c54045a1f949 ,
documented via http://svn.php.net/viewvc?view=revision&revision=343928 but
never added to `versions.xml`
Patch provided by Gabriel Caruso.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349233 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-16 22:20:38 +00:00
Christoph Michael Becker
b96ede557f
Fix #79245 : Document DateTime::RFC7231
...
This constant was introduced via
http://git.php.net/?p=php-src.git;a=commit;h=618d97962a8ac59d981c8307cc704790f46090c8
but it was never documented.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349226 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-16 14:05:40 +00:00
Yoshinari Takaoka
0c82e58795
added svn:keywords property
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349222 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-14 10:35:15 +00:00
Mark Jones
e9f57578e7
add new openssl x509 verify function to docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349221 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-14 00:12:43 +00:00
Christoph Michael Becker
025256e0e1
Fix #79268 : Greater-than / Less-than rendering in code example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349219 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-13 07:49:54 +00:00
Christoph Michael Becker
c00e972108
Add deprecation of money_format
...
Patch provided by Gert de Pagter.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349216 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-12 13:17:01 +00:00
Christoph Michael Becker
852978ed89
Clarify pseudo C preprocessor support
...
Based on a patch provided by Larry Garfield.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349215 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-12 13:09:26 +00:00
Tyson Andre
aef9aa5be8
Add documentation for runkit7 PECL
...
Reviewed in https://github.com/php/doc-en/pull/26
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349198 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-10 14:58:49 +00:00
Christoph Michael Becker
9e8923833c
Fix the table of integer values on setopt page
...
Patch provided by Ekin.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349197 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-10 14:30:32 +00:00
Christoph Michael Becker
58d190bce3
Fix #79071 : Undocumented truncation of tempnam() second parameter
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349191 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-09 14:25:30 +00:00
Christoph Michael Becker
e6dfcca365
Fix changelog order
...
Should always be from in reverse chronological order.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349186 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-09 10:48:36 +00:00
Andrey Gromov
bbd4f6a100
Typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349184 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-09 08:47:39 +00:00
Andrey Gromov
e1e151349e
Typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349183 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-09 08:46:48 +00:00
Christoph Michael Becker
c7661d7587
Document VT_I8 and VT_UI8 constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349176 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-08 16:59:04 +00:00
Christoph Michael Becker
cdf5498ad7
Fix description of COM error constants
...
Besides adding docs for the missing `DISP_E_BADINDEX`, we also document that
the values are positive integers on x64 as of PHP 7.0.0.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349163 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-07 17:51:35 +00:00
Sherif Ramadan
fda2507473
Revert last commit per comments about strlen
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349162 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-07 15:21:32 +00:00
Sherif Ramadan
a4e73423dc
Include null on failure in return values
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349161 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-07 13:53:29 +00:00
Christoph Michael Becker
1ebf8fee1a
Link to APC book
...
This integrates user note 124689.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349154 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-06 19:02:47 +00:00
Nikita Popov
74a2325f95
Remove the incorrect pattern "..." in glob()
...
Patch by colshrapnel.
Closes php/doc-en#36 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349153 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-06 14:22:03 +00:00
Andrey Gromov
6d5949ca08
Add "Windows only" note
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349152 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-06 14:20:12 +00:00
Peter Cowburn
460a630bde
move dom note about utf-8 to language snippet
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349146 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-06 11:44:34 +00:00
Christoph Michael Becker
d49c5be84e
Fix misleading spelling
...
Integrates user note 124687.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349142 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-06 10:16:57 +00:00
Peter Cowburn
0007fca77f
Clarify set_error_handler types that cannot be handled (doc bug #76318 )
...
Patch by Sorin Nunca
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349133 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-05 20:04:00 +00:00
Nikita Popov
738f5714c1
Fix typo on Runtime Configuration page
...
Patch by berezuev.
Closes php/doc-en#35 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349126 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-05 10:04:47 +00:00
Nikita Popov
e5731b4787
Document missing curl constants added in 7.3.x
...
Patch by ekinhbayar.
Closes php/doc-en#27 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349125 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-05 08:54:11 +00:00
alcaeus
6dad23a963
MongoDB: Document changes for 1.7.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349110 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-03 15:29:05 +00:00
Christoph Michael Becker
9c882d0b96
Remove whitespace
...
Patch has been provided by Oskar Stark.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349109 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-03 14:30:43 +00:00
alcaeus
30ba308b60
MongoDB: Document new BSON subtype for encrypted values
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349108 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-03 13:46:57 +00:00
Remi Collet
7250e516f3
add ZipArchive::RDONLY macro
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349107 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-03 11:31:29 +00:00
alcaeus
a8482dea2a
MongoDB: Document new methods for 1.7
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349106 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-03 11:01:04 +00:00
Christoph Michael Becker
6baae6d411
Fix #79181 : Docpage miss 'v' format definition
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349094 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-02 17:22:24 +00:00
Christoph Michael Becker
6eb8b7b9b1
Fix description
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349093 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-02 17:06:18 +00:00
Christoph Michael Becker
c0dbd1f8b9
Use the proper function names here, not the aliases
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349092 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-02 17:02:39 +00:00
Christoph Michael Becker
69dba7ad55
PHP 7 as well
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349091 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-02 17:01:17 +00:00
Yoshinari Takaoka
49204a8622
fixed typo.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349078 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-01 00:28:25 +00:00
Yoshinari Takaoka
af3996d6c4
added $Revision$ keyword, some svn:keywords properties.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349077 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-01 00:16:00 +00:00
Remi Collet
325d39b707
add ZipArchive::setMtimIndex example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349074 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-31 13:59:58 +00:00
Remi Collet
a5f267f0db
add ZipArchive::registerCancelCallback and ZipArchive::registerProgressCallback (zip 1.17.0)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349073 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-31 13:49:05 +00:00
Nikita Popov
ec67793395
Fixes #79186
...
Patch by ekinhbayar.
Closes php/doc-en#28 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349069 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-30 14:45:43 +00:00
Yoshinari Takaoka
7e2d369487
reverted r349048 because added 7.4.0 changelog obviously conflicts with mb_strrpos manual notes.
...
see also: https://www.php.net/manual/en/function.mb-strrpos.php#refsect1-function.mb-strrpos-notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349067 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-30 13:42:03 +00:00
Christoph Michael Becker
a6d3679dfe
ldap_control_pages_result(_response) is deprecated
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349064 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-30 12:23:08 +00:00
Remi Collet
002296ac09
ZIp: add new constants introduced in 7.4.3 / 1.16.1
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349053 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-29 13:46:11 +00:00
Remi Collet
2a9eefd1d6
ZIp: add new methods introduced in 8.0.0 / 1.16.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349052 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-29 10:50:11 +00:00
Remi Collet
07d867ba42
ZIp: add new constants introduced in 7.4.3 / 1.16.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349051 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-29 10:01:13 +00:00
Sherif Ramadan
5820d502f6
Update changelog for PHP 7.4
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349048 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-29 02:44:09 +00:00
Jeremy Mikola
b635919399
Revise MongoDB client-side encryption docs
...
https://jira.mongodb.org/browse/PHPC-1532
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349045 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-28 22:47:59 +00:00
Jeremy Mikola
8460353f32
BulkWrite::update() arrayFilters option is an array of documents
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349044 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-28 20:50:08 +00:00
alcaeus
594b45f55e
MongoDB: Document new members for client-side encryption
...
https://jira.mongodb.org/browse/PHPC-1532
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349039 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-28 07:30:53 +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
Christoph Michael Becker
162080c9d0
Document CURLOPT_HTTP09_ALLOWED
...
Cf. <https://github.com/php/php-src/pull/5114 >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349025 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-26 13:42:43 +00:00
George Peter Banyard
b716a57a5e
Introspect is better term to use in scope of reflection: https://en.wikipedia.org/wiki/Type_introspection
...
--
Provided by anonymous 101415 (dario_swain@yahoo.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349021 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-26 10:22:32 +00:00
Christoph Michael Becker
2a49694d0b
Document opcache.cache_id
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349015 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-25 16:48:27 +00:00
Nikita Popov
03e515786e
Clarify that it's safe to reuse an FFI scope.
...
Patch by Crell.
Closes php/doc-en#22 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349002 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-24 13:00:44 +00:00
Nikita Popov
f19337d272
Cross-link FFI::load and FFI::scope
...
Patch by Crell.
Closes php/doc-en#21 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349001 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-24 12:56:04 +00:00
Christoph Michael Becker
885781f948
Document lmdb $mapsize parameter
...
Cf. <https://github.com/php/php-src/pull/4910 >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348995 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-23 11:45:57 +00:00
alcaeus
216fb141c5
MongoDB: Document new configure switch to use system libraries over bundled ones
...
https://jira.mongodb.org/browse/PHPC-1497
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348993 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-23 07:34:04 +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
Yoshinari Takaoka
b7fedfcbcb
fixed parameter name. conform it with methodsynopsis.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348964 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-20 10:35:29 +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
George Peter Banyard
b0a5a220a5
Move changelog before examples.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348953 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-20 02:28:06 +00:00
Pieter Hordijk
4491cca51d
Fixed description about the advantage.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348936 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-17 15:37:07 +00:00
Nikita Popov
4166cb990b
Fix: Remove $serverctrls parameter from ldap_bind()
...
Patch by localheinz.
Closes php/doc-en#20 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348935 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-17 15:12:35 +00:00
Yoshinari Takaoka
a649751b36
deleted needless parentheses in <function></funciton>
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348932 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-16 11:00:01 +00:00
Peter Cowburn
4daddf2893
typo and grammar
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348927 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-15 12:06:29 +00:00
Christoph Michael Becker
9153b1f660
Fix typo
...
Reported as user note 124614.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348925 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-15 08:49:03 +00:00
Jakub Vrana
0272dc9ba7
Add samesite=None.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348895 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-13 12:27:10 +00:00