#
414f71a9 |
| 16-Apr-2023 |
Máté Kocsis |
Typed class constants (#10444) RFC: https://wiki.php.net/rfc/typed_class_constants Co-Authored-By: Ben <7127204+moliata@users.noreply.github.com> Co-Authored-By: Bob Weinand <31
Typed class constants (#10444) RFC: https://wiki.php.net/rfc/typed_class_constants Co-Authored-By: Ben <7127204+moliata@users.noreply.github.com> Co-Authored-By: Bob Weinand <3154871+bwoebi@users.noreply.github.com> Co-Authored-By: Ilija Tovilo <ilija.tovilo@me.com>
show more ...
|
#
a62d192e |
| 10-Apr-2023 |
Alex Dowad |
Add additional note on mb_encode_mimeheader in UPGRADING |
#
aa51871a |
| 10-Apr-2023 |
Alex Dowad |
Add more details to NEWS on mb_detect_encoding; also include in UPGRADING |
#
d64c7184 |
| 10-Apr-2023 |
Alex Dowad |
Remove unneeded occurrences of my name in UPGRADING In NEWS, each 'news item' is suffixed with the name of the developer who implemented the change. When adding entries to UPGRADING, I u
Remove unneeded occurrences of my name in UPGRADING In NEWS, each 'news item' is suffixed with the name of the developer who implemented the change. When adding entries to UPGRADING, I used the same format as NEWS, without thinking about it much. However, it has come to my attention that the standard format for entries in UPGRADING does not include the developer's name.
show more ...
|
#
6c532df7 |
| 08-Apr-2023 |
David CARLIER |
ext/sockets adding FreeBSD's SO_REUSEPORT_LB constant. SO_REUSEPORT_LB is, in fact, closer to the classical Linux's SO_REUSEPORT. Close GH-11038 |
#
9a250cc9 |
| 25-Mar-2023 |
Ilija Tovilo |
Add separate static property through trait if parent already declares it Fixes GH-10935 Closes GH-10937 |
#
0a169cbd |
| 03-Apr-2023 |
Máté Kocsis |
Add forgotten upgrading note for the Readonly amendments RFC |
#
717f460f |
| 29-Mar-2023 |
David CARLIER |
ext/posix: posix_eaccess little update and forgotten UPGRADING entry. (#10965) |
#
2da29970 |
| 21-Mar-2023 |
David CARLIER |
ext/intl IntlChar::enumCharNames changes the signature to void. Close GH-10904 |
#
7623bf0b |
| 09-Mar-2023 |
David Carlier |
ext/intl: breakiterator::setText returns false on failure. Close GH-10820 |
#
61e98bf3 |
| 23-Mar-2023 |
Ilija Tovilo |
Disallow parent dir components (..) in open_basedir() at runtime Fix GH-10469 Closes GH-10913 |
#
bf64342d |
| 16-Mar-2023 |
Alex Dowad |
Update NEWS and UPGRADING to reflect changes in 0ce755be26 |
#
feb82d91 |
| 15-Mar-2023 |
David CARLIER |
pgsql_insert fix unit tests (#10860) |
#
90a39fd5 |
| 14-Mar-2023 |
David Carlier |
ext/mysqi: mysqli_poll raises a ValueError on absent 1st and 2ng arguments. |
#
974a3d84 |
| 11-Mar-2023 |
David Carlier |
ext/mysqli/pgsql: mysqli_fetch_object/pgsql_fetch_object raises ValueError on constructor args error. Closes GH-10832. |
#
f0495855 |
| 10-Mar-2023 |
Kévin Dunglas |
feat: enable Zend Max Execution Timers by default in 8.3 (#10778) |
#
45677081 |
| 05-Mar-2023 |
David Carlier |
ext/intl: dateformatter settimezone changes on success, returning true like setcalendar. Closes GH-10790 |
#
67b5e6b8 |
| 07-Mar-2023 |
George Peter Banyard |
[skip ci] Update UPGRADING for saner array_(sum|product)() RFC |
#
02ec4c50 |
| 28-Feb-2023 |
David Carlier |
Fix GH-10727: Spoofchecker constant updates. - Adding MIXED_NUMBERS from ICU 58. - Adding HIDDEN_OVERLAY from ICU 62. Closes GH-10730. |
#
fbaa2eb0 |
| 27-Feb-2023 |
David CARLIER |
ext/sockets: add TCP_REPAIR to silently close a connection. Closes GH-10724. |
#
e1967ca9 |
| 25-Feb-2023 |
othercorey |
Change DOMCharacterData::appendData return type to true (#10690) |
#
8995f602 |
| 17-Feb-2023 |
Alex Dowad |
mb_decode_mimeheader obeys RFC 2047 regarding underscores and QPrint encoding |
#
25d6c932 |
| 06-Jan-2023 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Fix GH-10239: proc_close after proc_get_status always returns -1 The waitpid function only works once when a process is exited. Cache the result so subsequent status reads succeed.
Fix GH-10239: proc_close after proc_get_status always returns -1 The waitpid function only works once when a process is exited. Cache the result so subsequent status reads succeed. Closes GH-10250
show more ...
|
#
821fc55a |
| 22-Feb-2023 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Implement GH-9826: Make class_alias() work with internal classes (#10483) We can't increase the refcount of internal classes during request time. To work around this problem we simply do
Implement GH-9826: Make class_alias() work with internal classes (#10483) We can't increase the refcount of internal classes during request time. To work around this problem we simply don't refcount aliases anymore and add a check in the destruction to skip aliases entirely. There were also some checks which checked for an alias implicitly by comparing the refcount, these have been replaced by checking the type of the zval instead.
show more ...
|
#
1e769bd1 |
| 20-Feb-2023 |
George Peter Banyard |
[skip ci] Add FFI BC to UPGRADING Follow-up on commit 851e4623f58926ff387c43960ab5c31e09701c51 |