File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ PHP NEWS
57
57
. Add missing filter cleanups on phar failure. (nielsdos)
58
58
. Fixed bug GH-18642 (Signed integer overflow in ext/phar fseek). (nielsdos)
59
59
60
+ - PHPDBG:
61
+ . Fix 'phpdbg --help' segfault on shutdown with USE_ZEND_ALLOC=0. (nielsdos)
62
+
60
63
- PGSQL:
61
64
. Fix warning not being emitted when failure to cancel a query with
62
65
pg_cancel_query(). (Girgias)
Original file line number Diff line number Diff line change @@ -180,12 +180,6 @@ static PHP_MSHUTDOWN_FUNCTION(phpdbg) /* {{{ */
180
180
phpdbg_notice ("Script ended normally" );
181
181
}
182
182
183
- /* hack to restore mm_heap->use_custom_heap in order to receive memory leak info */
184
- if (use_mm_wrappers ) {
185
- /* ASSUMING that mm_heap->use_custom_heap is the first element of the struct ... */
186
- * (int * ) zend_mm_get_heap () = 0 ;
187
- }
188
-
189
183
if (PHPDBG_G (buffer )) {
190
184
free (PHPDBG_G (buffer ));
191
185
PHPDBG_G (buffer ) = NULL ;
You can’t perform that action at this time.
0 commit comments