From f83ee6a05d9b0213ba43831a5c55ad7992a825c0 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Tue, 21 Apr 2015 12:31:43 +0200 Subject: Add next command / Fix recursion/exceptions with u/F/L --- sapi/phpdbg/phpdbg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sapi/phpdbg/phpdbg.h') diff --git a/sapi/phpdbg/phpdbg.h b/sapi/phpdbg/phpdbg.h index c636a7c791..6de6e9e2b8 100644 --- a/sapi/phpdbg/phpdbg.h +++ b/sapi/phpdbg/phpdbg.h @@ -232,6 +232,7 @@ ZEND_BEGIN_MODULE_GLOBALS(phpdbg) HashTable bp[PHPDBG_BREAK_TABLES]; /* break points */ HashTable registered; /* registered */ HashTable seek; /* seek oplines */ + zend_execute_data *seek_ex; /* call frame of oplines to seek to */ phpdbg_frame_t frame; /* frame */ uint32_t last_line; /* last executed line */ -- cgit v1.2.1