Commit graph

1722 commits

Author SHA1 Message Date
Christoph Michael Becker
417ea9af74 Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352024 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-12 14:11:52 +00:00
Christoph Michael Becker
77a10b00e3 Fix #80501: Stats function documentation has gone
The documentation of the stats extension has been removed in r350644
assuming that the extension would not be compatible with PHP 7; that
assumption was wrong, so we need to restore the docs.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351991 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-10 11:14:23 +00:00
Yoshinari Takaoka
ca06895f15 added some new feature docs link.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351949 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-07 20:13:46 +00:00
Christoph Michael Becker
19af072c3e Fix #80482: Undocumented behavior of array_walk with objects
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351878 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-04 17:20:44 +00:00
Christoph Michael Becker
6fa29283c5 Generate enchant methodsynopses based on stubs
Closes GH-232.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351794 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-30 22:27:10 +00:00
George Peter Banyard
b3a1da4dc0 Update XMLParser class name in migration guide for PHP 8.0.1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351791 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-30 15:44:58 +00:00
Christoph Michael Becker
6896024afa Add info about SplFileObject::seek() incompatibility to migration guide
Cf. <https://github.com/php/php-src/pull/6434>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351790 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-30 15:39:29 +00:00
Christoph Michael Becker
025f2d34cc Document nullsafe operator
Closes GH-244.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351735 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 23:09:30 +00:00
Christoph Michael Becker
068a836eb9 Add incompatibility note regarding PDO::inTransaction()
Cf. <http://git.php.net/?p=php-src.git;a=commitdiff;h=306555e11da4fb9f4759e809b6c1961f11dc6e8b>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351647 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-25 18:04:28 +00:00
Christoph Michael Becker
b7f8c11e56 Generate curl methodsynopses based on stubs
Amended by cmb.

Closes GH-231.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351621 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-25 00:58:58 +00:00
Christoph Michael Becker
02ba67b51f Generate zlib methodsynopses based on stubs
Closes GH-235.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351613 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-24 23:20:10 +00:00
Christoph Michael Becker
a1799ec0bd rename misspelled methods
Closes GH-228.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351582 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-24 17:27:32 +00:00
Yoshinari Takaoka
763506217e fixed broken build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351568 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-24 09:36:50 +00:00
Christopher Jones
0e0c883110 PHP 8 OCILob and OCICollection name change
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351556 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-24 00:53:02 +00:00
Yoshinari Takaoka
8c115291ab added missing role="php" for programlisting
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351543 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-23 14:35:41 +00:00
Christoph Michael Becker
8caaa86050 Clean up resource page
Mostly removal of resources of extension which are no longer documented in
the manual.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351538 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-23 10:57:00 +00:00
Christoph Michael Becker
b359f3f0d0 Document sysv* resources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351512 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-23 00:11:31 +00:00
Christoph Michael Becker
acf3ad4cdc Generate shmop methodsynopses based on stubs
Based on a patch contributed by Máté Kocsis <kocsismate@woohoolabs.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351506 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-22 22:28:22 +00:00
Christoph Michael Becker
d7a2a4e3f7 PHP 8.0 migration guide
Co-authored-by: Nikita Popov <nikita.ppv@googlemail.com>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351500 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-22 18:25:14 +00:00
Christoph Michael Becker
a8f6a0f119 XML parsers are objects as of PHP 8.0.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351472 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-21 16:53:39 +00:00
Christoph Michael Becker
18303121bc Remove obsolete PHP 5 specific information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351456 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-20 14:35:34 +00:00
George Peter Banyard
a9a6224ca9 Split type declarations into their dedicated page
Remove obsolete OOP5 TypeHinting page
Document union types

Closes GH-174

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351365 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-12 18:39:19 +00:00
Christoph Michael Becker
f7eec8e460 Actually remove ifx extension documentation
The ifx (Informix) extension is unbundled as of PHP 5.2.1, and apperently has
not been maintained since then; no new version has ever been released on PECL.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351245 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-04 22:30:20 +00:00
Christoph Michael Becker
a6309b11ca Actually remove maxdb extension documentation
The maxdb extension had its latest release in 2007, and is completely
unmaintained for at least ten years.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351232 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-04 18:01:08 +00:00
Christoph Michael Becker
724f036e29 Remove msql documentation
The msql extension is unbundled as of PHP 5.3.0, and considered unmaintained
and dead.  Of the 4 user notes for this extension, 2 actually were referring
to MySQL.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351139 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 16:32:37 +00:00
Christoph Michael Becker
6fe0f9389b Remove SQLite documentation
The sqlite extension is unbundled as of PHP 5.4.0, didn't have a release
since then, and is superseeded by the sqlite3 extension anyway.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351137 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 16:19:13 +00:00
Christoph Michael Becker
86e6094e86 Use canonical type names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351133 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:39:04 +00:00
Christoph Michael Becker
ecb5cb1e02 There are no mirrors anymore
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351126 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 09:34:52 +00:00
Christoph Michael Becker
11580d11b9 The manual no longer documents PHP 5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351125 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 09:34:02 +00:00
George Peter Banyard
cdaea04215 Remove mention of PHP 5 in Language Reference section
This does not cover the OOP nor Error sections, but everything else should be covered

Closes GH-156

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351112 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-31 19:13:58 +00:00
Christoph Michael Becker
87a2f30351 Actually remove PDFlib docs from the manual
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351036 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-29 11:39:35 +00:00
Christoph Michael Becker
c2fea13ec0 Fix #68798: stream_select() preserves keys since rev. 305856 breaking some code without note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351012 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-27 13:11:32 +00:00
Christoph Michael Becker
3b02cecc30 Remove Xdebug INI settings
Xdebug documentation has long been removed from the manual.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351001 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-26 13:49:16 +00:00
Christoph Michael Becker
a6ecf96032 ssl:// and tls:// are still supported
These have been accidentially removed with r350333.  While we're at it,
we also remove the no longer relevant PHP 5 info.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350926 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-17 15:55:54 +00:00
Christoph Michael Becker
dec1f8445a Remove safe_mode related information
Sorry, translators, for breaking your builds again.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350871 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-13 22:07:26 +00:00
Christoph Michael Becker
a7bdc593b7 Remove PDO_4D documentation
The extension had its latest release (0.3 beta) in 2009, and is obviously
unmaintained.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350722 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-30 21:17:30 +00:00
Christoph Michael Becker
f9f8f46e83 Fix bug #77861: Incorrect syntax for "include_path"?
We should use the Unix directory separator.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350721 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-30 19:20:14 +00:00
Christoph Michael Becker
e61d2217d5 Document BC breaking change in handling of incoming cookie names
CVE-2020-7070

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350707 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-29 10:30:38 +00:00
Christoph Michael Becker
e443388d42 Remove info about SAPIs which are removed as of PHP 7.0.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350661 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 16:56:25 +00:00
Christoph Michael Becker
5b53e0d177 ext/sybase is no longer available as of PHP 7.0.0
Patch contributed by Sobak <msobaczewski@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350650 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 13:09:16 +00:00
Christoph Michael Becker
38c3833024 ext/mssql is no longer available as of PHP 7.0.0
Patch contributed by Sobak <msobaczewski@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350647 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 12:36:07 +00:00
Christoph Michael Becker
0970bf6ea3 Remove PHP4 or PHP5-only extension
This commit removes following extensions as they appear to not provide
support for PHP 7.0.

Patch contributed by Sobak <msobaczewski@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350644 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 12:28:04 +00:00
Christoph Michael Becker
80f8deb9ba Add AddressInfo and Socket resources
Adds documentation for the `Socket` and `AddressInfo` resource types from the `sockets` extension.
There resource types are migrated to [AddressInfo and Socket objects in PHP 8.0](https://php.watch/versions/8.0/sockets-sockets-addressinfo), but this documentation will help for older PHP versions.

Patch contributed by Ayesh Karunaratne.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350334 c90b9560-bf6c-de11-be94-00142212c4b1
2020-08-18 13:33:12 +00:00
Christoph Michael Becker
b95c7c24ea Remove PHP 4 related info and add Windows specific note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350333 c90b9560-bf6c-de11-be94-00142212c4b1
2020-08-18 12:59:08 +00:00
Christoph Michael Becker
5ce8426acc Fix #61451: Document that the default character set change may break existing code
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350304 c90b9560-bf6c-de11-be94-00142212c4b1
2020-08-13 12:10:34 +00:00
Christoph Michael Becker
af69aee72f Fix #75466: Undocumented Backward Compatibility Break from 7.0 to 7.1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350302 c90b9560-bf6c-de11-be94-00142212c4b1
2020-08-13 11:58:10 +00:00
Yoshinari Takaoka
97dc5eac37 added opcache.preloading link
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350263 c90b9560-bf6c-de11-be94-00142212c4b1
2020-07-31 13:35:59 +00:00
Christoph Michael Becker
0bc9adb864 Link new INI settings in migration guide to manual proper
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350232 c90b9560-bf6c-de11-be94-00142212c4b1
2020-07-28 09:11:31 +00:00
Christoph Michael Becker
c653b888fb Add exception_ignore_args
It was added to PHP 7.4:
https://www.php.net/manual/en/migration74.other-changes.php#migration74.other-changes.ini

Patch contributed by Martin Stücklschwaiger

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350231 c90b9560-bf6c-de11-be94-00142212c4b1
2020-07-28 09:00:32 +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
Christoph Michael Becker
593fed9c6f Fix constant name
This integrates user note 124973.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349732 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-02 11:58:30 +00:00
Christoph Michael Becker
dcd5448282 Fix other typos outside of php module docs
Patch provided by tandre@php.net.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349711 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-27 06:59:43 +00:00
Christoph Michael Becker
58d1813178 Link to the new arrow functions section
Patch provided by tandre@php.net.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349702 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-26 22:21:42 +00:00
Christoph Michael Becker
e59ae7a32d List of Keywords - Add fn (PHP 7.4)
Patch provided by Guilliam Xavier.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349701 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-26 13:29:25 +00:00
Christoph Michael Becker
060929ad51 Sort und update list of parser tokens
Patch provided by Guilliam Xavier.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349654 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-13 14:34:38 +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
Nikita Popov
f26d97a87a Remove hint to security purpose of disable_functions
Patch by jsmmo.

Closes php/doc-en#34.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349194 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-10 09:10:58 +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
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
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
58f2241106 Fix #79012: sapi_windows_set_ctrl_handler missing
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348652 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-21 16:27:25 +00:00
Yoshinari Takaoka
236994a548 reverted 348608, and added negative context, because I missed the negative floating number context.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348646 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-20 10:41:21 +00:00
Yoshinari Takaoka
bd997fc579 fixed documentation bug about mentioning PHP_FLOAT_MAX. not smallest but largest.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348608 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-19 23:22:06 +00:00
Christoph Michael Becker
1c1ce113ec Fix erroneous typo fix
We clarify the wording, since it has apparently been confusing.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348566 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-18 13:18:56 +00:00
Yoshinari Takaoka
c90b300562 fixed typo. ( s/heeded/needed/ )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348557 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-17 15:08:02 +00:00
Yoshinari Takaoka
c517cdf919 fixed section title about libsqlite3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348541 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-16 14:23:47 +00:00
Christoph Michael Becker
8597134228 Fix #78957: pdo_sqlite extension does not load after upgrading from 7.3.12 to 7.4.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348532 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-16 09:35:43 +00:00
Christoph Michael Becker
5289b52c82 Integrate user note 124490
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348453 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-07 15:39:19 +00:00
Christoph Michael Becker
81ee640911 Fix typo in IDs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348383 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-01 12:54:49 +00:00
Christoph Michael Becker
82bfb41917 Split filters documentation into subsections
We also remove a note regarding PHP 4, and furthermore move the deprecation
warning regarding the mcrypt.* filters into the proper subsection.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348381 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-01 12:08:59 +00:00
Christoph Michael Becker
4349bb7a7c allow_url_include has been deprecated
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348373 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-30 14:17:30 +00:00
Nikita Popov
21ac5b8135 Improve PHP_FLOAT_MIN doc
Patch by BenMorel.

Closes php/doc-en#16.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348296 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-14 19:05:52 +00:00
George Peter Banyard
a75162baa5 This document didn't list that asp_tags had been removed in PHP 7
-- 
Provided by anonymous 99663 (adauctus@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348210 c90b9560-bf6c-de11-be94-00142212c4b1
2019-10-24 09:42:59 +00:00
George Peter Banyard
5009834a7c Unneeded extra greater than character.
Provided by sergey

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348208 c90b9560-bf6c-de11-be94-00142212c4b1
2019-10-24 09:38:18 +00:00
Christoph Michael Becker
5d67e7308d Fix #78524: The zone element of the array is also changed for date_parse in 7.2
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348153 c90b9560-bf6c-de11-be94-00142212c4b1
2019-10-13 16:24:18 +00:00
Christoph Michael Becker
4360f13f4b Fix #78652: 7.1 migration guide says default opcache.enable_cli=1, was reverted to 0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348151 c90b9560-bf6c-de11-be94-00142212c4b1
2019-10-13 15:22:40 +00:00
Peter Cowburn
9fa6944e96 Migration to 7.4: markup for configure script
From: Alexey Pyltsyn <lex61rus@gmail.com>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348106 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-30 11:44:10 +00:00
Peter Cowburn
de4fcb5b1c Migration to PHP 7.4: use special markup for configure option
From: Alexey Pyltsyn <lex61rus@gmail.com>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348051 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-23 12:05:18 +00:00
Peter Cowburn
5b33d8dc51 Migration to 7.4: markup for configure script
Thanks: Alexey Pyltsyn

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348048 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-22 19:12:26 +00:00
Peter Cowburn
38f1ef412f Migration to 7.4: markup for parent keyword
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348038 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-22 10:05:18 +00:00
Peter Cowburn
8968372b68 Migration to 7.4: errorInfo is a PDOStatement method as well
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348037 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-22 10:05:14 +00:00
Peter Cowburn
18a0c6efe8 nicer title for proc_open change
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348036 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-21 21:27:14 +00:00
Peter Cowburn
e9b6cd48b3 Fix title for proc_open entry.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348035 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-21 21:27:09 +00:00
Peter Cowburn
b5c01adcc2 Little improvement
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348034 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-21 21:27:06 +00:00
Peter Cowburn
cd0727de73 add remaining 7.4 migration sections
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348018 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-19 21:32:14 +00:00
Peter Cowburn
8d3d3db52b slightly more consistent headings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348017 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-19 21:32:10 +00:00
Peter Cowburn
233006cc81 markup fix for 7.4 tidy constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348016 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-19 21:32:05 +00:00
Peter Cowburn
426c6dd57d migration 7.4: new functions and classes, removed extensions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348008 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-17 21:07:30 +00:00
Peter Cowburn
3c6d3fdd29 migration 7.4: new constants and deprecations WIP
Please feel free to flesh out these descriptions.
They're mostly borrowed from UPGRADING.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348003 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-16 19:59:46 +00:00
Christoph Michael Becker
a24b818c68 Fix #78546: Bad grammar for description of PHP_OS_FAMILY
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347996 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-16 06:53:11 +00:00
Peter Cowburn
e90e9ce9c8 wip - migration74 appendix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347981 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-12 06:53:54 +00:00
Christoph Michael Becker
6da0f0108c Fix #76577: outdated documentation concerning track_errors
Cf. <https://wiki.php.net/rfc/deprecations_php_7_2#php_errormsg>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347919 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-02 13:01:20 +00:00
Christoph Michael Becker
a70a7036bc ext/gd supports WebP as of PHP 5.4.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347892 c90b9560-bf6c-de11-be94-00142212c4b1
2019-08-25 11:06:02 +00:00
Tim Starling
990521c9ca Add LuaSandbox extension
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347858 c90b9560-bf6c-de11-be94-00142212c4b1
2019-08-16 01:38:57 +00:00
George Peter Banyard
aba9493325 Typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347736 c90b9560-bf6c-de11-be94-00142212c4b1
2019-07-13 15:05:31 +00:00
Christoph Michael Becker
b9b36ec757 Clarify current behavior of JSON_THROW_ON_ERROR
Cf. <http://news.php.net/php.internals/105653>

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347407 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-11 12:24:24 +00:00
Christoph Michael Becker
7034bb7f23 Add new constants to migration guide
Cf. <http://git.php.net/?p=php-src.git;a=commitdiff;h=6b73e692c976bdfdc710741cd983a9b33c13b3e7>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347365 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-02 13:27:48 +00:00
Christoph Michael Becker
b20fb5e69d Fix #77901: declare tick is now local for each PHP file
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347260 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-17 10:13:47 +00:00
Christoph Michael Becker
f9f43812c0 Fix #77910: Incorrect/missing session directives from list of php.ini directives
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347258 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-17 09:53:52 +00:00
Peter Cowburn
904f11cd5c update return type position in "How to read a function definition (prototype)" section
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347032 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-21 19:05:21 +00:00
Christoph Michael Becker
d6746c5d2b Document sqlite3.defensive INI directive
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346996 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-11 16:30:46 +00:00
Christoph Michael Becker
140252dcf2 Fix version range
Patch provided by Kyle Kothe.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346991 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-11 12:26:01 +00:00
Christoph Michael Becker
91376f31d4 Fix typo
Patch provided by anonymous user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346990 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-11 12:16:53 +00:00
Christoph Michael Becker
7600ab3338 Add “yield from” to the list of keywords
Yeah, “yield from” is a single keyword …

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346864 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-21 08:00:28 +00:00
Christoph Michael Becker
4c700c51d4 Document uopz ini directives
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346697 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-04 15:55:00 +00:00
Christoph Michael Becker
b7c1306f08 Document gc_status()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346688 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-03 15:10:49 +00:00
Christoph Michael Becker
13076e3094 Fix #77506: The default value of 'serialize_precision' seems to be '-1' in the latest code
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346628 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-23 11:03:38 +00:00
Christoph Michael Becker
9c75621343 Inlcude OPcache ini directives in ini.list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346618 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-21 16:10:23 +00:00
Christoph Michael Becker
b265bf96d0 Fix #77406: open_basedir disables the realpath cache
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346544 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-04 18:54:17 +00:00
Christoph Michael Becker
6c1773e7b3 Fix #77384: Unable to change Session Save Handler to "user"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346542 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-04 18:36:36 +00:00
Christoph Michael Becker
c9b1de1c12 Link to internal phpdbg docs
This solves the issue that we're linking to an external site whose cert
is expired (user note 123470), and is generally the way forward[1].

We do not yet remove the url.phpdbg.docs entity, since it is used by
multiple active translations.

[1] <http://news.php.net/php.doc/969386971>f

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346451 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-28 14:39:45 +00:00
Christoph Michael Becker
d780b02fbd Link to detailed documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346422 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-26 13:53:27 +00:00
Christoph Michael Becker
aceea02784 Document syslog.* ini directives (available as of PHP 7.3.0)
See also <https://bugs.php.net/76956>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346421 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-26 13:46:10 +00:00
Christoph Michael Becker
216c1d34f9 Fix markup and typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346396 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-18 23:50:47 +00:00
Christoph Michael Becker
2fa0d4f51c Fix typo
Patch provided by anonymous user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346284 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-10 15:59:58 +00:00
Christoph Michael Becker
47d0c1e6da Add missing link
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346282 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-10 15:30:27 +00:00
Christoph Michael Becker
2a85fbcd7c Fix #77271: PHP 7.3: Various info missing from changelog/migration guide
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346281 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-10 15:24:21 +00:00
Sara Golemon
9643cc6459 Add trailing semi-colon to example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346206 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-07 21:55:35 +00:00
Christoph Michael Becker
fabe788819 Fix typo
Pointed out by radekzxcvb.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346200 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-07 15:07:53 +00:00
Christoph Michael Becker
1c0149c4ce Actually add 7.2 → 7.3 migration guide
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346187 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-05 23:27:18 +00:00
Christoph Michael Becker
204f2c1c88 Add migration guide 7.2 → 7.3
An initial version which certainly can improved, but at least
something, and it's supposed to be up-to-date (commit cb00ca7).

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346186 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-05 23:04:13 +00:00
Christoph Michael Becker
49e2592f1b Fix #73503: Missing entry in the migration guide
Since the fix for bug #53432 only targeted master, we document
it in the migration guide as incompatible change.

This also integrates user note 120336.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346032 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-22 18:21:16 +00:00
Christoph Michael Becker
c1c4532b5f Remove some outdated info from resource list
* aspell is removed as of PHP 4.3.0
* COM and VARIANT are objects as of PHP 5.0.0
* cpdf is removed as of PHP 5.1.0, and is not part of the manual (anymore)
* dbm has been removed during the French revolution, or shortly afterwards ;)
* hyperwave is removed as of PHP 5.0.0
* icap is removed as of PHP 4.3.0
* java is removed as of PHP 5.0.0
* mcal is removed as of PHP 5.0.0
* xslt is removed as of PHP 5.0.0

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346030 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-22 15:54:57 +00:00
Christoph Michael Becker
f8ad6e41a1 Update IMAP resource type documentation
The “imap persistent” and “imap chain persistent” are removed
as of PHP 4.3.0.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346029 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-22 15:12:37 +00:00
Christoph Michael Becker
18f9cbcbc4 Replace tabs with spaces
Sorry translators, but tabs shouldn't have been there in the first place,
according to the style guidelines (<http://doc.php.net/tutorial/style.php>).

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346020 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-19 15:09:50 +00:00
Christoph Michael Becker
ac33a4e791 Fix #77053: Invalid "continue" handling change in PHP 7 is undocumented
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345956 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-05 16:20:12 +00:00
Christoph Michael Becker
d8d97da74f Fix #76971: Changed array append behaviour of array_unique
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345783 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-06 11:43:28 +00:00
Christoph Michael Becker
9c229bc9b7 Remove obsolete (i.e. pre PHP 5 related) contents
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345671 c90b9560-bf6c-de11-be94-00142212c4b1
2018-09-21 12:26:38 +00:00
Christoph Michael Becker
4279863b96 Fix #76874: Documentation of memory leak in Xml Parser
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345634 c90b9560-bf6c-de11-be94-00142212c4b1
2018-09-14 12:09:43 +00:00
Christoph Michael Becker
31af10a4a2 Fix #76838: date_parse_from_format() changed meaning of zone value in PHP 7.2 -> BC break
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345615 c90b9560-bf6c-de11-be94-00142212c4b1
2018-09-09 15:42:19 +00:00
Christoph Michael Becker
afbd3c7b23 Document convert.iconv.* stream filters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345554 c90b9560-bf6c-de11-be94-00142212c4b1
2018-08-26 15:48:48 +00:00
Wang Jiexin
230d21efec Add seaslog extension doc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345290 c90b9560-bf6c-de11-be94-00142212c4b1
2018-07-09 08:21:37 +00:00
Christoph Michael Becker
3cd337b4dc Fix spelling
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345239 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-29 17:04:58 +00:00
Christoph Michael Becker
2f491ab5e1 Fix #76473: PHP_INT_MAX doesn't mention 64-bit value
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345134 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-13 21:29:18 +00:00
Christoph Michael Becker
406fe415fb Fix typos
Patch provided by Nicolas Dermine.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345128 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-13 15:30:31 +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
Christoph Michael Becker
edc3471f83 Fix typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344858 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-27 12:53:57 +00:00
Christoph Michael Becker
1b396e517f Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344857 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-27 12:18:18 +00:00
Christoph Michael Becker
f5d338cee8 Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344769 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-20 13:13:18 +00:00
Christoph Michael Becker
459c0e1de4 Fix #75414: tcp_nodelay option for stream context
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344750 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-19 17:04:53 +00:00
Christoph Michael Becker
a26d5a22cd PHP 4 removal and a minor fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344678 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-16 20:57:14 +00:00
Christoph Michael Becker
84729f2123 Document PREG_UNMATCHED_AS_NULL
Sans the behavior of trailing unmatched subpatterns,
see https://bugs.php.net/73948.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344668 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-14 15:40:43 +00:00
Pieter Hordijk
f5d5ddef84 In "real" code that calls count($x), when $x happens to be neither an array nor a Countable, it is more often NULL than an int or a string.
-- 
Provided by anonymous 90101 ()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344642 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-09 10:35:00 +00:00
Christoph Michael Becker
35511ebc54 Fix #72500: Imprecision about compatibility of "Variable variables and global"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344640 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-08 17:23:06 +00:00
Christoph Michael Becker
8bbef51787 Document that $additional_headers may now be an array
Cf. <https://github.com/php/php-src/blob/PHP-7.2.4/UPGRADING#L219-L225>

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344497 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-13 17:59:10 +00:00
Christoph Michael Becker
21e01236e0 Fix #75372: The --disable-path-info-check configuration option has been removed in 5.3
Cf. <http://git.php.net/?p=php-src.git;a=commit;h=06f43b30c1c50ae8cafd35dd2207e3bbda7c3e3c>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344478 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-10 12:40:56 +00:00
Christoph Michael Becker
9394f99e2b Fix build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344475 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-09 13:03:05 +00:00
Christoph Michael Becker
362182df16 The T_COALESCE tokens were missing in tokens page.
Ref: https://github.com/php/php-src/blob/master/Zend/zend_language_parser.y#L221


-- 
Provided by anonymous 88937 (carusogabriel34@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344472 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-09 12:50:11 +00:00
Jakub Vrana
bcd6a41f29 Add csprng
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344356 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-24 17:35:29 +00:00
Jakub Vrana
3ae3cf3c7c Add opcache and sodium to categorization
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344355 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-24 17:24:55 +00:00
Christoph Michael Becker
ef9b464ad7 Fix bug #75946 (session_start() fails after fastcgi_finish_request() (FPM))
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344212 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-11 13:36:30 +00:00
Christoph Michael Becker
2313b40f70 session.hash_function is removed as of PHP 7.1.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344137 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-31 16:30:04 +00:00
Jakub Vrana
3df65c988d Add new INI entries
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344076 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 21:38:11 +00:00
Jakub Vrana
64642ea9c3 Fix ID of unserialize_callback_func INI entry
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344075 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 20:43:44 +00:00
Jakub Vrana
f38941ea72 Add new extensions to extensions.alphabetical
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343900 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:40:52 +00:00
Christoph Michael Becker
b84e653f7b Fix typos
Patches provided by anonymous users.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343797 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-09 13:25:35 +00:00
Baokun Dou
12f4e0eb67 Added swoole ext docs structure.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343628 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-10 15:25:19 +00:00
TAKAGI Masahiro
33bf64d00d Fix link
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343545 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-01 11:06:56 +00:00
Christopher Jones
5ffa662021 Describe OCI8 TAF in the upgrading doc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343541 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-01 03:05:39 +00:00
Peter Cowburn
5cbcbd5baf ZipAchive -> ZipArchive (doc bug #75602)
Plus a capitalisation fix for ZipArchive::setEncryptionIndex.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343535 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-30 16:12:41 +00:00
Peter Cowburn
7fe827ddce removed duplicate migration info about gettype()
The gettype() and closed resources change is already in the backwards
incompatibile changes section.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343534 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-30 16:07:23 +00:00
Peter Cowburn
549423df61 cosmetic changes for the 7.2 migration guide
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343533 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-30 16:07:20 +00:00
Peter Cowburn
8361547d01 link sodium ext
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343531 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-30 16:07:13 +00:00
Peter Cowburn
22e90a0756 libsodium -> sodium
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343530 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-30 16:07:08 +00:00
Kalle Sommer Nielsen
4958926bdd Some cosmetics to the realpath_cache_size ini directive as clarified by Christoph on the docs ML
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343526 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 23:34:08 +00:00
Thomas Punt
fdcbc195d5 Mention new realpath_cache_size default value
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343519 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 22:17:59 +00:00
Kalle Sommer Nielsen
a791c271a6 Documented the LDAP EXOP constants available as of PHP 7.2.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343516 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 21:20:12 +00:00
Kalle Sommer Nielsen
dc70908bc0 Fixed build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343512 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 19:46:54 +00:00
Kalle Sommer Nielsen
0ed97654e1 Documented ArgDocumented Argon2 password hashing support in 7.2.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343511 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 19:44:12 +00:00
Kalle Sommer Nielsen
444d505e37 Documented the removal of sql.safe_mode
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343510 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 18:54:40 +00:00
Kalle Sommer Nielsen
24d0a3b19f Link the Sodium constants from the migration guide
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343509 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 18:48:36 +00:00
Kalle Sommer Nielsen
cd3e37ce25 Documented all new PDO functionality in 7.2, and did some minor cleanups
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343508 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 18:42:13 +00:00
Kalle Sommer Nielsen
92e3765893 Link to the extensions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343507 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 18:14:24 +00:00
Kalle Sommer Nielsen
1b3a08d78d Added remaining functions and constants added in 7.2.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343506 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 17:04:33 +00:00
Kalle Sommer Nielsen
baed24a74b * Link FILEINFO_EXTENSION like other documented constants
* Added the 3 new ZIP methods to the function list
* Moved the LDAP section up, so the list is ordered alphabethically

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343503 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 16:43:05 +00:00
Kalle Sommer Nielsen
cfa9e1bb71 Documented the remaining new functionality to ext/zip as of PHP 7.2.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343502 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 16:30:58 +00:00
Kalle Sommer Nielsen
f479d8c2ca --with-config-profile is available on Windows as of PHP 7.2.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343498 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 15:59:00 +00:00
Kalle Sommer Nielsen
d51d64b052 With the sodium skeleton, link to it in the migration guide and move it to new features to help promote it better
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343496 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 15:50:52 +00:00
Kalle Sommer Nielsen
cdf21a5326 Added a note about closed resources with gettype()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343493 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 15:39:00 +00:00
Kalle Sommer Nielsen
647e4325b2 Link to the EXIF extension from the section title
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343492 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 15:06:12 +00:00
Kalle Sommer Nielsen
7d9c53946b Added a note about Oracle's TAF support in the migration guide for 7.2
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343491 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 15:04:57 +00:00
Christoph Michael Becker
e1a63cdc60 Document new J modifier
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343482 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-28 16:10:38 +00:00
Thomas Punt
5e8e4715b6 Add mcrypt to other changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343481 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-28 15:56:09 +00:00
Christoph Michael Becker
e01e6f6b58 Document SQLite3 related changes in the 7.2 migration guide
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343480 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-28 15:47:59 +00:00
Kalle Sommer Nielsen
22942f6b70 Link to the hash extension
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343479 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-28 15:38:07 +00:00
Kalle Sommer Nielsen
4e2c4c5bec Cosmetic
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343478 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-28 15:33:37 +00:00
Christoph Michael Becker
f99c27d45e Document GD related changes in the 7.2 migration guide
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343477 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-28 15:33:16 +00:00
Christoph Michael Becker
9661de8bb2 Fix broken build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343476 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-28 15:25:59 +00:00
Kalle Sommer Nielsen
7e77c5526d * NetWare removal was already documented in the incompatible changes
* Added information about build system related changes

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343475 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-28 15:08:13 +00:00
Kalle Sommer Nielsen
60585a7e8c Note the removal of NetWare support
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343474 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-28 14:33:47 +00:00
Kalle Sommer Nielsen
f523cab03f Documented LMDB support for ext/dba
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343473 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-28 14:32:31 +00:00
Kalle Sommer Nielsen
bca15dcfc2 Clarify the utf8_* functions in the migration guide
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343472 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-28 14:27:13 +00:00
Kalle Sommer Nielsen
7fdbc2e2c9 Document the new EXIF changes in the 7.2 migration guide
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343466 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-27 10:41:14 +00:00
Thomas Punt
1047b2c9d5 Make some more changes to the migration guide
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343462 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-26 17:29:35 +00:00
Thomas Punt
717e8e3e94 Update new functions part of migration guide
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343461 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-26 16:59:55 +00:00
Thomas Punt
0ca5ef4565 Update other changes part of migration guide
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343460 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-26 16:53:50 +00:00
Thomas Punt
1ccf78b2d9 Update deprecated part of migration guide
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343459 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-26 16:41:04 +00:00
Thomas Punt
8b61ccb376 Update reserved words
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343458 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-26 16:28:59 +00:00
Thomas Punt
1783bfcba8 Add some more incompatibilities to the migration guide
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343457 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-26 16:19:52 +00:00
Mark Jones
30f67e7cb9 adding deprecated notice to mcrypt filter page
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343447 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-22 19:13:56 +00:00