fix memory errors

This commit is contained in:
krakjoe 2013-11-18 21:59:42 +00:00
parent 9b30877d56
commit a582d2793d
5 changed files with 63 additions and 40 deletions

View file

@ -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 {