File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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).
You can’t perform that action at this time.
0 commit comments