Skip to content

Commit dc477b5

Browse files
committed
[ci skip] NEWS for GH-13432
1 parent f4557b4 commit dc477b5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

UPGRADING.INTERNALS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)