From e5d75d72688fb047ab1dbc7b19e51fe4a3dc0fc9 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Wed, 28 Sep 2016 13:26:08 +0200 Subject: Add phpdbg generator command --- sapi/phpdbg/phpdbg_cmd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sapi/phpdbg/phpdbg_cmd.h') diff --git a/sapi/phpdbg/phpdbg_cmd.h b/sapi/phpdbg/phpdbg_cmd.h index cbf2a8793d..1ecfd62705 100644 --- a/sapi/phpdbg/phpdbg_cmd.h +++ b/sapi/phpdbg/phpdbg_cmd.h @@ -22,6 +22,7 @@ #define PHPDBG_CMD_H #include "TSRM.h" +#include "zend_generators.h" /* {{{ Command and Parameter */ enum { @@ -113,6 +114,7 @@ struct _phpdbg_command_t { typedef struct { int num; + zend_generator *generator; zend_execute_data *execute_data; } phpdbg_frame_t; /* }}} */ -- cgit v1.2.1