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

Clarify APCu cache sharing on Windows

Cf. <https://github.com/krakjoe/apcu/issues/445#issuecomment-1229417940>.

cf3cad79fecf14a50718f490574ada9d3725a4f2 authored about 2 years ago
random: Improve the non-CSPRNG warning (#2009)

* Strengthen the wording in `&caution.cryptographically-insecure;`

It’s not: “should not”, it...

fc1e94a9c2e271c7cefd86f28a1cb5bc30a52664 authored about 2 years ago
random: Describe the Secure engine (#2017)

371d97371fc1d2a372ffe4c8caa8d609e1cade0d authored about 2 years ago
Update now instead of null in the example for DateTimeImmutable::__construct

Closes GH-2014.

a09cd538fce5047cb8d9a484ef92611f70b0437f authored about 2 years ago
random: Add description to the jumping methods of Xoshiro256StarStar (#1991)

* random: Add description to the jumping methods of Xoshiro256StarStar

* random: Improve explan...

cf96daf325f70d437c791d5b77a97585cc63060f authored about 2 years ago
Improve documentation of the Memcached delete methods

* Note that it's always an error to specify a non-zero time parameter,
and delete the long-wi...

af154fb2099c5c029de9d1dd1174cf11f135bfa0 authored about 2 years ago
random: Improve short descriptions for methods (#2007)

* random: Unify the short description for random_(bytes|int) with Randomizer

* random: Use im...

215fd48515e0793760b2079fff8380c629e11b3f authored about 2 years ago
random: Add description to Randomizer::pickArrayKeys() (#2010)

501c662caafcde4ccc11efcc37d9cd9fd21d1c0b authored about 2 years ago
random: Clean up cross-references for randomness related functions (#2008)

* random: Reference the corresponding Randomizer methods in random_(bytes|int)

* random: Cros...

52c495140bdb84f45f186bfb1cccf09788b0121e authored about 2 years ago
added SensitiveParameter usage example. (#2005)

based on RFC: https://wiki.php.net/rfc/redact_parameters_in_back_traces

Co-authored-by: Chris...

c993be5c5d2c8625ee3958ec63ae2565f146b18a authored about 2 years ago
ZTS builds are no longer experimental

a89c6d71c7b65e3de84f26230fbf72c9b8948adf authored about 2 years ago
added ReflectionClass::isReadOnly documentation. (#2006)

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

a4f0588234f180a9ead9bc75a82b96dee1c98a64 authored about 2 years ago
Document ReflectionClass::IS_READONLY (#2001)

Co-authored-by: George Peter Banyard <[email protected]>

1a4777d80cf18955137356d9d7dd769406fa8ad3 authored about 2 years ago
random: Add descriptions to Randomizer::shuffleArray() and Randomizer::shuffleBytes() (#1992)

* random: Add descriptions to Randomizer::shuffleArray() and Randomizer::shuffleBytes()

* ran...

e1305cf04f443ae84352cc0eed0f922863cedbc2 authored about 2 years ago
Add predefined attribute section and classes (#1990)

This provides basic documentation for all the predefined internal attribute classes.

59578bb3849ef8bd9c552f118614c585628020db authored about 2 years ago
added link of readonly classes to migration82 guide.

05627ef0c583651abf81cede7e4caab994c9d832 authored about 2 years ago
Document readonly classes (#1996)

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

512670405c88acf7f0c9124f98c249e530ecd3cb authored about 2 years ago
socket_get_option IP_MULTICAST_LOOP update (#1997)

eb1f12738221677a2d94d94e8dbddd88c6143c94 authored about 2 years ago
Corrects code sample

Fixes GH-1989.
Closes GH-1998.

022f827bc2e18c5238505c7f7a34732cdde0b8bf authored about 2 years ago
Change simplesect to sect1 in exception chapter (#1988)

This will fix the fact that the examples start their number at 3.
The reason for that is the nu...

491a7cc9cddf1e20cda76b16226d0bc020402476 authored about 2 years ago
Stop referring to `openssl_random_pseudo_bytes()` outside of ext/openssl (#1967)

* random: Remove openssl_random_pseudo_bytes() from caution.cryptographically-insecure

The `r...

2ab45105b4302f7eed510a629226956ee0ab5be3 authored about 2 years ago
Document the Random\Engine (#1969)

* random: Add a description to the Engine interface

* random: Add description to the Random::...

c52c4ef2ed6e9aa5fe39702d9c44e7706f000d0f authored about 2 years ago
Specify return type of DateTime::createFromImmutable() and DateTimeImmutable::createFromMutable() (#1959)

32b489bb38ce71debbccc5b43da58b3b5624a8fd authored about 2 years ago
random: Remove TypeError listitem from `&csprng.errors;` (#1968)

There are two reasons for this:

- It's standard functionality that a TypeError will be thrown...

d8464ead00fa3fedbd1effccf4d9836cf890bdde authored about 2 years ago
Extend ext/random documentation (3) (#1951)

* random: Remove redundant “Returns” prefix from return value explanation

* random: Document ...

466f58e332a6afd289fe1e48f85031e88f1823bc authored about 2 years ago
Fix folder name

d73b9709de6633d289d11d3ae4696a9d78187b53 authored about 2 years ago
Improve and fix docs which had incorrect stub info (#1517)

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

b412bbd26214f7281ac7dd858710e09952a275f2 authored about 2 years ago
Updates for RFC: Locale-independent case conversion (#1934)

* Add a detailed description of what is meant by ASCII case conversion
to strtolower() and st...

54ff7bf8e0f8fa90988cccf6b583517366605f6d authored about 2 years ago
Update the signature of dba_open() and dba_popen() (#1267)

Co-authored-by: George Peter Banyard <[email protected]>

9264401165d31437c4afd80ec936f775ae23d367 authored about 2 years ago
Sync ext/date class synopsis with recent stub changes (#1597)

Co-authored-by: George Peter Banyard <[email protected]>

0466dd93f73635c728c6c4707aaf5876692f1ef3 authored about 2 years ago
Add the readonly modifier to Transliterator::$id (#1961)

ea6896c14a7ed8c84893cd8cb0a7e2c68f3c5cdd authored about 2 years ago
Update the return type of ReflectionEnum::getBackingType() (#1960)

f7d5242bad28e27b78cf75525bc94242b19c48b1 authored about 2 years ago
Sync ext/intl class constants with stubs - part 1 (#1945)

4bd48519e1118330a42e1c4544e6af1bccc3459e authored about 2 years ago
Update some newly clarified types (#1946)

5764345c8662c22b570bf453650a9dd584bd3abb authored about 2 years ago
[apcu] Clarify the effect of apc.ttl (#435)

The current documentation implies that the apc.ttl setting would mark all cache
entries as liab...

e2695046bf46e79e8ad0fcd2c5dab2a88ebafa2f authored about 2 years ago
Document dynamic properties (#1942)

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

6e042e0ae6a574641bc9082344ed60819f732765 authored about 2 years ago
Remove unnecessary procedural role (#1948)

c4ac6c0cfa04e2d7910b0f0aeb2004f49081620b authored about 2 years ago
Add inherited constants to SPL Data structures (#1949)

790f855935e4e6318b62c94948ed853b56236bb5 authored about 2 years ago
Fix ssh2_shell termtype paramenter name (#1955)

c44f6bd5cb3076f54b1cc60e3195b0b48939b11a authored about 2 years ago
Sync XMLReader class constants with stubs (#1947)

This PR contains only whitespaces change besides the added visibility modifiers + removed values

31ade365441260f8edd35b9b63ea9dfc6fc4a7c0 authored about 2 years ago
Configure linguist highlighting for `*.ent` files (#1956)

See php/doc-en@91bdc784307128c56aeb90e91772b0cca254d36f

6813188f06e0f20268d6b250604138d802c9871f authored about 2 years ago
Mark `*.xml` as `linguist-detectable` (#1952)

This should fix the repository's language statistics, so that it doesn't show as HTML, due to on...

91bdc784307128c56aeb90e91772b0cca254d36f authored about 2 years ago
random: Fix copy and paste mistake in errors for PcgOneseq128XslRr64::jump()

The `&random.engineErrors;` only make sense for Randomizer methods.

a0fb05bc0696d582c5f3b549eb2054c029a7abde authored about 2 years ago
Extend ext/random documentation (2) (#1922)

* random: Document Randomizer::shuffleArray()'s parameter and return value

* random: Document...

4bb7c8dab439c876087b6ff01fe7a7dd6751f331 authored about 2 years ago
fixed `value` table.

a500262b84e367c8e57047daf2464546686d4956 authored about 2 years ago
Sync ext/reflection class constants with stubs - part 1 (#1944)

54d585c09b94361a9485b0ed7705c6c51dc49deb authored about 2 years ago
Sync ext/spl class constants with stubs - part 1 (#1943)

30c3c56047bd7f33648e0be887eab7f7403dacb7 authored about 2 years ago
Rewrite $_SERVER docs (#1941)

Drop personalisation
Drop mention of specific HTTP headers and use a general statement instead
...

b767006c8672c9e8ecec8429bb4f3be8889bde6b authored about 2 years ago
Rewrite outdated note for session_unset() (#1940)

This was meant to be used when $HTTP_SESSION_VARS was still around

8a152ef592357f107275027cdd97f1cbbcf52f08 authored about 2 years ago
dba_fetch() signature has changed to follow userland semantics (#1939)

The overloaded signature is still supported but discouraged.

d5f9822c027dc329f02cba28f6282baf6ac0c44e authored about 2 years ago
Mention support for binary/octal prefixes for INI settings (#1937)

db06b98eb195debb5fa3295196eee23fed952de6 authored about 2 years ago
iterator_to_array() and iterator_count() now accepts arrays (#1938)

Co-authored-by: Tim Düsterhus <[email protected]>

70ac605e66b5ce0c03a345df92297f3e03f088ca authored about 2 years ago
Sync a few manual pages with the stubs (#1936)

d6aee4a5004f7d532f24c06ea2ab2ac0b91b8664 authored about 2 years ago
Add documentation for libxml_get_external_entity_loader() (#1933)

d0d1ec131e062eaa8661b510719d45d1d9a990c7 authored about 2 years ago
Fix GH-1935: CURLOPT_PASSWDFUNCTION and CURLOPT_MUTE no longer defined

5b2217f877d5978c039b95426f138779c12d9632 authored about 2 years ago
Updates for hash functions that now throw errors

Update the manual for the changes to the hash functions by Mark Randall
in August 2019 and subs...

91e303f2d27cbca485137230fa7d2e50e75f19a6 authored about 2 years ago
Updated to version 2022.6 (2022f)

48b077451f8084b28bf437b6f20e6aada2cd50dd authored about 2 years ago
Fix param name

Closes GH-1925.

1ae151672a7ce10bd096505deac85ff198a62ef5 authored about 2 years ago
Document the rnp PECL extension

https://github.com/rnpgp/php-rnp
https://pecl.php.net/package/rnp

Co-authored-by: Christoph ...

79bc1248b2295d9c9f0837d1ddcaea9d7c2853a7 authored about 2 years ago
DOMNode::$prefix is not nullable

The fieldsynopsis above documents it as non-nullable, so don't say it can be null. Checking the ...

2c4c528bf3846ac79b5948d1a01688fc3f4a6cca authored about 2 years ago
Extend ext/random documentation (#1920)

* random: Fix Randomizer::__construct()'s default value

The parameter is nullable and the act...

4b1b9be99eba5fbce2de1190b5eba692bf09da11 authored about 2 years ago
Bootstrap ext/random docs with docgen

Closes GH-1916.

2166824858a40ea664c558f2930b63b8f4fd89c6 authored about 2 years ago
Fix GH-1919: Doc comment must start with /** followed by whitespace

While we're at it, we also fix the indentation of the example to match
common PHP formatting rules.

7c30fe36eb5ad19669737a225d3e147dcbd025d4 authored about 2 years ago
Match return value section with signature

Cf. <https://github.com/php/doc-en/pull/1918>.

769fdeb145fdc4a022f6607994df5d13ac71d1d8 authored over 2 years ago
Fix example

Closes GH-1910.

e23a1375a572a50173768053ebdaac8ac91da9eb authored over 2 years ago
Fix GH-1897: Document limits of NumberFormatter and possible workaround

Closes GH-1909.

bbafea6c3de3dca08f2833b153fd6dbc772e7744 authored over 2 years ago
Document the simdjson PECL

API documentation and other example snippets are available at
https://github.com/crazyxman/simd...

3f3362ebcdd1a27cf9c9c751dd5cbe8a6264d1c3 authored over 2 years ago
Bold the bool value in enum section

bcffb58bc051f428347da68d4554af87cc08002f authored over 2 years ago
Fixed bug #78055: Documentation improvement for DatePeriod::getRecurrences and ->recurrences

c401af11b147e38be7ec09d8267f377269beeba3 authored over 2 years ago
[skip-revcheck] Fix typo (underlaying → underlying)

Closes GH-1904.

76381b34bf93f4684f620083866e2f224b78b813 authored over 2 years ago
Fix GH-1899: Date example for "p" is misleading

892b3e396eaa5af75d7288169a81cd3e525bf97a authored over 2 years ago
Fixed GH-1443: DateTime::format has lost information about escaping

ff502b2d9bd77dcfc3bc377c2934e810465394fa authored over 2 years ago
Clarify supported encoding list page, because readers does not know where to go in chunked html page.

"listed below" is valid only in Single HTML manual.

740eb58e8c03cfc5ac98eda13943262775b73ff2 authored over 2 years ago
We don't live in a 32-bit world anymore

37a5824aa65a9d12dc74b368be6284f8159c6e1e authored over 2 years ago
Fix GH-1888: socket_set_option() is for setting options

93105c67e470df72333493cc2e534635dd16422d authored over 2 years ago
Replace arg to num

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

Closes GH-1895.

e049a733379781df3440b92fd41c12fe3f8e3b93 authored over 2 years ago
Update return value for levenshtein

The character limit on the 2 string arguments for the levenshtein function was removed in PHP 8....

a484d5d2bbad7e385a8864370b5280c4e05add8c authored over 2 years ago
MongoDB: Document constructor parameters for ServerApi class

a7b808a875840b8850631210ef2190d681b6edfa authored over 2 years ago
[skip-revcheck] Fix typo (duplicated "if")

Closes GH-1896.

d20452e3a70c882028ad3c4d3d3cb7ea25ebcf8e authored over 2 years ago
JSON DECODE: Change `PHP variable` into `PHP value`

Fixes GH-1431.
Closes GH-1894.

16ae0ea8268ffedb47a620cd38fb078e26135022 authored over 2 years ago
Removed obsolete mysqlnd install description. (#1890)

We don't have to use MySQL Client Library(libmysqlclient) for installing MySQL database extensio...

879518c65613330fd988dfb844d54d0e79cc16f8 authored over 2 years ago
Clarify opcache.preload_user behavior (#1874)

fe64ac9a1ed0852a413f07c1847cfa6a9ab970e5 authored over 2 years ago
Document Key management API for ext-mongodb 1.15 (#1889)

Moves the masterKey docs to a common snippet, since it's duplicated for createDataKey and rewrap...

9e9578a5c4288bf10c1675da131c79c4e28252a8 authored over 2 years ago
array_count_values() requires all array values to be int|string

Cf. <https://github.com/php/doc-de/issues/107>.

9009f8104bfeb5a22e78987c0a8af05473b3ac45 authored over 2 years ago
Installing ext/intl from PECL (prior to PHP 5.3) is no longer relevant

6681b88ea0429a139546ea9c71bb808e722c17b0 authored over 2 years ago
Fix GH-1833: socket addrinfo lookup inaccurate descriptions

Closes GH-1882.

70a79a7753f063e183e48a01665596ee8352f20c authored over 2 years ago
Add note about removed INI (#1884)

e016fe67d1f58dc26592e50a244584fcfcf2604d authored over 2 years ago
Document mysqli_execute_query

fb806177259dcb81f8e61f0b7f93589622e4a7f0 authored over 2 years ago
Changed 'you' to formal style

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

8708c464d3a380e2e728e05e3ea015e73fa8d371 authored over 2 years ago
Drop inaccurate and confusing part copied from MySQL docs

bd4da0f9b6b8d8351fe7bb397164a3b49e93e14c authored over 2 years ago
Updated to version 2022.5 (2022e)

05ccdfe483ae57acafb28d277cee0c5507c9aebc authored over 2 years ago
Remove irrelevant info about warning

Passing anything other than an array, is undefined behavior (at least under PHP 7).

Closes GH...

2c0d7af2fd69ecd914abec5cfebae53aca8d491f authored over 2 years ago
changed stdClass markup.

4c4b82965384d55f5c3efb1ffa80615acd98a737 authored over 2 years ago
Update string comparisons possible returns

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

Closes GH-1857.

a3573c18b89fd32aca1c3924d3fd9568900b4a33 authored over 2 years ago
Document mbstring.regex_retry_limit and mbstring.regex_stack_limit directives

Closes GH-1865.

af844f698b38d1460464bf913a80f2397980c534 authored over 2 years ago
Document unserialize max_depth option

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

Closes GH-1866.

ce3a2d381693ccbc10cc4a808c3eb853f3c85c9e authored over 2 years ago
missing socket constants (#1856)

* missing socket constants

* TCP_NOTSENT_LOWAT comment update

f3eb91cb38d5145092e4388d7a1ec37616488eae authored over 2 years ago
Document stdClass (#1862)

360928c5efa8ebd586168d2660fc48d7fc6c9ba2 authored over 2 years ago
Fix broken external imagick URL

Closes GH-1868.

52d113ac0ae010b8229ac7a7e98b837ff2c755b3 authored over 2 years ago
Fix spacing in an example

2762980ae4b6b79f5223a5c9f7ff7911c7e8105d authored over 2 years ago