We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711bd0a commit fa07a9cCopy full SHA for fa07a9c
sapi/phpdbg/phpdbg.c
@@ -272,7 +272,7 @@ static PHP_MSHUTDOWN_FUNCTION(phpdbg) /* {{{ */
272
static PHP_RINIT_FUNCTION(phpdbg) /* {{{ */
273
{
274
/* deactivate symbol table caching to have these properly destroyed upon stack leaving (especially important for watchpoints) */
275
- EG(symtable_cache_limit) = EG(symtable_cache) - 1;
+ EG(symtable_cache_limit) = EG(symtable_cache);
276
277
return SUCCESS;
278
} /* }}} */
0 commit comments