mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
+compile
This commit is contained in:
parent
6df19b3aa2
commit
b978c20f63
5 changed files with 92 additions and 18 deletions
5
phpdbg.h
5
phpdbg.h
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue