Commit graph

25770 commits

Author SHA1 Message Date
Christoph Michael Becker
cd38bc2a91 SimpleXML: add missing changelog entries for $is_prefix
According to the PHP 5.2 migration guide, the `$is_prefix` parameter was added to three methods and two functions in PHP 5.2, but only two of those had a changelog entry about this change.

Ref: https://www.php.net/manual/en/migration52.parameters.php

Patch provided by jrfnl.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349881 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-14 07:49:51 +00:00
Christoph Michael Becker
9c1992d078 XMLWriter: fix version nrs of a few functions
Per https://www.php.net/manual/en/migration52.functions.php, these functions were added in PHP 5.2 and looking at the commits, that seems correct.

Ref: 3cd6518f39

Patch provided by jrfnl.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349880 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-14 07:40:08 +00:00
Christoph Michael Becker
b1d539eb69 Recode: update installation instructions
As of PHP 7.4, the extension is no longer bundled with PHP, but moved to PECL.

The way I've annotated this emulates the installation instructions for [POSIX regex](https://www.php.net/manual/en/regex.installation.php).

Patch provided by jrfnl.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349879 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-14 07:35:15 +00:00
Christoph Michael Becker
17e64f4d02 WDDX: update installation instructions
As of PHP 7.4, the extension is no longer bundled with PHP, but moved to PECL.

The way I've annotated this emulates the installation instructions for [POSIX regex](https://www.php.net/manual/en/regex.installation.php).

Patch provided by jrfnl.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349878 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-14 07:28:25 +00:00
Christoph Michael Becker
bc2efb0d57 UI: extension is not bundled with PHP
As per: https://www.php.net/manual/en/ui.installation.php

So the version information shouldn't give the impression that the classes/methods are available in PHP itself. They are only available in the PECL extension.

Patch provided by jrfnl.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349877 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-14 07:25:49 +00:00
Christoph Michael Becker
4df3145f2b Mcrypt/installation: mention "move" version nr
Patch provided by jrfnl.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349868 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-13 21:46:13 +00:00
Christoph Michael Becker
3a3b3279ef Fix #79593: Manual page missing for class ReflectionReference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349867 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-13 19:41:26 +00:00
Christoph Michael Becker
103f9d6ca7 DOMImplementation: fix typo
Patch provided by jrfnl.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349859 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-13 17:14:34 +00:00
Christoph Michael Becker
b7ca52647b Fix #79594: Uncaught TypeError: preg_split() expects parameter 3 to be int, null given
Nope, passing `null` doesn't necessarily mean "skip this argument".

This also integrated user note 121475.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349857 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-13 15:20:59 +00:00
Christoph Michael Becker
03b1aa3fff Filter: add missing constants
Add a number of constants missing from the Predefined Constants page of the Filter extension.

Patch provided by jrfnl.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349855 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-13 06:55:46 +00:00
Christoph Michael Becker
f46d7bb715 Fix #79585: Useless changelog entry
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349784 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-11 11:05:44 +00:00
Christoph Michael Becker
1098a2f35d Fix #79579: odbc_exec does not prepare the SQL statement
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349783 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-11 07:39:43 +00:00
Nikita Popov
7af1f7fa46 SPLObjectStorage: fix class version nr
Patch by jrfnl.

Closes php/doc-en#88.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349773 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-10 18:34:24 +00:00
Christoph Michael Becker
59683a35a6 Swoole extension is not bundled with PHP
Patch provided by jrfnl.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349772 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-10 17:19:10 +00:00
Nikita Popov
4824d4ea6a XLSWriter: extension is not bundled with PHP
Patch by jrfnl.

Closes php/doc-en#86.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349767 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-10 11:30:47 +00:00
Nikita Popov
37ee71573e FDF: extension was moved to PECL / no longer bundled with PHP as of PHP 5.3
Patch by jrfnl.

Closes php/doc-en#84.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349765 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-10 08:46:42 +00:00
Nikita Popov
8ca69ba3fb Update flag --with-onig information
Patch by demiurge-ash.

Closes php/doc-en#80.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349764 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-10 08:37:01 +00:00
Nikita Popov
4480bf0e76 Ming: extension was moved to PECL / no longer bundled with PHP as of PHP 5.3
Patch by jrfnl.

Closes php/doc-en#85.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349763 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-10 08:29:43 +00:00
Nikita Popov
b19e2ca3c9 IntlCalendar::setMinimalDaysInFirstWeek: fix procedural function name
Patch by jrfnl.

Closes php/doc-en#83.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349762 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-10 08:27:08 +00:00
Bob Weinand
5738784073 Fix information being added to the wrong paragraph for mysqli_next_result()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349756 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-07 15:47:41 +00:00
Bob Weinand
93420a2fec Clarify behavior of mysqli_more_results() vs mysqli_next_result()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349755 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-07 15:38:01 +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
Nikita Popov
ed83989327 Remove useless declare statement from example
Patch by SjonHortensius.

Closes php/doc-en#82.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349753 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-07 13:12:47 +00:00
Philip Olson
308f4fdbca Added liblz4-tool and zstd for compression support; WL13001
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349748 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-04 21:22:38 +00:00
Christoph Michael Becker
e9c3f8dfd8 Remove unnecessary "Sometimes"
Patch provided by Toni Hutter.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349746 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-04 13:37:46 +00:00
Christoph Michael Becker
d01f21cbd3 Document other primes for opcache.max_accelerated_files
Patch provided by tandre@php.net.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349735 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-02 16:52:39 +00:00
Christoph Michael Becker
498e7a69fb Update examples for PHP 5+
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349734 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-02 12:47:06 +00:00
Christoph Michael Becker
edaff9d6b1 Fix return value description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349733 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-02 11:59:13 +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
115560f445 Fix #79543: mcrypt functions not documented as being removed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349727 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-30 08:21:50 +00:00
Christoph Michael Becker
2c1763402c Fix return values documentation on linkinfo() function
Patch provided by Reinard Dolleschel.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349726 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-30 07:13:38 +00:00
Christoph Michael Becker
192925f460 Fix #79530: bcpowmod never returns NULL as stated in doc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349720 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-28 11:33:36 +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
ba38a95b6a Fix other typos
Detected by codespell

Patch provided by tandre@php.net.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349710 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-27 06:53:54 +00:00
Christoph Michael Becker
9e4c917c09 Fix other miscellaneous typos
Detected by codespell

Patch provided by tandre@php.net.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349709 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-27 06:50:00 +00:00
Christoph Michael Becker
aebf045bfb Fix miscellaneous typos
Detected by codespell

Patch provided by tandre@php.net.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349708 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-27 06:43:55 +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
9268006bcf Document PHP 7.4 arrow functions
Patch provided by tandre@php.net.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349700 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-26 12:39:17 +00:00
Derick Rethans
ccd0dfffdb Updated to version 2020.1 (20a)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349698 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-24 11:24:28 +00:00
George Peter Banyard
bd6827d213 Fix %G format description, it uses the locale sensitive %f format and not the locale insensitive %F
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349686 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-22 13:42:32 +00:00
Xinchen Hui
85ff795121 Added intro for new parameters of Yaf_Request::Set(Module/Controller/Action)Name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349681 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-19 14:20:22 +00:00
Xinchen Hui
5442ab5aab Added new function intros
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349679 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-19 14:05:57 +00:00
George Peter Banyard
576407786b Detail that prior to PHP 7.4 the libxml configuration flag is --enable-libxml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349678 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-19 14:01:10 +00:00
George Peter Banyard
b34118ae10 Config flag is --with-libxml as of PHP 7.4.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349677 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-19 13:01:57 +00:00
Xinchen Hui
e9a508af00 Remove unused magic methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349676 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-19 08:31:25 +00:00
Xinchen Hui
cd26045674 Added new functions intro of Yaf_Loader since 3.2.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349675 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-19 08:22:56 +00:00
Andreas Braun
d990a25ab5 MongoDB: rename chapter about manual installation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349668 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-17 11:57:21 +00:00
Christoph Michael Becker
828f56ed32 Operator Precedence - Add print, fix associativity of instanceof and unary operators
Patch provided by Guilliam Xavier.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349661 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-15 09:35:46 +00:00
Christoph Michael Becker
e4bb74f6ed Fix #79474: get_declared_classes Wrong loading order Inheritance
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349660 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-15 08:50:00 +00:00