- More work on file:line breakpoint

This commit is contained in:
Felipe Pena 2013-11-10 13:11:56 -02:00
commit 23cfc8ed35
6 changed files with 115 additions and 27 deletions

View file

@ -26,6 +26,7 @@ void (*zend_execute_internal_old)(zend_execute_data *execute_data_ptr, zend_fcal
static inline void php_phpdbg_globals_ctor(zend_phpdbg_globals *pg) {
pg->exec = NULL;
pg->ops = NULL;
pg->stepping = 0;
}
static PHP_MINIT_FUNCTION(phpdbg) {