File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -266,8 +266,8 @@ PHP 8.5 UPGRADE NOTES
266266 be used.
267267 RFC: https://wiki.php.net/rfc/deprecations_php_8_4
268268 . Trying to produce output (e.g. with `echo`) within a user output handler
269- is deprecated. The deprecation warning will bypass the handler with the bad
270- return to ensure it is visible; if there are nested output handlers the next
269+ is deprecated. The deprecation warning will bypass the handler producing the
270+ output to ensure it is visible; if there are nested output handlers the next
271271 one will still be used. If a user output handler returns a non-string and
272272 produces output, a single combined deprecation message is used.
273273 RFC: https://wiki.php.net/rfc/deprecations_php_8_4
You can’t perform that action at this time.
0 commit comments