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

createfromdatestring.xml Fix return type and add a link to the `__construct`

mmalferov opened this pull request about 1 month ago
Synchronize manual with stubs for PHP 8.4 - part 8

kocsismate opened this pull request about 1 month ago
Synchronize manual with stubs for PHP 8.4 - part 7

kocsismate opened this pull request about 1 month ago
Normalize error sections in DOM

nielsdos opened this issue about 1 month ago
Use CDATA tags for content of screen tags

Girgias opened this pull request about 1 month ago
Remove personalization from mysqli_warning_count

kamil-tekiela opened this pull request about 1 month ago
Document mysqli_get_warnings

kamil-tekiela opened this pull request about 1 month ago
Improve the example of mysqli_warning_count

kamil-tekiela opened this pull request about 1 month ago
[PHP 8.4] posix_isatty update.

devnexen opened this pull request about 1 month ago
[PHP 8.4] intl fix constants

devnexen opened this pull request about 1 month ago
is-callable.xml Add a link to the `__invoke` magic method

mmalferov opened this pull request about 1 month ago
Update constants.xml Fix typo

mmalferov opened this pull request about 1 month ago
Updated pdo_odbc, odbc_connect and odbc_pconnect

SakiTakamachi opened this pull request about 1 month ago
ext/bcmath: Avoid nesting includes

SakiTakamachi opened this pull request about 1 month ago
[PHP 8.4] Fix sockets constants update

devnexen opened this pull request about 1 month ago
8.4: Document all new DOM classes and methods - part 1

nielsdos opened this pull request about 1 month ago
Missing socket extension constants

Girgias opened this issue about 1 month ago
[PHP 8.4] socket update

devnexen opened this pull request about 1 month ago
Synchronize manual with stubs for PHP 8.4 - part 6

kocsismate opened this pull request about 1 month ago
[PHP 8.4] pcntl update part 1

devnexen opened this pull request about 1 month ago
[PHP 8.4] intl update part 2

devnexen opened this pull request about 1 month ago
Synchronize manual with stubs for PHP 8.4 - part 5

kocsismate opened this pull request about 1 month ago
Document when proc_open() throws ValueError (closes #4204)

jimwins opened this pull request about 1 month ago
Document change in how C void returns are handled (closes #4202)

jimwins opened this pull request about 1 month ago
Document number_format() handling of negative $decimals (closes #4200)

jimwins opened this pull request about 1 month ago
Document when STREAM_NOTIFY_COMPLETED was implemented (closes #3813)

jimwins opened this pull request about 1 month ago
Document str_getcsv() and fgetcsv() change in 8.3.0 (closes #4197)

jimwins opened this pull request about 1 month ago
Document file() throwing ValueError on invalid flags (closes #4195)

jimwins opened this pull request about 1 month ago
Closures created from magic functions handle named params (closes #4193)

jimwins opened this pull request about 1 month ago
Closures created from magic functions accept named arg

jimwins opened this issue about 1 month ago
Document fallback value syntax for ini variables (closes #4191)

jimwins opened this pull request about 1 month ago
Fallback value syntax for ini variables

jimwins opened this issue about 1 month ago
Improve csv functions by mentioning that enclosure character will be ignore

8ctopus opened this pull request about 1 month ago
The `final` modifier to methods coming from traits

mmalferov opened this issue about 1 month ago
Update traits.xml Mention the hierarchy of classes, amend `final` modifier example

mmalferov opened this pull request about 1 month ago
ext/bcmath: `BcMath\Number` class

SakiTakamachi opened this pull request about 1 month ago
Synchronize manual with stubs for PHP 8.4 - part 4

kocsismate opened this pull request about 1 month ago
Update `ini_get()` to make use of `ini_parse_quantity()`

TimWolla opened this issue about 1 month ago
Document T_PROPERTY_C constant

Girgias opened this pull request about 1 month ago
[PHP 8.3] Check variance of class constants

alexandre-daubois opened this pull request about 1 month ago
[PHP 8.3] New behavior of static properties in traits

alexandre-daubois opened this pull request about 1 month ago
Fix PASSWORD_DEFAULT constant type

Girgias opened this pull request about 1 month ago
Synchronize manual with stubs for PHP 8.4 - part 3

kocsismate opened this pull request about 1 month ago
Synchronize manual with stubs for PHP 8.4 - part 2

kocsismate opened this pull request about 1 month ago
Fix GH-4175: do not say the parameters are optional

Girgias opened this pull request about 1 month ago
[PHP 8.3] Mention `E_WARNING` on unconsumed input data

alexandre-daubois opened this pull request about 1 month ago
[PHP 8.3] Assigning a negative index to an empty array

alexandre-daubois opened this pull request about 1 month ago
[PHP 8.3] Mention readonly props reset in `__clone()`

alexandre-daubois opened this pull request about 1 month ago
[PHP 8.3] Add an example for readonly anonymous class

alexandre-daubois opened this pull request about 1 month ago
[PHP 8.4] add constant posix_sysconf documentation.

jdkfx opened this pull request about 1 month ago
[PHP 8.3] Emphasize arbitrary expressions in static initializer

alexandre-daubois opened this pull request about 1 month ago
[PHP 8.3] Add class constants dynamic fetch syntax

alexandre-daubois opened this pull request about 1 month ago
[PHP 8.3] Mention `final` modifier for methods coming from traits

alexandre-daubois opened this pull request about 1 month ago
Fix typo in iconv-strlen.xml

sirreal opened this pull request about 1 month ago
gmp-cmp.xml Specify specific return values

mmalferov opened this pull request about 1 month ago
ext/bcmath: The `scale` parameter was made into a common component.

SakiTakamachi opened this pull request about 1 month ago
ext/bcmath: Correctly modified an existing document

SakiTakamachi opened this pull request about 1 month ago
Fix #4140: Return type for function gmp_setbit() and gmp_clrbit() are…

nielsdos opened this pull request about 1 month ago
Mark deprecated functions with the #[\Deprecated] attribute

kocsismate opened this pull request about 1 month ago
[PHP 8.4] intl changes part 1.

devnexen opened this pull request about 1 month ago
composer.xml Fix the bad link (remove the extra slash)

mmalferov opened this pull request about 1 month ago
Filter: Rewrite function docs and remove now useless section

Girgias opened this pull request about 1 month ago
Don't chunk the Composer section

jimwins opened this pull request about 1 month ago
Synchronize manual with stubs for PHP 8.4 - part 1

kocsismate opened this pull request about 1 month ago
On Regexp manual page, revise wording, "described below" -> "described in this section"

tiffany-taylor opened this pull request about 1 month ago
[PHP 8.4] sockets constant list update

devnexen opened this pull request about 1 month ago
Fix typo in example code.

Crell opened this pull request about 1 month ago
interfaces.xml Make the class property truly virtual

mmalferov opened this pull request about 1 month ago
Object Interfaces: Is the property really virtual?

mmalferov opened this issue about 1 month ago
Elevate changes due to php/php-src#14332 to incompatible section

splitbrain opened this issue about 1 month ago
interfaces.xml Add enums to declarations shared a namespace with inte…

mmalferov opened this pull request about 1 month ago
abstract.xml Fix the error in the last example and CS

mmalferov opened this pull request about 1 month ago
Clarify spacing in aviz (or lack thereof).

Crell opened this pull request about 1 month ago
Filter: Rewrite INI page

Girgias opened this pull request about 1 month ago
Redesign is_callable() page

kamil-tekiela opened this pull request about 1 month ago
Filter: Describe sanitization flags in constant page

Girgias opened this pull request about 1 month ago
Filter: Document FILTER_CALLBACK

Girgias opened this pull request about 1 month ago
Pdo\Sqlite 8.4 new methods

Girgias opened this pull request about 1 month ago
Validation Filter documentation is gone

kevin-j-morse opened this issue about 1 month ago
PHP 8.4: Add changelog entry for typed constants in XMLReader

nielsdos opened this pull request about 1 month ago
PHP 8.4: New XML{Reader,Writer} methods

nielsdos opened this pull request about 1 month ago
Document PHP 8.4 ext-hash changes

nielsdos opened this pull request about 1 month ago
PHP 8.4: Document errors for XSLTProcessor::importStylesheet()

nielsdos opened this pull request about 1 month ago
PHP 8.4: Document XSLTProcessor::setParameter() errors

nielsdos opened this pull request about 1 month ago
ext/bcmath - `bcpow`: Reflected the behavior change when division by 0 occurs.

SakiTakamachi opened this pull request about 1 month ago
ext/bcmath - Added `bcceil`, `bcfloor`, `bcround` and `bcdivmod`

SakiTakamachi opened this pull request about 1 month ago
add XSLTProcessor::registerPHPFunctionNS and DOMXPath::registerPhpFunctionNS

frederikbosch opened this pull request about 1 month ago