Commit graph

25686 commits

Author SHA1 Message Date
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
George Peter Banyard
8e00768efc Update doc in regards to being able to throw exceptions in __toString().
-- 
Provided by anonymous 101201 (Arek Pietrzyk)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349020 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-26 10:20:34 +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
a123922b53 Remove a mention of PHP 4.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348957 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-20 02:39:19 +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
Christoph Michael Becker
9581609f43 Fix MSVCRT version information
Only master needs CRT 16, as correctly pointed out in user note 124611.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348910 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-14 12:11:44 +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
George Peter Banyard
6d02e88d53 Typos provided by anonymous users.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348891 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-12 21:54:37 +00:00
Yoshinari Takaoka
93bc4c0a77 fixed typo in r348878
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348887 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-12 14:49:39 +00:00
Christoph Michael Becker
25cfe14df1 Fix #79097: CURLOPT_HTTP_CONTENT_DECODING is not documented
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348881 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-12 10:11:39 +00:00
Christoph Michael Becker
0691beef90 Ignore scoutapm generated files
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348880 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-12 10:07:29 +00:00
Christoph Michael Becker
ddb697209f Improve PHP_WINDOWS_EVENT_CTRL_C and PHP_WINDOWS_EVENT_CTRL_BREAK docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348879 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-12 10:05:19 +00:00
Christoph Michael Becker
bdc5950b1b Fix #79103: Hexadecimal to decimal conversion deprecation notice missing
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348878 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-12 10:04:21 +00:00
Yoshinari Takaoka
1a81ebd0f9 fixed changelog parameter name that follows parameter list description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348831 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-07 11:23:49 +00:00
George Peter Banyard
1849f5990e cumurative -> cumulative
Provided by sergey

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348819 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-06 15:26:51 +00:00
Yoshinari Takaoka
bae55bfcbb fixed not to load from download url
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348792 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-04 08:50:17 +00:00
Christoph Michael Becker
f6108da0b5 Remove RCE example
This example is (not incorrectly) flagged as Backdoor:PHP/Remoteshell.A by
Windows defender (and possibly other AV engines), so we rewrite the
respective part of the manual.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348780 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-03 15:12:15 +00:00
Yoshinari Takaoka
bd5c1c0ac0 Description about JSON_ERROR_UTF16 is wrong, because this constant is not for json_encode but json_decode function.
Also, the following testcase shows that JSON_ERROR_UTF16 is used for json_decode function.

12ce73a5bb/ext/json/tests/bug62010.phpt


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348752 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-01 10:02:15 +00:00
Yoshinari Takaoka
409c319683 added svn:keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348749 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-01 07:52:43 +00:00
asgrim
410e060b06 Shorten scoutapm function refpurposes and move them to descriptions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348747 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-31 10:04:08 +00:00
asgrim
f1bf66824f Removed resource types section from scoutapm as it is unused
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348745 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-31 09:52:28 +00:00
asgrim
8329edef91 Added docs for PECL extension scoutapm
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348737 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-30 15:28:24 +00:00
Christoph Michael Becker
19822bcfa1 Fix #79017: Can delete files in use by other processes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348727 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-29 12:46:35 +00:00
Christoph Michael Becker
0aab179357 Fix #79036: PIXEL_INTEGER constant undefined
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348726 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-29 12:16:43 +00:00