From 6b3228fda452e3ff53b8b0bd87f74c6d5ceafa6d Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Mon, 24 Aug 2015 12:28:35 +0100 Subject: Fix oplog with eval()ed code --- 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 ed18e7ba55..01b0cbb3ca 100644 --- a/sapi/phpdbg/phpdbg.h +++ b/sapi/phpdbg/phpdbg.h @@ -265,6 +265,7 @@ ZEND_BEGIN_MODULE_GLOBALS(phpdbg) zend_op_array *(*compile_file)(zend_file_handle *file_handle, int type); zend_op_array *(*init_compile_file)(zend_file_handle *file_handle, int type); + zend_op_array *(*compile_string)(zval *source_string, char *filename); HashTable file_sources; FILE *oplog; /* opline log */ -- cgit v1.2.1