1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 10:33:11 +02:00

[ci skip] NEWS

This commit is contained in:
Arnaud Le Blanc
2022-08-01 19:34:28 +02:00
parent 874b861a38
commit 5d5d9796fc

4
NEWS
View File

@@ -31,6 +31,10 @@ PHP NEWS
. Declared Transliterator::$id as readonly to unlock subclassing it. (Nicolas
Grekas)
- OPcache:
. Fixed bug GH-9164 (Segfault in zend_accel_class_hash_copy).
(Arnaud, Sergei Turchanov)
- PCNTL:
. Fixed pcntl_(get|set)priority error handling for MacOS. (Juan Morales)