1
0
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:
Daniel Scherzer
2026-01-26 00:33:04 -08:00
committed by GitHub
parent 964d087227
commit d9ccf782a8
+3
View File
@@ -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).