1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 17:13:31 +02:00

[ci skip] NEWS

This commit is contained in:
Arnaud Le Blanc
2022-12-21 14:55:21 +01:00
parent d3a6eedf4a
commit 6de376a2b4

3
NEWS
View File

@@ -13,6 +13,9 @@ PHP NEWS
. Fixed bug GH-10112 (LDAP\Connection::__construct() refers to ldap_create()).
(cmb)
- Opcache:
. Fix inverted bailout value in zend_runtime_jit() (Max Kellermann).
- TSRM:
. Fixed Windows shmget() wrt. IPC_PRIVATE. (Tyson Andre)