Skip to content

Commit 43cba78

Browse files
[8.5] NEWS: add some missing RFC entries
1 parent 3e7710c commit 43cba78

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
@@ -234,6 +234,8 @@ PHP NEWS
234234
non-printable characters in string literals). (nielsdos, WangYihang)
235235
. Fixed bug GH-17442 (Engine UAF with reference assign and dtor). (nielsdos)
236236
. Do not use RTLD_DEEPBIND if dlmopen is available. (Daniil Gentili)
237+
. Added #[\DelayedTargetValidation] attribute. (DanielEScherzer)
238+
. Support #[\Deprecated] on traits. (DanielEScherzer)
237239

238240
- BCMath:
239241
. Simplify `bc_divide()` code. (SakiTakamachi)
@@ -325,6 +327,7 @@ PHP NEWS
325327
(kocsismate)
326328
. Fixed bug GH-16993 (filter_var_array with FILTER_VALIDATE_INT|FILTER_NULL_ON_FAILURE
327329
should emit warning for invalid filter usage). (alexandre-daubois)
330+
. Added FILTER_THROW_ON_FAILURE flag. (DanielEScherzer)
328331

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

0 commit comments

Comments
 (0)