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:
committed by
Christoph M. Becker
parent
962baf771d
commit
dd9f47758e
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user