Let phpdbg refused to be compiled with no CALL zend vm kind

This commit is contained in:
Xinchen Hui 2015-03-16 17:10:26 +08:00
parent 8247f49fb2
commit 50e4033475

View File

@ -42,6 +42,10 @@
#include "phpdbg_wait.h"
#include "phpdbg_eol.h"
#if ZEND_VM_KIND != ZEND_VM_KIND_CALL
#error "phpdbg can only be built with CALL zend vm kind"
#endif
ZEND_EXTERN_MODULE_GLOBALS(phpdbg);
extern int phpdbg_startup_run;