File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ PHP NEWS
2626 . Adjusted closure names to include the parent function's name. (timwolla)
2727 . Improve randomness of uploaded file names and files created by tempnam().
2828 (Arnaud)
29+ . Added gc and shutdown callbacks to zend_mm custom handlers.
30+ (Florian Engelhardt).
2931
3032- Curl:
3133 . Deprecated the CURLOPT_BINARYTRANSFER constant. (divinity76)
Original file line number Diff line number Diff line change @@ -65,6 +65,9 @@ PHP 8.4 INTERNALS UPGRADE NOTES
6565 void (**_free)(void* ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
6666 void* (**_realloc)(void*, size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC))
6767
68+ * Added gc and shutdown custom handlers, settable via
69+ zend_mm_set_custom_handlers_ex()
70+
6871* __zend_malloc() has changed their signature from
6972 void(*)(size_t) to
7073 void(*)(size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC)
You can’t perform that action at this time.
0 commit comments