mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[skip ci] Fix NEWS reflection category
This commit is contained in:
parent
18df69ee34
commit
407bc092db
1 changed files with 4 additions and 2 deletions
6
NEWS
6
NEWS
|
@ -16,8 +16,6 @@ PHP NEWS
|
|||
property. (ilutov)
|
||||
. Fixed bug GH-15693 (Unnecessary include in main.c bloats binary).
|
||||
(nielsdos)
|
||||
. Fixed bug GH-15718 (Segfault on ReflectionProperty::get{Hook,Hooks}() on
|
||||
dynamic properties). (DanielEScherzer)
|
||||
|
||||
- DOM:
|
||||
. Fixed bug GH-13988 (Storing DOMElement consume 4 times more memory in
|
||||
|
@ -38,6 +36,10 @@ PHP NEWS
|
|||
- PDO_Firebird:
|
||||
. Fixed GH-15604 (Always make input parameters nullable). (sim1984)
|
||||
|
||||
- Reflection:
|
||||
. Fixed bug GH-15718 (Segfault on ReflectionProperty::get{Hook,Hooks}() on
|
||||
dynamic properties). (DanielEScherzer)
|
||||
|
||||
- Standard:
|
||||
. Fixed bug GH-15552 (Signed integer overflow in ext/standard/scanf.c). (cmb)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue