mirror of
https://github.com/php/php-src.git
synced 2026-04-26 01:18:19 +02:00
[8.5] NEWS: add some missing RFC entries (#20693)
This commit is contained in:
@@ -365,6 +365,8 @@ PHP NEWS
|
||||
non-printable characters in string literals). (nielsdos, WangYihang)
|
||||
. Fixed bug GH-17442 (Engine UAF with reference assign and dtor). (nielsdos)
|
||||
. Do not use RTLD_DEEPBIND if dlmopen is available. (Daniil Gentili)
|
||||
. Added #[\DelayedTargetValidation] attribute. (DanielEScherzer)
|
||||
. Support #[\Deprecated] on traits. (DanielEScherzer)
|
||||
|
||||
- BCMath:
|
||||
. Simplify `bc_divide()` code. (SakiTakamachi)
|
||||
@@ -456,6 +458,7 @@ PHP NEWS
|
||||
(kocsismate)
|
||||
. Fixed bug GH-16993 (filter_var_array with FILTER_VALIDATE_INT|FILTER_NULL_ON_FAILURE
|
||||
should emit warning for invalid filter usage). (alexandre-daubois)
|
||||
. Added FILTER_THROW_ON_FAILURE flag. (DanielEScherzer)
|
||||
|
||||
- FPM:
|
||||
. Fixed bug GH-19817 (Decode SCRIPT_FILENAME issue in php 8.5).
|
||||
|
||||
Reference in New Issue
Block a user