Commit graph

1722 commits

Author SHA1 Message Date
George Peter Banyard
6d1284c431
Remove memtrack docs 2021-05-25 19:38:26 +01:00
George Peter Banyard
38a3b0d552
Remove Ingres docs 2021-05-25 19:38:26 +01:00
George Peter Banyard
587f082034
Remove filepro docs 2021-05-25 19:38:26 +01:00
George Peter Banyard
4d168cd5f3
Remove dbplus docs 2021-05-25 19:38:26 +01:00
George Peter Banyard
0b36c0742c
Remove classkit docs 2021-05-25 19:38:26 +01:00
Christoph M. Becker
6a5b42e0d3
Remove obsolete PHP 5 specific info from appendices 2021-05-23 16:50:50 +02:00
Christoph M. Becker
6f41560bf1
Fix #81065: Changes to Reflection modifiers not documented 2021-05-23 14:46:27 +02:00
SvenRtbg
477c5f97a6
Document the changes to syslog.filter
* Documenting the changes to syslog.filter

https://github.com/php/php-src/pull/4265 restored the previous handling of multi-line log messages by adding `syslog.filter=raw`.

* Highlight the fact that line splitting is happening in all of the three original modes, but not in "raw".

* Add "raw" to syslog section of 7.3 migration guide

Closes GH-589.
2021-05-10 18:19:06 +02:00
Sergey Biryukov
ca9dbbbd2d
Remove extra full stop (#587)
Just removing an extra full stop before a constant name.

Follow-up to f3b5475 / #528.
2021-05-06 02:38:48 +02:00
Christoph M. Becker
304f2b04c9
Document PHP_EXTENSION_DIR
Cf. <https://bugs.php.net/bug.php?id=80969>.
2021-05-05 18:23:58 +02:00
George Peter Banyard
8f5f6a52c0 Remove POSIX regex docs 2021-04-30 13:29:24 +01:00
Sergey Panteleev
a0ae28d3bc
Removed references to PHP 5, PHP 7.0 (#545) 2021-04-24 20:01:17 +03:00
Sergey Panteleev
aab33d6443
Removed references to PHP 5, PHP 7.0 (#544) 2021-04-23 11:35:26 +03:00
Yoshinari Takaoka
8d1a5d2d15 added WeakReference class link to migration74 guide. 2021-04-23 02:14:21 +09:00
Landrok
ab1ffcd235
Fix a typo (#541) 2021-04-20 22:50:15 +02:00
Kamil Tekiela
16a1bdfd1c
Remove double words (#540) 2021-04-20 12:54:54 +02:00
Yoshinari Takaoka
5a39a8f128 added WeakMap link to migration80. 2021-04-18 00:06:32 +09:00
Juliette
f3b5475eeb
PHP 8.0 migration/deprecated: expand on libxml_disable_entity_loader() (#528)
The current text in the migration guide about the deprecation of `libxml_disable_entity_loader()` is misleading and can easily lead to the introduction of XXE vulnerable code.

In select circumstances, when `LIBXML_NOENT` is used, code can still be vulnerable to XXE attacks, even on PHP 8.0.
So I'm proposing to add an appropriate warning and mention the upgrade path in the migration guide.

Includes fixing a typo on the `libxml_disable_entity_loader()` page.

Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
2021-04-16 10:44:07 +02:00
Larry Garfield
68a416eeb7
Remove old weakref extension (#514)
* Remove old weakref extension that no longer works and namespace conflicts with WeakMap in PHP 8.
2021-04-12 15:35:52 +02:00
Deleu
34f9918535
Update documentation related to PHP Tokens
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-474.

Signed-off-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-03-30 13:01:29 +02:00
Calvin Buckley
52c463b1d9 Fix #77477: Document hard_timeout
I've encountered issues relating to the hard timeout, so having
this explained for myself in a few months time and others will be
handy.

ML post where hard_timeout was established (not linked in docs, but
may be useful):

http://php-news.ctrl-f5.net/message/php.internals/92559

Closes GH-491.
2021-03-16 17:31:45 +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
George Peter Banyard
12b1d4704e
Cleanup and update docs related to @ operator
Also fix part of the set_error_handler() docs

Closes GH-441
2021-02-18 16:31:56 +00:00
Tyson Andre
ce10bc07c5 Delete the PHP 5 SPL_Types extension.
Months ago, PHP removed php 5 documentation and changelogs
of core functionality

- https://pecl.php.net/package/SPL_Types was last updated in 2012
  and is not maintained.
- SPL_Types is easy to confuse with the SPL
- SPL_Types can cause confusion because PHP has typed properties(7.4),
  and will probably also have actual enums in 8.1
  https://www.php.net/spl_types

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

Closes GH-448.
2021-02-15 16:30:52 +01:00
Christoph M. Becker
2b06e6be13 Fix #61044: invalid PHP_BINDIR 2021-02-12 14:35:22 +01:00
Yoshinari Takaoka
2c2251ec92 Tell people about the possibility to doc-en source code from git, not SVN. 2021-01-29 00:29:19 +09:00
Christoph M. Becker
9ffcc25027 Tell people about the possibility to submit doc-en PRs 2021-01-28 12:36:53 +01:00
Christoph M. Becker
7dc5a6466b Fix #80677: 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
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
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