File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ PHP NEWS
26
26
. Adjusted closure names to include the parent function's name. (timwolla)
27
27
. Improve randomness of uploaded file names and files created by tempnam().
28
28
(Arnaud)
29
+ . Added gc and shutdown callbacks to zend_mm custom handlers.
30
+ (Florian Engelhardt).
29
31
30
32
- Curl:
31
33
. 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
65
65
void (**_free)(void* ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
66
66
void* (**_realloc)(void*, size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC))
67
67
68
+ * Added gc and shutdown custom handlers, settable via
69
+ zend_mm_set_custom_handlers_ex()
70
+
68
71
* __zend_malloc() has changed their signature from
69
72
void(*)(size_t) to
70
73
void(*)(size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC)
You can’t perform that action at this time.
0 commit comments