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

functions/constant Minor tweak to "errors" section (#1565)

0090e5a2fa67e89d030cc59cfc6cfcac4822ed52 authored over 2 years ago
Fix return type explanation for array_recursive

Closes GH-1649.

a51ec6735093d3f71d8b2139967851a7b6df3d65 authored over 2 years ago
Add changelog for array_diff and array_intersect functions (#1650)

c84024092aee02b51dd18b909af0f2ccbdd24f98 authored over 2 years ago
Changed some tags and single quotes to <code> (#1353)

* Changed some tags and single quotes to <code>

* Minor grammar fix.

Co-authored-by: Larry...

4decb44c7141a97e348a1235bbb20d930d2baac0 authored over 2 years ago
Replace <function> with <methodname> in PDO (#816)

* Convert all <function> to <methodname> in PDO

* Convert all <function> to <methodname> in P...

eae19eb5fe0f5bebcbce382ea7a505cedeb5a883 authored over 2 years ago
Fix signature for datefmt_create (#1651)

801be9ea871ef1994f04985814204cab13b1546e authored over 2 years ago
Disable trim_trailing_whitespace in .editorconfig

Closes GH-1655.

c64fcdb6eaf06265b049de4cb8b2838dfb8bc1ca authored over 2 years ago
grapheme_substr() no longer returns false in some cases

Cf. <https://github.com/php/doc-en/issues/1653>.

d21607e3ecb3bd8bb67e098ab906287229d44572 authored over 2 years ago
Small fix in grapheme_*() functions

Closes GH-1656.

2245ff665ae4b3037728ee52c247b409ad75de35 authored over 2 years ago
ClientEncryption::QUERY_TYPE_EQUALITY is a string

https://jira.mongodb.org/browse/PHPC-2104

6105dcd7dfe02452224ad698a7c78aac20da48b2 authored over 2 years ago
Add changelog for new ClientEncryption constants

https://jira.mongodb.org/browse/PHPC-2092

f2931de8ec4fb4858381ed54d0ca0dcd64a1edb4 authored over 2 years ago
Fix parameter names and markup of grapheme_*() functions

d25989728702c2f55c4666840d07683ed73ae24d authored over 2 years ago
Clarify phrasing about missing expressing in return statement with return types (#1652)

The expression about return statement on page "[return](https://www.php.net/manual/en/function.r...

db7aa4f29bd5909f8ab9e3739f60afb77837e4df authored over 2 years ago
Add reference to get_defined_constants() and constant() each other (#1642)

* Add reference to get_defined_constants()

* Add reference to constant()

0e8fa6aa168fe2cb9bc5cae74ed22a52d1df891b authored over 2 years ago
Update documentation for ldap_search() (#1629)

* Update documentation for ldap_search()

* Improve documentation for ldap_search()

* Use n...

51351c34a7a4ccb21703fa961226b300df4f31a3 authored over 2 years ago
Fix typo (thru → through)

Closes GH-1634.

54217f14f9ddeb734c7d439f44ce7491f66cc587 authored over 2 years ago
ZipArchive::close deletes file if empty (#1628)

d6ac0dd312ea431e902ef2b02f13a7dffa9ff75b authored over 2 years ago
There are no curl resources as of PHP 8.0.0

b08895614bbc3bfb0273a41c29eda921161538c7 authored over 2 years ago
[skip-revcheck] Undo false typo

6f845b90b480d7fd5f0999ff6c6c03d06dc86682 authored over 2 years ago
[skip-revcheck] Typos

e7b5172917e6ff8b6510770769ae71e8473e44f4 authored over 2 years ago
Document curl extension `CURLOPT_SAFE_UPLOAD` constant. (#1623)

4c5d201d5f1a368c9ec6e81f53d16e8b2607d5c1 authored over 2 years ago
Remove superfluous variable from example code

Closes GH-1624.

6de3c40884af4a059d2e5b65a03b783e52946026 authored over 2 years ago
deleted needless `Also`.

because previous section deleted by
https://github.com/php/doc-en/commit/7ee66cf9b5093a4b659bb15...

e2f53f0f601cd3e97ebdb516e51de1825d0106ea authored over 2 years ago
Nits to type juggling page

Add links
Remove implicit conversation to array note as this can never happen

7ee66cf9b5093a4b659bb1507465fcd1abd7c76a authored over 2 years ago
Switching fibers in destructors is not possible

Added a notice to document the fact that it's currently impossible to switch fibers in the destr...

55956ac4e20a87375de1fb5888ebb97f18c827db authored over 2 years ago
Fixed GH-1238: Tweak explaination of default timezone

4bf21e8867650755d5dea13e01049d2825486ea2 authored over 2 years ago
Fixed bug #75745: DateTime::createFromFormat 'u' specifier not documented correctly

084a0039f62c982526dc7e4334f526b31ce2ff63 authored over 2 years ago
getServerConnectionId for MongoDB command monitoring events

https://jira.mongodb.org/browse/PHPC-1899

d6b1dd7035f8a4428081faa43e6e244e4b89f495 authored over 2 years ago
Remove mongodb.mock_service_id INI documentation

This was only introduced for internal use by PHPLIB and is removed in version 1.14.0.

https://j...

45ffa94e7e85b4830f13c9143b0a7a28324d5ee7 authored over 2 years ago
Document comment and let options for BulkWrite and Query

https://jira.mongodb.org/browse/PHPC-2049
https://jira.mongodb.org/browse/PHPC-2005

a678daf64f4c44a1b822477edee14b6e8bae7e9e authored over 2 years ago
MongoDB\Driver\Manager::getEncryptedFieldsMap()

https://jira.mongodb.org/browse/PHPC-2096

6c44e7b831d1ee04c932847b83a19cecfd51c98e authored over 2 years ago
MongoDB\Driver\Manager autoEncryption options for queryable encryption

Also adds doc notes for "autoEncryption" required by the CSFLE specification.

https://jira.mong...

694a088f76db3a6d4b146d3f5ddaafb84fbeb820 authored over 2 years ago
ClientEncryption options for queryable encryption

https://jira.mongodb.org/browse/PHPC-2092

993d1713449508101c5e4a6be75abe2d7adbad90 authored over 2 years ago
Fix docs for ClientEncryption constants

d8a3faa4af7dedad7dbc6d8c986d3fb17a207567 authored over 2 years ago
MongoDB\Driver\ClientEncryption constructor

https://jira.mongodb.org/browse/PHPC-2097

2d23d655aa69ee158e154da313ea512de867657a authored over 2 years ago
Fix GH-1611: mb-internal-encoding() throws ValueError on unknown encoding

Closes GH-1613.

Signed-off-by: Yann 'Ze' Richard <[email protected]>

5b3fc18be040c1d552da1497415b20296163012f authored over 2 years ago
SO_REUSEPORT constant, statement no longer really exact. (#1612)

e5caf1244e7c5dbcbfd01dce10ecada9308b676a authored over 2 years ago
Rewrite type juggling page (#1542)

Describe all the different ways and contexts in which PHP can type juggle.

The only bit which...

8de1190205e99790677b57312dd36bff17b6b67c authored over 2 years ago
[PHP 8.1] Add get/hasTentativeReturnType functions (#1615)

Closes #1614

Co-authored-by: Máté Kocsis <[email protected]>
Co-authored-by: Christo...

38f5bb6cc0554cfe475470bbfd807c798a848742 authored over 2 years ago
Fixed bug #74054: New DateInterval properties based on

4586854a24b1ca532b5c9ba2410db1f1eee338ed authored over 2 years ago
Some nits to datetime docs

c613965f9a9de27ffcbe4b0ceb71cbc9f7cb3837 authored over 2 years ago
[skip-revcheck] Use spaces instead of tabs for indentation

e8fb9384ca14cf3329389d435fd8625515e95eee authored over 2 years ago
fixed dayname note link destination.

For some reason, PhD does not generate anchor link to <note>.
This fix is temporary workaround.

c2674e232e1610ddc4375fa1b73d5dec77595bfe authored over 2 years ago
fixed parameter markup

there is no named parameter "Unix timestamp".

https://github.com/php/php-src/blob/php-8.1.6/ext...

089983558f0d09521df6ef09582c451c1ec79ef3 authored over 2 years ago
Fixed bug #79926: Unclear behavior with createFromFormat using absolute and relative values

dab41534c60aee794bfba84e22d5dfef343cb38f authored over 2 years ago
Fixed bug #80694: DateTimeImmutable::createFromFormat not return false in all cases

0aba3ea811b994d1d4a3be3572a34f8a8325e55c authored over 2 years ago
Fixed bug #81319: Unfortunate example on time() man page

532a253c4385070310880d4ab10f77aec3c56029 authored over 2 years ago
Fixed bug #81347: 2021-03-34 is correct date for DateTime::createFromFormat()

f0c9bb04d7727a45747aa11dc39ec541180e67b1 authored over 2 years ago
Merge branch 'master' of https://github.com/php/doc-en

d01de029570f48d067cd72868e754422cb073b4b authored over 2 years ago
Fixed English

c3e40292f4d6d5ada51a87150c6041d068a6b78a authored over 2 years ago
fixed wrong class reference.

255ec56b59083ac9c32e930ab5c9aaf89cc58cd2 authored over 2 years ago
Fixed bug #79939: RFC 822 and 2822 missing from DateTime 'Compound Formats'

48e99212ad659f3aa5e0202e0194f9f13612c024 authored over 2 years ago
Fixed bug #79725: Update reference to RFC2822 to RFC5322

5e983c42a0d9b803538f843954b665435f663671 authored over 2 years ago
Fixed bug #78267: Change in sun times result with PHP version change

d9ae294a02fa49a5d063dbcde2ca1f7e7a770c80 authored over 2 years ago
Fixed bug #78000: Missing description of reltext's different behaviors (static & method on object)

26e0c6ef75d4a9a218462a5153c604e37b59f3c7 authored over 2 years ago
Fixed typo in method name

0b54d0b7974d178dc43ea63aa1765bda1f3f1b8a authored over 2 years ago
Fixed bug #77701: DateTime::createFromFormat does not set default parts

e5373bc7610639edca743a5d190e78e6cf41b42f authored over 2 years ago
Fixed bug #76620: DatePeriod::getEndDate() drops reference to the end date DateTime object

b90e4a6e432a5176bd308a7c4f2315ba94848377 authored over 2 years ago
Fixed bug #75790: DateTimeZone::getTransitions(start,end)[0] is timestampBegin

ceedf4c5240cf79ea24baa7f2fcffa312aaccda3 authored over 2 years ago
Fixed bug #74652: strtotime() does not define behaviour of h/m/s when passed only a date

f5bd78b3c2c48b8702bc1547a08a9ad592047c1c authored over 2 years ago
Add missing parameters/returnvalues for date_create

1173d64db836e57918f17b10d682ece887bc7472 authored over 2 years ago
Added missing return values/parameters sections

eeeb152d8a3f41463148e87e0c048c4fb168f292 authored over 2 years ago
Fixed bug #74324: DateTimeZone supported timezone names

071c7cace14d7f435981bf7f78a959d07be33571 authored over 2 years ago
Fixed bug #74234: DateTimeZone supported timezone names

c7ee9cd4d1bb4538e283502b5f958b3042a61a63 authored over 2 years ago
Fixed bug #72586: Document that order of characters is important

33dd071b0dc703cb8b70329ab46ccc8820b14280 authored over 2 years ago
Fixed bug #71108: date_create() is NOT an alias for 'new DateTime()'

fc1c548fabb0c2e411ee2f7984a741a805d4b030 authored over 2 years ago
Fixed bug #70463: Document precise date/time parser

7bcd434e88e9b4c347f30e0819b186b7fcd0e153 authored over 2 years ago
Swap DateTime and DateTimeImmutable documention to push people towards using DateTimeImmutable

bbfdc364de79d739aeccc611ef82111e7f15b4da authored over 2 years ago
Fixed duplicated >

850f18db7f6c5440436a366ba626f17ab6b39efe authored over 2 years ago
Fixed bug #70154: date_parse() not returning false for missing time components

cf25abe5d089fc9486b98576671f8b90b357cf31 authored over 2 years ago
Sync ext/tidy properties with stubs (#1599)

b2ee26630cb27b82dc5d6fe4437b819c24e29602 authored over 2 years ago
Clarify aad parameter in openssl_encrypt/decrypt

Closes GH-1603.

9fc8bcc0836f56a98cf432c8f933e0d96c8d680a authored over 2 years ago
[skip-revcheck] Removing extra 'the' (#1602)

1352dd77d723cb732484d0ae6aa1fc9a81974983 authored over 2 years ago
Replace each() with foreach in usort and simplexmlelement/xpath

08e0e7dd68dd0ea36002eb9f839d1b07c701f266 authored over 2 years ago
Argon2's memory_cost is in kilobytes, not bytes

https://www.php.net/password-hash says "kibibytes", spec https://www.password-hashing.net/argon2...

6be77ad626e7cd60fc61fbb90e70b2f3c9653de2 authored over 2 years ago
Fix GH-1453: missing enum keyword

0780c1316035cca19a0267e58a03c8ed3701da76 authored over 2 years ago
Fix #1566: crypt(): --with-external-libcrypt undocumented

36a894a62760104ad57aaf761a8a56e478353e87 authored over 2 years ago
Fix bug #67034: Unable to compare DateInterval instances with == operator

Closes GH-1590.

3d9dad29c75a70e7985ed595dfa2a836e61418da authored over 2 years ago
Typo (#1593)

9ed2d17d581d2c72282dee0b9be3b5a49dabf108 authored over 2 years ago
Fix: `Ds\Collection` extends `IteratorAggregate`

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

Closes GH-1587.

12ce6e72ca28e72210106583c62e098458c63e24 authored over 2 years ago
Fixed bug #76378: strftime format "%p" is not always uppercase "AM/PM"

9ff98b38276060be5c9e3fcd1aa6721f2f955213 authored over 2 years ago
Reword parameter description of set_exception_handler (#1004)

09f4a3f040083d8832da366139fd3ee1b611cba6 authored over 2 years ago
Fix GH-1586: Changed error behavior in array_chunk in php 8

214519fdbdd6bfe2942775d3554fa8f440f85404 authored over 2 years ago
Fix memcached.get `$$flags` (#1585)

4a26c016c355918158990f7a20a4e4522b204846 authored over 2 years ago
Fix Iterator example for PHP 8.1+

The newly introduced tentative return types require us to specify
return types for the method im...

214335df7e8b11b517779aa3420d794f343a7309 authored over 2 years ago
Fix ArrayAccess::offsetExists() example for PHP 8.1+

The newly introduced tentative return types require us to specify
return types for the method im...

cfaa7659dab118ecf6b420c550a6b8183f4190ad authored over 2 years ago
fixed nullsafe operator link.

8d181538611c512546ac394511aa1d8e900dd9a3 authored over 2 years ago
Improve resource functions examples (#1435)

77887dc8e5ee9e840f0ed440431c70259fcc5661 authored over 2 years ago
Mention nullsafe object operator in OOP changelog

Closes GH-1584.

498bb30063108c067a26e9ff17a76999aecc05d8 authored over 2 years ago
Drop half-finished clause

Cf. <https://github.com/php/doc-en/commit/fd8fcbcd6f1e2482e32bb544bbc23b8dc154bb91#r73701907>.

4b3eb0a80c82330b2409737bd68898db03d77036 authored over 2 years ago
Fixed #69176: strtotime: support "first/last of" with weeks

d836dea93eeac2383cd4bd7dc09229a1e5652c58 authored over 2 years ago
Fixed bug #67921: createFromFormat allows overflow for 'H' and 'G' so 25-99 rolls to next day

5267e13731a496c2a2544433ee02a5314e1391d6 authored over 2 years ago
Merge branch 'master' of https://github.com/php/doc-en

43709b0d94e2810b2c91dba2fbbf32b9c3e307a3 authored over 2 years ago
Fixed bug #66510: Clarify the return values of DateTimeZone::listAbbreviations

fd8fcbcd6f1e2482e32bb544bbc23b8dc154bb91 authored over 2 years ago
Fix the build

4a41b3c6209bc7ef080826a3ab48e3fd27d46c48 authored over 2 years ago
Fixed bug #45509: Clarify ocumentation for DateTime::format and DateTime::createFromFormat's 'Y' character

8cc12de858cd2dd0f655fe3c826ba8b66b85d8cb authored over 2 years ago
Document new 'N' and 'o' letters (ISO-8601 day-of-the-week, and ISO-8601 year)

5e865c822bc21a97228facd06533a3c93ba5edad authored over 2 years ago
filter.default is deprecated as of PHP 8.1.0

aa471e2d84786f7d82cfb8969b2b924f17319e61 authored over 2 years ago
ZipArchive::getExternalAttributesIndex(): use canonical capitalization

a3eab3abd68266d1de7dd6a4fbddce13f9a1ddce authored over 2 years ago
[PHP 8.1] Return Type Compatibility with Internal Classes (#1560)

Co-authored-by: Máté Kocsis <[email protected]>
Co-authored-by: Larry Garfield <larry@g...

081cf71ecb97b239c1e07beaadb71af0b0c42764 authored over 2 years ago