#
e0679f3d |
| 22-Dec-2023 |
Jakub Zelenka |
Introduce new serial_hex parameter to openssl_csr_sign Co-authored-by: Florian Sowade <f.sowade@suora.com> Closes GH-13023 Closes GH-9851
|
#
0b7cd142 |
| 04-Jan-2024 |
Máté Kocsis |
Add upgrading note about PHP_OUTPUT_HANDLER_PROCESSED [skip-ci]
|
#
b02f95ad |
| 26-Dec-2023 |
David Carlier |
ext/sockets: adding windows SO_EXCLUSIVEADDRUSE constant. Close GH-13030
|
#
48ebe588 |
| 20-Dec-2023 |
Jakub Zelenka |
Implement request #48520: openssl_csr_new should allow multiple values/fields in dn Closes GH-12984
|
#
e8fde6bd |
| 19-Dec-2023 |
Jakub Zelenka |
Fix bug #80269: OpenSSL sets Subject wrong with extraattribs parameter Closes GH-12979
|
#
94ddc74c |
| 21-Dec-2023 |
Jorg Adam Sowa |
RFC: Add 4 new rounding modes to round() function (#12056) https://wiki.php.net/rfc/new_rounding_modes_to_round_function Co-authored-by: Tim Düsterhus <tim@bastelstu.be>
|
#
5dfb2d95 |
| 20-Dec-2023 |
Saki Takamachi <34942839+SakiTakamachi@users.noreply.github.com> |
[pdo_firebird] Added pdo_firebird_check_liveness handler (#12757)
|
#
5d853788 |
| 17-Dec-2023 |
Marc Bennewitz |
[ci skip] Added UPGRADING entry for GH-12413 Closes GH-12964.
|
#
d8268f1a |
| 16-Dec-2023 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Change return type of registerNodeClass to true (#12960)
|
#
b34b4d54 |
| 14-Oct-2023 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Fix #44383: PHP DateTime not converted to xsd:datetime Closes GH-12437. Closes GH-11725.
|
#
834cb644 |
| 07-Dec-2023 |
Saki Takamachi <34942839+SakiTakamachi@users.noreply.github.com> |
Feature: ext/pdo_firebird: Add transaction isolation level and mode settings (#12815) * Added transaction isolation level and access mode * Raise a ValueError if an invalid value i
Feature: ext/pdo_firebird: Add transaction isolation level and mode settings (#12815) * Added transaction isolation level and access mode * Raise a ValueError if an invalid value is passed to PDO::FB_TRANSACTION_ISOLATION_LEVEL.
show more ...
|
#
88ba9dc6 |
| 07-Dec-2023 |
Gina Peter Banyard |
ext/mbstring: Always throw ValueErrors for invalid mb_http_input() type
|
#
1816403d |
| 07-Dec-2023 |
Frank Denis <124872+jedisct1@users.noreply.github.com> |
[sodium] Add AEGIS-128L and AEGIS-256 (#12867) Also don't prevent usage of AES-GCM on aarch64, it's been supported since libsodium 1.0.18. Fixes #12312
|
#
e74bf42c |
| 06-Dec-2023 |
Gina Peter Banyard |
ext/mbstring: Check conversion map only has integers
|
#
683e7878 |
| 04-Dec-2023 |
David Carlier |
Fix GH-12727: NumberFormatter constructor throws an exception on invalid locale. Also re-establishing exception throwing on IntlDateFormatter constructor overwritten by accident most lik
Fix GH-12727: NumberFormatter constructor throws an exception on invalid locale. Also re-establishing exception throwing on IntlDateFormatter constructor overwritten by accident most likely so postponing it for next major release. Close GH-12868
show more ...
|
#
9c306470 |
| 04-Dec-2023 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Handle libxml2 OOM more consistently (#11927) This is a continuation of commit c2a58ab07d, in which several OOM error handling was converted to throwing an INVALID_STATE_ERR DOMException
Handle libxml2 OOM more consistently (#11927) This is a continuation of commit c2a58ab07d, in which several OOM error handling was converted to throwing an INVALID_STATE_ERR DOMException. Some places were missed and they still returned false without an exception, or threw a PHP_ERR DOMException. Convert all of these to INVALID_STATE_ERR DOMExceptions. This also reduces confusion of users going through documentation [1]. Unfortunately, not all node creations are checked for a NULL pointer. Some places therefore will not do anything if an OOM occurs (well, except crash). On the one hand it's nice to handle these OOM cases. On the other hand, this adds some complexity and it's very unlikely to happen in the real world. But then again, "unlikely" situations have caused trouble before. Ideally all cases should be checked. [1] https://github.com/php/doc-en/issues/1741
show more ...
|
#
2d057757 |
| 24-Nov-2023 |
Máté Kocsis |
Deprecate calling stream_context_set_option() with 2 arguments
|
#
b36eac94 |
| 22-Nov-2023 |
Máté Kocsis |
Deprecate calling session_set_save_handler() with more than 2 arguments
|
#
688c6f37 |
| 20-Nov-2023 |
Máté Kocsis |
Deprecate calling ReflectionMethod::__construct() with 1 argument
|
#
beaf1e81 |
| 19-Nov-2023 |
Máté Kocsis |
Deprecate calling pg_fetch_result(), pg_field_prtlen(), and pg_field_is_null() with 2 arguments
|
#
682c2366 |
| 19-Nov-2023 |
Máté Kocsis |
Deprecate calling ldap_exop() with more than 4 arguments
|
#
1d41eb30 |
| 19-Nov-2023 |
Máté Kocsis |
Deprecate calling ldap_connect() with more than 2 arguments
|
#
811245d2 |
| 18-Nov-2023 |
Máté Kocsis |
Calling IntlGregorianCalendar::__construct() with more than 2 arguments and intlgregcal_create_instance()
|
#
f4df37af |
| 18-Nov-2023 |
Máté Kocsis |
Deprecate calling IntlCalendar::set() with more than 2 arguments and intlcal_set()
|
#
adc26424 |
| 18-Nov-2023 |
Máté Kocsis |
Deprecate calling DatePeriod::__construct() with less than 3 arguments
|