Skip to content

Commit d9ccf78

Browse files
[8.5] NEWS: add some missing RFC entries (#20693)
1 parent 964d087 commit d9ccf78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,8 @@ PHP NEWS
365365
non-printable characters in string literals). (nielsdos, WangYihang)
366366
. Fixed bug GH-17442 (Engine UAF with reference assign and dtor). (nielsdos)
367367
. Do not use RTLD_DEEPBIND if dlmopen is available. (Daniil Gentili)
368+
. Added #[\DelayedTargetValidation] attribute. (DanielEScherzer)
369+
. Support #[\Deprecated] on traits. (DanielEScherzer)
368370

369371
- BCMath:
370372
. Simplify `bc_divide()` code. (SakiTakamachi)
@@ -456,6 +458,7 @@ PHP NEWS
456458
(kocsismate)
457459
. Fixed bug GH-16993 (filter_var_array with FILTER_VALIDATE_INT|FILTER_NULL_ON_FAILURE
458460
should emit warning for invalid filter usage). (alexandre-daubois)
461+
. Added FILTER_THROW_ON_FAILURE flag. (DanielEScherzer)
459462

460463
- FPM:
461464
. Fixed bug GH-19817 (Decode SCRIPT_FILENAME issue in php 8.5).

0 commit comments

Comments
 (0)