mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
fix memory errors
This commit is contained in:
parent
9b30877d56
commit
a582d2793d
5 changed files with 63 additions and 40 deletions
5
phpdbg.c
5
phpdbg.c
|
@ -599,6 +599,11 @@ phpdbg_main:
|
|||
|
||||
/* print blurb */
|
||||
phpdbg_welcome((cleaning > 0) TSRMLS_CC);
|
||||
|
||||
zend_try {
|
||||
/* activate globals, they can be overwritten */
|
||||
zend_activate_auto_globals(TSRMLS_C);
|
||||
} zend_end_try();
|
||||
|
||||
/* initialize from file */
|
||||
zend_try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue