We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d7641 commit 42fbfadCopy full SHA for 42fbfad
UPGRADING
@@ -588,6 +588,8 @@ PHP 8.5 UPGRADE NOTES
588
. The high resolution timer (`hrtime()`) on macOS now uses the recommended
589
`clock_gettime_nsec_np(CLOCK_UPTIME_RAW)` API instead of
590
`mach_absolute_time()`.
591
+ . Destructors are now invoked correctly after bailout, to match the behavior
592
+ of shutdown handlers.
593
594
- CLI/CGI:
595
. The `-z` or `--zend-extension` option has been removed as it was
0 commit comments