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
5757 . Add missing filter cleanups on phar failure. (nielsdos)
5858 . Fixed bug GH-18642 (Signed integer overflow in ext/phar fseek). (nielsdos)
5959
60+ - PHPDBG:
61+ . Fix 'phpdbg --help' segfault on shutdown with USE_ZEND_ALLOC=0. (nielsdos)
62+
6063- PGSQL:
6164 . Fix warning not being emitted when failure to cancel a query with
6265 pg_cancel_query(). (Girgias)
Original file line number Diff line number Diff line change @@ -180,12 +180,6 @@ static PHP_MSHUTDOWN_FUNCTION(phpdbg) /* {{{ */
180180 phpdbg_notice ("Script ended normally" );
181181 }
182182
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-
189183 if (PHPDBG_G (buffer )) {
190184 free (PHPDBG_G (buffer ));
191185 PHPDBG_G (buffer ) = NULL ;
You can’t perform that action at this time.
0 commit comments