Skip to content

Commit 42fbfad

Browse files
committed
Bump UPGRADING
1 parent 02d7641 commit 42fbfad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,8 @@ PHP 8.5 UPGRADE NOTES
588588
. The high resolution timer (`hrtime()`) on macOS now uses the recommended
589589
`clock_gettime_nsec_np(CLOCK_UPTIME_RAW)` API instead of
590590
`mach_absolute_time()`.
591+
. Destructors are now invoked correctly after bailout, to match the behavior
592+
of shutdown handlers.
591593

592594
- CLI/CGI:
593595
. The `-z` or `--zend-extension` option has been removed as it was

0 commit comments

Comments
 (0)