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

Fix typo in reference/datetime/formats

Closes GH-2234.

052670d90668647788ec29bdaed89eb703d05aaf authored almost 2 years ago by Victor <[email protected]>
Fix example in str_ends_with() (#2222)

1bf3ed99f67e627624fca77c15601836b7febf65 authored almost 2 years ago by Protocol Corporation <[email protected]>
Clarify that valid resources of a certain type have been expected

cf18a02ae8d0fca239cc876be841f15ee7b39771 authored almost 2 years ago by Christoph M. Becker <[email protected]>
die is not a function (#2218)

23906aa9f613d0f67538e4292b220cebf624d5f2 authored almost 2 years ago by Kamil Tekiela <[email protected]>
Drop imap_mailboxmsginfo() return false description (#2203)

848fab73ae9c1c1100c79c9c4a62357815b4a131 authored almost 2 years ago by othercorey <[email protected]>
Add missing curl_multi_getcontent() return null description (#2186)

427ab27e525c67f731ea0ef15d3d89e5f87fe191 authored almost 2 years ago by othercorey <[email protected]>
Drop ldap_get_attributes() return false description (#2204)

c97d168c2b347e0e63a9e367b4c92dffe071e22a authored almost 2 years ago by othercorey <[email protected]>
Drop SplFileObject::fgets() return false description (#2208)

857bcd5c613a10b3ede63fd7b24243b2d671c39b authored almost 2 years ago by othercorey <[email protected]>
Added changelog to reflect changed return type of spl_autoload_functions (#2217)

0181b7f92742a930b7813bbb839fe4b014ea141b authored almost 2 years ago by Ollie Read <[email protected]>
Add links to mysqli.reconnect

779e37dc5ff4bd62095546eb554da30834821cb4 authored almost 2 years ago by Kamil Tekiela <[email protected]>
read_exif_data() has been deprecated and removed

c00fe80cb4682e97aa8a372b576661653d59a0bb authored almost 2 years ago by Christoph M. Becker <[email protected]>
Clarify misleading description

Co-authored-by: Christoph M. Becker <[email protected]>
Co-authored-by: Larry Garfield <larry@g...

ea64803aa2f6c1a3d13d9230edbc8e0900fb6528 authored almost 2 years ago by winstonDeGreef <[email protected]>
Integrate user notes comments

6071d92a37aa0dcda036e5c353072bb7cbfff739 authored almost 2 years ago by Derick Rethans <[email protected]>
Constructor promotion does not promote default values

Closes GH-1621.

9f89eee340331eb13a38a95ea64f47dfe866d46e authored almost 2 years ago by iggyvolz <[email protected]>
Remove some mysqli_driver properties and methods (#2206)

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

f26734be49cca400204fcf3243271c7ff138823d authored almost 2 years ago by Máté Kocsis <[email protected]>
Crosslink SensitiveParameterValue on SensitiveParameter page (#2215)

49e193c69bb79503cf9efeb5f25be7f371051ef5 authored almost 2 years ago by Tim Düsterhus <[email protected]>
random: Drop the range constraints from getInt()/random_int() (#2216)

It’s impossible to pass an integer that does not fall into the documented
range, making this us...

970d08a3b333c58b6e7d6a5aab9eb5d9cf714fd7 authored almost 2 years ago by Tim Düsterhus <[email protected]>
Drop xml_get_error_code() return false description

Closes GH-2213.

7b841d339c74f9ccf4cc2e88ace091600333dad9 authored almost 2 years ago by othercorey <[email protected]>
Drop xml_get_current_line_number() return false description

Closes GH-2212.

a34ba2aef00df9b631d9aeea16333e8195ef0a6b authored almost 2 years ago by othercorey <[email protected]>
Drop xml_get_current_column_number() return false description

Closes GH-2211.

462e616265625c09c418604b16abdace775ff843 authored almost 2 years ago by othercorey <[email protected]>
Drop xml_get_current_byte_index() return false description

Closes GH-2210.

5dc10a2e575a7e84cda0e2789432cd97d674bb3f authored almost 2 years ago by othercorey <[email protected]>
Clarify that $parser parameters expected a valid xml resource

587ccbd457ad05c10519affa375b2bce2766429b authored almost 2 years ago by Christoph M. Becker <[email protected]>
Drop pspell_config_create() return false description

Closes GH-2207.

549aa1c4f045e8331b944626b35f3336262f5c14 authored almost 2 years ago by othercorey <[email protected]>
Drop imagesy() return false description

Closes GH-2202.

37f858a5579386dafaddaffbe15034dbcd0f55c8 authored almost 2 years ago by othercorey <[email protected]>
Fix GH-2201: Drop imagesx() return false description

As of PHP 8.0.0, GD images are objects, while previously they have been
resources. If incompati...

0462f49fb00dd5abaec3aa322009f2eb40a3279d authored almost 2 years ago by Christoph M. Becker <[email protected]>
Fix GH-2205 (mb_encoding_aliases() missing changelog entry for ValueError)

96bc008584eaea7d899b13234a88b1d84f82032b authored almost 2 years ago by Christoph M. Becker <[email protected]>
random: Add examples for the engine constructors (#2197)

96368da0b0c7321f9f3fa45ee4d5b9f5d3df3dd3 authored almost 2 years ago by Tim Düsterhus <[email protected]>
Fix GH-2198: Typo in pg_insert() example

fbd75a1be53b02f0ad6360ba4cbd455d1fd78026 authored almost 2 years ago by Christoph M. Becker <[email protected]>
Missing getAttributes documentation

Closes GH-1567.

fadab82e11cf93c08eb214cf9d67e9e5ac586a30 authored almost 2 years ago by Ollie Read <[email protected]>
Typo: singular

Closes GH-2195.

3e305328b83b37d6cbaa0479123d507016dd7a74 authored almost 2 years ago by Sebastian Hädrich <[email protected]>
new constant from librpm 4.18 (#2194)

548e178e9d9dc82468351d91dd63c7f95070af5b authored almost 2 years ago by Remi Collet <[email protected]>
random: Add LCG engine demonstrating the Random\Engine interface (#2180)

43756e54fb34ece9b83559ccdde98864b9c3fb5c authored almost 2 years ago by Tim Düsterhus <[email protected]>
Fix GH-2184 (ValueErrors thrown by shmop_*() are not documented)

f1446c725b05024034664159db4d5f34b56421d0 authored almost 2 years ago by Christoph M. Becker <[email protected]>
Remove ReflectionFunction::getClosure() null return description

Closes GH-2183.

fad0ca0175f927892fa873c8bb7e2a36a43a9214 authored almost 2 years ago by othercorey <[email protected]>
Drop get_declared_traits() returns null description

Closes GH-2191.

11960da656e7a47ee58b0dbfc733e2231973b91c authored almost 2 years ago by othercorey <[email protected]>
Drop gzpassthru() return false description

Closes GH-2192.

15352977cfdac48a100c50b85674b8e31b8d0abc authored almost 2 years ago by othercorey <[email protected]>
ref the exact section of ISO8601 broken

historically there has been much confusion about whether or not DateTime::ISO8601 actually break...

cb5790207359b1e69d98ec95d37f8fb1061ffec8 authored almost 2 years ago by divinity76 <[email protected]>
Redesign PDOStatement::fetchAll() parameter list

Closes GH-596.

7f8be9f445f1d221c91ff640574b843533f5768f authored almost 2 years ago by Kamil Tekiela <[email protected]>
Improve mysqli quickstart example

Closes GH-1536.

2c672eb6214cd02024074f9028e45ae335de412e authored almost 2 years ago by Eugène d'Augier <[email protected]>
Remove superfluous "for example"

2bb38497b9a1002f00ea35843c64a8417c64a0d9 authored almost 2 years ago by Christoph M. Becker <[email protected]>
Add SensitiveParameterValue examples (#2175)

47f7daf79f7017f948dde61c55cb38f85372fe11 authored almost 2 years ago by Tim Düsterhus <[email protected]>
Relative format numbers are even less flexible now

Cf. <https://github.com/php/doc-en/commit/cf220d0944b207510abb5e3c7c262140b8ac082c>.

ef51b1ce007349e7ff415ec5c707f1b5a73aba27 authored almost 2 years ago by Christoph M. Becker <[email protected]>
Improve random fruit examples (#2176)

* random: Expand random fruit examples

Picking two of three elements and receiving the first ...

cf3c65dc53ad1543ee283a8ef59e31ca998c6000 authored almost 2 years ago by Tim Düsterhus <[email protected]>
fix misspell in language/functions (#2174)

d8a31cdbe1be0ee4e5777fa221d78a1b1185f4ad authored almost 2 years ago by Victor <[email protected]>
Document the __toString() and export() related changes in ext/reflection (#2170)

4658c8e6ce1cae4c1bd9c51e93a32809a487217f authored almost 2 years ago by Máté Kocsis <[email protected]>
Fix GH-2172 (Remove opcache.fast_shutdown from OPcache installation page)

We do not remove it yet, but rather add a respective comment.

56f49b5b99e89bb806acc9721651ccb4dbe3b5bd authored almost 2 years ago by Christoph M. Becker <[email protected]>
Add SensitiveParameterValue documentation (#2165)

* Bootstrap SensitiveParameterValue with docgen

* Run `gen_stub.php --replace-classsynopses` ...

ce78d59569fcae6286c46abe1b781a0b6fc594c0 authored almost 2 years ago by Tim Düsterhus <[email protected]>
Relative format numbers are less flexible now

Cf. <https://github.com/php/php-src/issues/9950> and
<https://externals.io/message/119258>.

cf220d0944b207510abb5e3c7c262140b8ac082c authored almost 2 years ago by Christoph M. Becker <[email protected]>
Fix GH-2145 (var_export() added leading backslashes in PHP 8.2)

0f27fadf81b66268edf545f13891401b4d53cc38 authored almost 2 years ago by Christoph M. Becker <[email protected]>
Added examples for Random extension

ad458c5f01db4bed979d1623267738ccc7a31962 authored almost 2 years ago by Derick Rethans <[email protected]>
Fix check-whitespace.yml

This sets up the identity first, because otherwise the merge appears to fail
unpredictably.

676793d9077bda1771a5541e6c11230a20d66769 authored almost 2 years ago by Tim Düsterhus <[email protected]>
Add missing class constants with empty description - part 4 (#2160)

a0d6ceeacd414da0b339b364a9250e4c32258818 authored almost 2 years ago by Máté Kocsis <[email protected]>
whitespace.

560a2e6464b7e9ba479ebf7dcc3725819f7eba83 authored about 2 years ago by Danack <[email protected]>
Update reference/imagick/imagickkernel/scale.xml

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

29e805ca4f0cbed7a0f1a60e8582bbb77f46ffdd authored about 2 years ago by Danack <[email protected]>
Fix refpurpose of Imagick

1ef9c7a76700b3e72844050d75e6ed1b870f9ca7 authored about 2 years ago by LoginovIlya <[email protected]>
Tidied up refpurposes.

1534707f677267513659e57f530ed5f4cf08f924 authored about 2 years ago by Danack <[email protected]>
Fix refpurpose of Imagick

85278ca11d7a1e009af96b74448523e82ad99940 authored about 2 years ago by LoginovIlya <[email protected]>
Fix GH-2156: stdClass is spelled in different cases: StdClass / stdclass

Closes GH-2157.

6d29533483657c036e49edb5ea88c7103d126681 authored about 2 years ago by Christoph M. Becker <[email protected]>
Fix typo (PHP_VERION → PHP_VERSION)

Closes GH-2164.

a65e4a2d12aa5cf9c6587fe2330f52cebb36cfd2 authored about 2 years ago by Bakhromjon <[email protected]>
Add explicit `permissions` to GHA workflows (#2159)

see php/php-src@1d45ca58c86ac103ea624c3af3c81c20863950ad

a2097ad6ab501629b118cc9f3663b99bef47696d authored about 2 years ago by Tim Düsterhus <[email protected]>
Update to actions/checkout@v3 in check-whitespace.yml

v2 emits a deprecation with regard to the used node.js version

ec53557d857f6033e751d7d73f8f3cbf80fbbabc authored about 2 years ago by Tim Düsterhus <[email protected]>
Make `check-whitespace.yml`check the final result only (#2158)

a08aa8dccbdf96322dac89ab805cbde8097992cd authored about 2 years ago by Tim Düsterhus <[email protected]>
Remove unnecessary documentation (#2151)

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

e5202c6e4918e1532326e05ae99509ee7c8c036f authored about 2 years ago by Máté Kocsis <[email protected]>
Removed invalid return null description

Closes GH-2153.

35c3bd55d62b77f7e46a84dd4983d4db6e6f48e8 authored about 2 years ago by othercorey <[email protected]>
Remove invalid null return description

Closes GH-2152.

1ddcca66af6a2a03a2370a0955b1bea2d617f4cc authored about 2 years ago by othercorey <[email protected]>
Fix wrong param name in example

Closes GH-2150.

80b2563f1fb2e2830f6881b4620adf773065f9e7 authored about 2 years ago by 魔王卷子 <[email protected]>
Fix GH-2049: setcookie() datetime format change in 8.2 is undocumented

5d6153f896f4698bc2df1a41db1271075dd3b62d authored about 2 years ago by Christoph M. Becker <[email protected]>
Add missing ext/intl class constants with empty description (#2146)

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

6e6c154057b6d96518de039f40ff1e4feb44b04f authored about 2 years ago by Máté Kocsis <[email protected]>
Fix GH-2148: STREAM_CRYPTO_METHOD_TLSv1_3_CLIENT and STREAM_CRYPTO_METHOD_TLSv1_3_SERVER are undocumented

f39a3a7f3a686a4b0d09bab2250440ffe74ee097 authored about 2 years ago by Christoph M. Becker <[email protected]>
Add missing class constants with empty description - part 1 (#2141)

ee1ebe8df676914b22b5e39e53b34db65e240c89 authored about 2 years ago by Máté Kocsis <[email protected]>
[skip-revcheck] Remove extraneous newline at EOF

dbe9aea5415708d6e012f3d2297f204351209aea authored about 2 years ago by Christoph M. Becker <[email protected]>
Document zlib context options

Cf. <https://github.com/php/php-src/commit/8f804a2128d7109ad6561aff9894ab1ee9244611>.

68d6bce01964dd9c1792027efadabcb9968a42fe authored about 2 years ago by Christoph M. Becker <[email protected]>
Fix typo (return → returned)

Closes GH-2144.

0817d5b2835f8a47314823338d983fa2c5005dfc authored about 2 years ago by Thijs Kinkhorst <[email protected]>
Update the Undefined variable error level

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

Closes GH-2143.

b09be6a60d551eff269a86eefe6265034a253980 authored about 2 years ago by colshrapnel <[email protected]>
Add note that Memcached::getAllKeys is for debugging

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

Closes GH-2139.

543e79ff31741bb7be07b4dc01eec1f8f150983c authored about 2 years ago by Aaron Stone <[email protected]>
Remove vld INI settings

It makes no sense to list these, if there is no other vld documentation
in the manual.

d2e48faaf8a8b246d5e2b99d2d59ecdf055ee4b7 authored about 2 years ago by Christoph M. Becker <[email protected]>
Clarify handling of 3rd parameter for assert callbacks

The handling of the 3rd parameter for assert callbacks set via `assert_options`
changed with the...

e2e41fdb46fd7e23acc16c7e7ff36a9894b2cec7 authored about 2 years ago by Alex Dowad <[email protected]>
Use FQCN for native attributes (#2137)

* Use FQCN for native attributes

For attributes, it's non-obvious that they need to be import...

6e69d9342ef5b124a62c8a255cb0d9a091d07b5e authored about 2 years ago by Tim Düsterhus <[email protected]>
fixed refpurpose of ReflectionFunctionAbstract::isStatic

519d86be33515fb6036128e7a45681aa8d32a749 authored about 2 years ago by Yoshinari Takaoka <[email protected]>
Add documentation for missing attribute constructors (#2126)

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

681fd84dbdef6c0f8fe92848677d95a993b66143 authored about 2 years ago by Máté Kocsis <[email protected]>
Fix GH-2136: ReflectionFunction has isStatic, but missing in docs

170218df333f985b023fb7aa7db713d39c200f98 authored about 2 years ago by Christoph M. Becker <[email protected]>
Reword excessively hardcore requirement

While we're at it, we also remove the personalization.

Co-authored-by: Christoph M. Becker <c...

bd38d9d20ab0186531a9e923494a30ac23b1ff8c authored about 2 years ago by Robert Morley <[email protected]>
Update bcsqrt() docs wrt. PHP 8.0.0

04c37bc8ca6b2faff2b14b85b4576529444bd6a2 authored about 2 years ago by Christoph M. Becker <[email protected]>
Builtin subclasses of IteratorIterator don't override getInnerIterator()

Maybe they did prior to PHP 7.0.0, but that would be irrelevant now
anyway.

0189a49610b2e53b9e9be9f0457df9277bffaaee authored about 2 years ago by Christoph M. Becker <[email protected]>
Update return value description

Closes GH-2130.

7f385d3239d0df073e2208fb0c3c243ef13553bb authored about 2 years ago by Loyen <[email protected]>
Small spelling correction

Closes GH-2127.

42c0929282ce602c4e29fca691637b62a6bd109f authored about 2 years ago by Marcos Marcolin <[email protected]>
Remove unnecessary documentation of non-existent constructors (#2122)

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

1acd98a6cd427c3f1ae89a344ce1cc534e179df2 authored about 2 years ago by Máté Kocsis <[email protected]>
List inherited constructors on the class synopsis pages (#2090)

3fc56d76de1007a3c4f60b143c60c071f32546fb authored about 2 years ago by Máté Kocsis <[email protected]>
Duplicate note on microsecond precision from datetime.formats (#2114)

807156628f7e6069c387688791eaf38e7b6fab9f authored about 2 years ago by USAMI Kenta <[email protected]>
Revert "Add documentation for default constructors - part 1 (#2089)" (#2121)

adf11d8d64903f5a0a0e2b802c4fe553b5c934f6 authored about 2 years ago by Máté Kocsis <[email protected]>
Remove superfluous changelog entries

Actually, most (or even all) datetime functions returned false prior to
PHP 8.0.0, where they no...

e057f1f552548a68030830e96ae1bdf313b1794e authored about 2 years ago by Christoph M. Becker <[email protected]>
Point the readme to the doc-base repository

Co-authored-by: Anna Filina <[email protected]>

Closes GH-869.

500f8db67a96fbc72d4cee76f0f9787216bae02b authored about 2 years ago by Marco Aurélio Deleu <[email protected]>
Revert "Fixed and simplified array_replace description"

This reverts commit bb36df3ed43b9e1f3133db13e7e4ddd80f9a8bd5, which has
been committed inadverte...

fea4357a0ced6a776a2db2ef0d4c09c39ad41ae1 authored about 2 years ago by Christoph M. Becker <[email protected]>
Fix GH-2115: Typo in unpacking

5d775e7df53dd224004ca057dadbd2e8083e229a authored about 2 years ago by Christoph M. Becker <[email protected]>
Fixed and simplified array_replace description

bb36df3ed43b9e1f3133db13e7e4ddd80f9a8bd5 authored about 2 years ago by Dennis Weiershäuser <[email protected]>
Clarify jit_debug option and link to zend_jit.h

Clarify how to search for jit_debug options, and add an external link to
PHP zend_jit.h source f...

c7a7f596c4e0109b8c22c463dc01f0e2b43c0754 authored about 2 years ago by Su, Tao <[email protected]>
Remove duplicate footer comment

Closes GH-2120.

c6f9de2b35b1828b74a11cb578e711609f7101f4 authored about 2 years ago by 魔王卷子 <[email protected]>
OOP5/Traits/Constants: fix example code

The example code contained three errors:
* Reference to non-existent `ConstantTrait` trait (x2)...

b59634b4658a78e80f0f0d1fa104e2da94c1c896 authored about 2 years ago by Juliette <[email protected]>
Use milliseconds instead of seconds (#2113)

3441bb1c988fac320d7f436b2c06b88899a6b121 authored about 2 years ago by USAMI Kenta <[email protected]>
Retain original $host parameter name of ldap_connect()

Closes GH-991.

48eeb30c789faa878311ac7de747e4d3cb30964f authored about 2 years ago by Máté Kocsis <[email protected]>