Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/php/doc-en

English PHP documentation
https://github.com/php/doc-en

Added PHP 8 into versions.xml for filter based on stubs.

Closes GH-415.

02a5d397cc9d33d992712451e8348377d8e225ce authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Add missing visibility modifiers and versions for ZMQ

45fb9e53a3f83376b0663b3d5b9053d359ccef86 authored almost 4 years ago by Christoph M. Becker <[email protected]>
Add missing modifier

Closes GH-416.

a86e435a9ef8674b8b0d8fe96e4084b9a6e8c65c authored almost 4 years ago by Fabien Villepinte <[email protected]>
bindtextdomain()'s second arg is nullable now

Cf. <https://github.com/php/php-src/pull/6631>.

3271d7af473616ea8593b4132cd7cca89b34856a authored almost 4 years ago by Christoph M. Becker <[email protected]>
gmp_random was deleted as of PHP 8.0.0.

already documented in appendices/migration80/incompatible.xml.

7431c7296886d6b8481dfda0284789873e1dbea8 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
ezmlm_hash was deleted as of PHP 8.0.0.

already documented in appendices/migration80/incompatible.xml.

1d57cefa525884a9d78d825176d23a906d008f6c authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
The format char `p` is only available as of PHP 8.0.0.

This integrates user note 125722.

511dd1075401d892a314b475f0985378582da799 authored almost 4 years ago by Christoph M. Becker <[email protected]>
Fix #77323: Since 7.1 $var[] = 'entry'; throws Fatal. This is unclear in the docs.

627fb8f8675566dfd9c3977e3ad2d9fc7b3b3876 authored almost 4 years ago by Christoph M. Becker <[email protected]>
Updated to version 2021.1 (2021a)

886e4188e6d0b4e49d13ac00a0998d5a0a77c725 authored almost 4 years ago by Derick Rethans <[email protected]>
Fixed build

0073669296609239dc81e4a98ad4e5eedea216f3 authored almost 4 years ago by Xinchen Hui <[email protected]>
Merge branch 'master' of git.php.net:/doc/en

daca99050a7005e2d5786c040f3ad9f8e99215b6 authored almost 4 years ago by Xinchen Hui <[email protected]>
added params intro for setRedirect

df549f5248a477d03a8b4ae538d47c8852b12890 authored almost 4 years ago by Xinchen Hui <[email protected]>
Credit Yoshinari Takaoka

For months now, he's constantly cleaning up behind myself and others,
besides generally fixing a...

516e504ab18c5d2f8da91f47220bcb119ed76540 authored almost 4 years ago by Christoph M. Becker <[email protected]>
Added PHP 8 into versions.xml for exec based on stubs.

Closes GH-402.

f54beb6389337300c02ab46cb6784bf1b20895cd authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for url based on stubs.

Closes GH-401.

004ab8efdbb738c6b0cc7bbb4e7bb2a46da0d472 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for enchant based on stubs.

Co-authored-by: Christoph M. Becker <[email protected]>

Closes GH-400.

e9d73348f903c8b5d17740b9aee7fdf2ab7c804e authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for snmp based on stubs.

Closes GH-399.

e8755dd8099b300f62fd7fad2e88a32d2996beab authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for tokenizer based on stubs.

Closes GH-398.

b788aa73da4dd9e75e95611123846b2101a6f919 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for mhash based on stubs.

Closes GH-397.

ead1a146e0b958ec3beb1ace9db68ed4e0b4b8ed authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for password based on stubs.

Closes GH-396.

443dc41e7d2ef3573b8b6894be23d27f8a576f52 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for classobj based on stubs.

Closes GH-395.

496d3f708e23cf085bd59e39eefa86ccbc943dea authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
$this is not a **reference** to the called object.

It's the value of the called object.

Additionally, in php 7.1, it was no longer possible to rea...

02f3bf57175c48abff767ad2c0961c6cfe58a39e authored almost 4 years ago by Tyson Andre <[email protected]>
Added PHP 8 into versions.xml for csprng based on stubs.

Closes GH-394.

0697c1fd36ac297fd3f7346a3976cbd67d99f287 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for com_dotnet based on stubs.

Closes GH-393.

48e16550b5da2cafd9742b5ebfb6397b55e7f5e3 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
__autoload was deleted as of PHP 8.0.0.

already documented in appendices/migration80/incompatible.xml.

d88a13cd9ea3689e7e666173d6c19d1dc31673a4 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for xsl based on stubs.

Closes GH-392.

b29a778d3f31cfc5bef4817a431d2cc634ccca0a authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for readline based on stubs.

Closes GH-391.

7848f358bea8506ec8eb847775db9d3261a0639f authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for xml based on stubs.

Closes GH-390.

4bc958f8079c665210d019d576545448ac345861 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for calendar based on stubs.

Closes GH-389.

56f51f601b37850ed7d45a04b5ba20c9e6bafb20 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for sysvsem based on stubs.

Closes GH-388.

e56aaa041ed509456f47165d57943f6cbe1408e8 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for libxml based on stubs.

Closes GH-387.

a6561ba12eda66f98b687f6aed1a5b5c7861d789 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
add missing parameter description

e58f2f64751dc0d9e0da953bac8003469f923af0 authored almost 4 years ago by Martin Samesch <[email protected]>
Added PHP 8 into versions.xml for hash based on stubs.

Closes GH-377.

2a3060d1bbc9be6befe84ffe5da22d87254367f9 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Remove obsolete date function entries

These have been shipped with PECL/date 0.1, but did not make it into
PHP 5.2.0.

5849b8f5089d1b0bfba5dc3a2d4bd9bfd2e88066 authored almost 4 years ago by Christoph M. Becker <[email protected]>
Added PHP 8 into versions.xml for date based on stubs.

Closes GH-378.

88f02b1cd190f0fe05d2efc7815f3f0a5bcd1527 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for opcache based on stubs.

Closes GH-379.

924daa2dcd707318c5e4ecda07d12da66e3987b4 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for bzip2 based on stubs.

Closes GH-382.

9b78a35818ad249375e0fcb902d23d6e965fe25c authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for iconv based on stubs.

Closes GH-383.

969eb8b1c793f03fcf130819b3f38f86a660868a authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for xmlwriter based on stubs.

Closes GH-384.

0fd50b4b1116d01aff8e040e69be02aed08bd38d authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Remove entry for "not yet implemented" method

45991ab5df0c3fc3e072c376ba703d2ea14088be authored almost 4 years ago by Christoph M. Becker <[email protected]>
Added PHP 8 into versions.xml for xmlreader based on stubs.

Closes GH-385.

3e5613aecb1788c96972b0e5211e6c3afd4466e7 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for uodbc based on stubs.

Co-authored-by: Christoph M. Becker <[email protected]>

Closes GH-386.

adb98b5a8fd3fc92f8ba950f1b1e0f7578254f93 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
fixed XPointer evaluation failed build warning, related to soap constructor fix.

These soap class do not have any methods except for constructor.

XPointer evaluation failed: #x...

bef1a3a8eecf744643d3df9a7e77abe441813e85 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added informaltable ids as needed by the docs at mysql.com

4206843127f9a72a283b63ac82c0155a598506b1 authored almost 4 years ago by Philip Olson <[email protected]>
file_get_contents() raises warning for directories

Closes GH-46.

ef88bff8ae0e1c35d577aaca6f812ca06b6f26d3 authored almost 4 years ago by Christoph M. Becker <[email protected]>
Remove PHP4 constructors from ext/soap documentation

Contructors were still documented as aliases to classname::classname
with the real documentatio...

e64ea89bbe0bd2cc28d48adfb3723f9ed5720fd1 authored almost 4 years ago by Côme Chilliet <[email protected]>
Small grammar fix for the Attributes docs

- using `is` instead of `are` with singular noun - typo fix in word `separated`

Closes GH-370.

572c672502a7fef380483aaf843c7515fcc81b71 authored almost 4 years ago by grimskin <[email protected]>
Fix `CURLOPT_MAXREDIRS`/`FOLLOWLOCATION` descriptions

Currently, the description for `CURLOPT_FOLLOWLOCATION` and `CURLOPT_MAXREDIRS` indicates that u...

61f5c7a1f513709b01295cdef5444be4d6bf4ba6 authored almost 4 years ago by Ayesh Karunaratne <[email protected]>
explode: update reference to implode param order

The legacy order was deprecated in 7.4 and removed in 8.0.

Closes GH-372.

923fbe06539286e2a9261ea9982e788b4157ad48 authored almost 4 years ago by Lucas Werkmeister <[email protected]>
rpminfo: new constant

6e30ba482b992c476f4646168a082ee45fe2d0c0 authored almost 4 years ago by Remi Collet <[email protected]>
fix parameter

6fadea3dfa2365f52bcb4146e955e4a4baa5ab82 authored almost 4 years ago by Martin Samesch <[email protected]>
liip is deprecated

This integrates user note 125701.

ab9c95affa258e0e81157b5528e9b4574c01a06c authored almost 4 years ago by Christoph M. Becker <[email protected]>
require_once and include are expressions, not statements

Closes GH-369.

ffbe6525350c91d58e1d5b7a52c46c911035c8e0 authored almost 4 years ago by USAMI Kenta <[email protected]>
Add floats without exponent to numeric string grammar

The formal grammar for numeric strings included integers, and
floating-point numbers (decimals) ...

fab81eeee3a207e5aff7ac42c56d89607abaab27 authored almost 4 years ago by Lucas Werkmeister <[email protected]>
Added PHP 8 into versions.xml for openssl based on stubs.

Closes GH-363.

778a5e015b54cc954d8e8d1326a2c06a31f825c7 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for imap based on stubs.

Closes GH-364.

195a63e400bf98b9d8f2f09573bbea79f22734d7 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for ldap based on stubs.

Closes GH-365.

8d3ce63d4c7b3b757a0a6bd4cabce25914cd992b authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for posix based on stubs.

Closes GH-366.

199cbaf0a5336189743ee018d8de2fe242849ef9 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Improve libxml_disable_entity_loader() docs

We clarify that `libxml_set_external_entity_loader()` is the preferred
alternative, and also not...

5b5bb5d9b3eb2301f2ada74817421e40ae3a1752 authored almost 4 years ago by Christoph M. Becker <[email protected]>
Improve libxml_set_external_entity_loader() docs

We point out that this function can be used to avoid XXE, and is
preferable to `libxml_disable_e...

0e06ad7d77756a2f390e14d19b823a42ab65892b authored almost 4 years ago by Christoph M. Becker <[email protected]>
Generate methodsynopses based on recently updated stubs

Co-authored-by: Christoph M. Becker <[email protected]>

Closes GH-362.

a41128675051f3b8ea0fc722a243455611087e55 authored almost 4 years ago by Máté Kocsis <[email protected]>
Update some methodsynopses

Cf.
<http://github.com/php/php-src/commit/7290dc4dcf25d4a37fc1d412a5b5a8828cc06c77>,
<http://git...

c2120bd346716d6b7fc7cf777a2b0717f7b45f5f authored almost 4 years ago by Christoph M. Becker <[email protected]>
Added PHP 8 into versions.xml for bcmath based on stubs.

Closes GH-360.

e85adf32e118bba770f1940d5a34e708ece8d4b5 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for zlib based on stubs.

Closes GH-359.

635932fd1cc350f91506c066470ab8470afa5ce9 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for fileinfo based on stubs.

Closes GH-358.

16a98b6f39382f1a6b1e2359882fd6ffa08ac1ac authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Remove irrelevant entries from session/versions.xml

`session_register()` and friends are removed as of PHP 5.4.0.
`sessionhandler::updatetimestamp()...

b41704883cac98283b6cdae5a0b3773bbbfcbf37 authored almost 4 years ago by Christoph M. Becker <[email protected]>
Added PHP 8 into versions.xml for session based on stubs.

Closes GH-355.

ac2a89fe0f22ffd84c2f67f4978bcf9951d0f58f authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for sqlite3 based on stubs.

Closes GH-357.

57232e0ad8146634b748769c29a8e83fc7e0f85f authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for ctype based on stubs.

Closes GH-356.

1f9ed0a774d01e122dbc6f0a56886c0060a0abbc authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Document that 3 options/info functions are removed as of PHP 8.0.0

5e6356373cdbfcefcbecddf3cfd7e61a2159153e authored almost 4 years ago by Christoph M. Becker <[email protected]>
Added PHP 8 into versions.xml for info based on stubs.

Closes GH-354.

f3f04650a77adc54a49e8b826d08ff8f3b929401 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for stream based on stubs.

Closes GH-353.

a44e325fda99629cdfd64e819d00248bf48c9537 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for dir based on stubs.

Closes GH-352.

0b7184db9af50978582e43fb593a1617c661480b authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for pgsql based on stubs.

Closes GH-351.

982a2bc5aa3f3c6c244c6066c68ea66efdbea2ec authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
added trailing comma after "PHP 8".

bd9ceed9a81de43564a84b969bee619fd2b33e14 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Document GearmanClient::wait()

093b7d5d5add4f12cb57c4341be109858960b73f authored almost 4 years ago by Rasmus Lerdorf <[email protected]>
Added PHP 8 into versions.xml for pcntl based on stubs.

Closes GH-349.

407e4b50b77b0983334b2a026b31230e237235f0 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for curl based on stubs.

Closes GH-348.

ad7559efe7424ee3883813bd0b33336b8bbea185 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for pcre based on stubs.

Closes GH-347.

c969df2ecef915c94fd528df676a5fcbea78cc84 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for ftp based on stubs.

Closes GH-346.

1f94a9cc3cd3df569d98d548c340245fe0423a6b authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Remove obsolete versions.xml entries

These methods have long been removed from PECL/zip, and apparently
never made it to ext/zip.

845a3263f029d6a60ec85a85ec26d9f636cdd03d authored almost 4 years ago by Christoph M. Becker <[email protected]>
Added PHP 8 into versions.xml for zip based on stubs.

Closes GH-345.

ed78b6690b2e1c4aa52e29aa04d27e38498b85c3 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for filesystem based on stubs.

Closes GH-344.

3a6f3a0b84e30d38d1b2f0d1e80c7b1685498290 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for json based on stubs.

Closes GH-335.

3a9a25ef9b22708cbdb31724d5daa5a98a7985fe authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for math based on stubs.

Closes GH-343.

54a2f177021a8e40fa69b29d188e6037a4f505e8 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Remove removed functions from versions.xml

These functions are removed as of PHP 5.2.7.

6040e928533cf17717e10c9b045e9fe21750bcfb authored almost 4 years ago by Christoph M. Becker <[email protected]>
Added PHP 8 into versions.xml for mbstring based on stubs.

fa6d05b74248ae5f331191e9d8adba8ad975cb61 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added version PHP 8 into array functions' version.

Also slight improvements to related examples.

Closes GH-337.

755faca201b5ba15e23735f21ed056b47d954398 authored almost 4 years ago by Goran Grbic <[email protected]>
Added PHP 8 into versions.xml for sockets based on stubs.

Closes GH-336.

96b913db03f69a71c4e988f57e142f4e5473e0ca authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Added PHP 8 into versions.xml for strings functions

0aeef38a9cb30ab6b7a5fa787e11713db9481829 authored almost 4 years ago by Yoshinari Takaoka <[email protected]>
Remove some mentions of register globals

4a7ddddc27271967b616ad3400cfbe2a9b48212b authored almost 4 years ago by George Peter Banyard <[email protected]>
Remove information about session.bug_compat_* INI setting

This has been removed in PHP 5.4.0

f3d6ada6156b28791a28efebe2e5c070159c3a94 authored almost 4 years ago by George Peter Banyard <[email protected]>
Remove magic quote mentions

f029b664b8728bd5cbb697cb9a4409aea07cb36c authored almost 4 years ago by George Peter Banyard <[email protected]>
Update method signature section for PHP 7/8

Closes GH-321

4317fec7555dd42621f88162cc5068092e5c5cfb authored almost 4 years ago by George Peter Banyard <[email protected]>
Added PHP 8 into revision version set for var functions

Closes GH-333.

7f0509200ee5ac73b301069fd430ef732e82cd7d authored almost 4 years ago by Goran Grbic <[email protected]>
Remove obsolete Judy documentation

This extension is unmaintained for more than seven years, and is not
compatible with PHP 7.

53fb94341b2e694c9148e4078a7482bcb3daf51c authored almost 4 years ago by Christoph M. Becker <[email protected]>
Fix #75073: date_default_timezone_set() doesn't reflect removal

0a10abc50524fcbb21807b5e6ebffb3b86d45907 authored almost 4 years ago by Christoph M. Becker <[email protected]>
Basic documentation for missing ssh2 functions and constants

37323ead9517a89b21bd17913c4fa04a9d713f16 authored almost 4 years ago by Christoph M. Becker <[email protected]>
Document ssh2 resources

d80c8d5646c200251fe6d54d366e242ada0e3f81 authored almost 4 years ago by Christoph M. Becker <[email protected]>
PECL/ssh2 DLLs are available for a long time

0e28d0ea2813f52c3806c78a5dc92769ab9ff0d3 authored almost 4 years ago by Christoph M. Becker <[email protected]>