From 3cc02533ae2022aa987ddf4cd372afbb472e4e91 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Wed, 22 Jul 2015 18:11:35 +0200 Subject: Add phpdbg_get_executable() (gets executable ops/lines) --- sapi/phpdbg/phpdbg_list.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sapi/phpdbg/phpdbg_list.h') diff --git a/sapi/phpdbg/phpdbg_list.h b/sapi/phpdbg/phpdbg_list.h index 3436ddd8fb..bfaef06248 100644 --- a/sapi/phpdbg/phpdbg_list.h +++ b/sapi/phpdbg/phpdbg_list.h @@ -47,6 +47,7 @@ typedef struct { #if HAVE_MMAP void *map; #endif + zend_op_array *op_array; uint lines; uint line[1]; } phpdbg_file_source; -- cgit v1.2.1