This commit is contained in:
krakjoe 2013-11-10 11:35:59 +00:00
parent 6df19b3aa2
commit b978c20f63
5 changed files with 92 additions and 18 deletions

View file

@ -38,8 +38,9 @@
ZEND_BEGIN_MODULE_GLOBALS(phpdbg)
HashTable breaks;
char *exec; /* file to execute */
size_t exec_len; /* size of exec */
char *exec; /* file to execute */
size_t exec_len; /* size of exec */
zend_op_array *ops; /* op_array */
ZEND_END_MODULE_GLOBALS(phpdbg)
#include "phpdbg_prompt.h"