Commit graph

1586 commits

Author SHA1 Message Date
George Peter Banyard
f3d6ada615
Remove information about session.bug_compat_* INI setting
This has been removed in PHP 5.4.0
2021-01-16 10:44:21 +00:00
Christoph M. Becker
53fb94341b Remove obsolete Judy documentation
This extension is unmaintained for more than seven years, and is not
compatible with PHP 7.
2021-01-15 23:32:34 +01:00
Christoph M. Becker
d80c8d5646 Document ssh2 resources 2021-01-14 16:36:46 +01:00
George Peter Banyard
d278431ef5 Remove docs about NSAPI
This SAPI has been removed in PHP 7
2021-01-13 12:49:23 +00:00
Christoph M. Becker
d85ea8c720 Remove obsolete iisfunc documentation
This extension is unmaintained for more than ten years, and even the
docs say that it's dead (for 11 years now).
2021-01-13 12:14:10 +01:00
George Peter Banyard
04d2e39603 Remove SDO docs
This extension doesn't compile since PHP 5.3 and is unmaintained.

Closes GH-326
2021-01-12 11:02:35 +00:00
George Peter Banyard
027f187b3e Remove migration guides for PHP 5
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-157.
2021-01-08 00:38:12 +01:00
Christoph M. Becker
bcd51bdf1d Update "How to read a function definition" section
Since there are barely any differences to user defined functions, this
section could mostly be dropped, but for now we just update to match
the manual proper. See also <https://github.com/php/phd/pull/37>.
2021-01-04 13:03:44 +01:00
Christoph M. Becker
c31630ca23 Document XMLWriter class 2021-01-02 16:29:01 +01:00
Christoph M. Becker
fa7cb182a0 PGSQL_LIBPQ_VERSION_STR is deprecated as of PHP 8.0.0
We also fix the constant names; the migration and UPGRADING got that
wrong[1].

[1] <2e854791af>
2020-12-31 00:39:30 +01:00
George Peter Banyard
5c8a92d1c5 Add match to list of reserved words
Closes GH-296.
2020-12-30 18:44:11 +01:00
Christoph Michael Becker
4642b715f3 Fix #80528: No waring/error for some nested ternary operators without explicit parentheses
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352118 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-17 18:00:58 +00:00
Christoph Michael Becker
e9f972da69 Remove obsolete Phar information
Phar 2.0.0 has been released 2009-07-29, so older versions are certainly
no longer relevant for the PHP manual.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352054 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-13 16:38:57 +00:00
Christoph Michael Becker
71c12b1583 set_error_handler: clarify callback parameters and PHP 8.0 changes
Closes GH-276.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352038 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-12 18:36:18 +00:00
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