1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 07:28:09 +02:00

Declare Transliterator::$id as readonly to unlock subclassing it

Closes GH-9167.
This commit is contained in:
Nicolas Grekas
2022-07-27 15:15:45 +02:00
committed by Christoph M. Becker
parent 962baf771d
commit dd9f47758e
5 changed files with 36 additions and 67 deletions
+4
View File
@@ -23,6 +23,10 @@ PHP NEWS
. Fixed bug GH-9090 (Support assigning function pointers in FFI). (Adam
Saponara)
- Intl:
. Declared Transliterator::$id as readonly to unlock subclassing it. (Nicolas
Grekas)
- PCNTL:
. Fixed pcntl_(get|set)priority error handling for MacOS. (Juan Morales)