Commit graph

92 commits

Author SHA1 Message Date
Bradley Taylor
883d2fe5cb
assert() no longer evaluates strings as of PHP 8.0.0
As per the PHP changelog, the functionality to use a string for `assert` has been removed in PHP 8.0: 69888c3ff1/UPGRADING (L350-L354)

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-1471.
2022-03-20 11:59:40 +01:00
Christoph M. Becker
032661ad05
Add internal_encoding, input_encoding and output_encoding to the INI list 2022-01-20 13:37:13 +01:00
Yoshinari Takaoka
3cdd39bb95
Followed change of default value of display_startup_errors, as of PHP 8.0.0 ()
Co-authored-by: George Peter Banyard <girgias@php.net>
2021-09-08 19:00:30 +09:00
Nilgün Belma Bugüner
8afaddf6cc
for testing purposes [skip-revcheck] 2021-09-02 15:12:21 +03:00
沈唁
0799f7789c
Remove useless docs () 2021-08-24 15:07:23 +02:00
Yoshinari Takaoka
a63794ecfd
updated track_errors (removed as of PHP 8.0.0) changelog. 2021-08-16 14:04:48 +09:00
George Peter Banyard
67d2e5fb1d
Remove mysqlnd plugin docs 2021-05-31 16:24:50 +01:00
George Peter Banyard
1fc853737a
Remove legacy MongoDb driver docs 2021-05-25 19:38:28 +01:00
George Peter Banyard
38a3b0d552
Remove Ingres docs 2021-05-25 19:38:26 +01:00
Christoph M. Becker
f1b211f5c8 Remove mime_magic documentation
This extension is removed as of PHP 5.3.0, and apparently never made it
to PECL.  It it not to be confused with the fileinfo extension.
2021-02-24 18:29:14 +01:00
Christoph M. Becker
2b1cecf44a xsl.security_prefs is removed as of PHP 7.0.0
Interestingly, the page which described this setting was never included
in the manual.
2021-02-24 18:15:43 +01:00
Christoph M. Becker
6dfe076725 xi:include INI settings documented elsewhere in ini.list
We do not xi:include core INI settings, since we want to keep
alphabetic sort order (well, roughly at least).

We do add xi:fallback elements to all xi:includes, just in case.
2021-02-24 17:58:20 +01:00
Christoph M. Becker
7cc00859d2 Remove obsolete info from ini.list
We remove options which are no longer valid for PHP 7/8, and remove
obsolete availability info as well.
2021-02-24 15:47:41 +01:00
Christoph M. Becker
e13ef15bd9 Remove obsolete INI options from ini.list
Except for pecl_http, the related extensions are obsolete.  pecl_http
has its documentation removed from the manual quite a while ago (it is
hosted elsewhere now), so we remove the INI options as well (there
likely outdated, anyway).
2021-02-24 15:36:41 +01:00
Christoph M. Becker
09024d1647 Remove dbx documentation
The extension is marked as unmaintained, and had its latest release on
2011-08-11.
2021-02-24 15:11:47 +01:00
Christoph M. Becker
8465ce5fc8 Remove blenc documentation
The package is marked as unmaintained, and had its latest release in
2014-04-27.  It is highly unlikely that it is compatible with PHP 7.
2021-02-24 15:08:09 +01:00
Christoph M. Becker
3e08a8aae6 Remove obsolete PHP 5 related info from ini.core and related pages 2021-02-24 14:32:08 +01:00
Christoph M. Becker
7dc5a6466b Fix : session.cookie_samesite missing from INI list
We should not duplicate the info in the general INI list, but rather
include it from the session configuration.

While we're at it, we remove obsolete changelog entries, fix the
wording ("as of" instead of "since"), and remove the url_rewriter.tags
entry from the session configuration page.
2021-01-28 12:05:05 +01:00
Christoph M. Becker
1fb41f1900 define_syslog_variables() and related INI is removed as of PHP 5.4.0 2021-01-25 19:28:24 +01:00
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
George Peter Banyard
d278431ef5 Remove docs about NSAPI
This SAPI has been removed in PHP 7
2021-01-13 12:49:23 +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 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
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
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
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
f9f8f46e83 Fix bug : 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
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
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
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
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
Christoph Michael Becker
6da0f0108c Fix : 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
f9f43812c0 Fix : 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
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
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
13076e3094 Fix : 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
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
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
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
Maciej Sobaczewski
cdf682b976 Whoops. Apparently svn just got rid of Yasuo's changes from r341260 - let's bring them back
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341284 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-05 10:39:05 +00:00
Maciej Sobaczewski
95bdd6883b Another round of PHP 4 content removal (mostly inline mentions)
Review is welcome

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341282 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-05 10:17:07 +00:00
Yasuo Ohgaki
e7a9458863 Add and update session related ini
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341260 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-03 05:20:18 +00:00
Christoph Michael Becker
16f63e7184 Document cgi.discard_path and cgi.nph ini settings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340188 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-26 15:11:19 +00:00
Christoph Michael Becker
e9243b5f24 Fix : Directive log.dbm_dir missing documentation
There's no need to document ini directives that are not available anymore as
of PHP 5.0.0.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339780 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-04 23:15:39 +00:00