From 113f1fd6d5eb286c50f6cca003d18f847bc202cb Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Thu, 30 Oct 2014 23:09:57 +0100 Subject: Temporarily disable wait/xml protocol... --- sapi/phpdbg/phpdbg.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sapi/phpdbg/phpdbg.h') diff --git a/sapi/phpdbg/phpdbg.h b/sapi/phpdbg/phpdbg.h index a9be80436e..a0ba75e4d4 100644 --- a/sapi/phpdbg/phpdbg.h +++ b/sapi/phpdbg/phpdbg.h @@ -21,6 +21,8 @@ #ifndef PHPDBG_H #define PHPDBG_H +#define PHPDBG_IN_DEV 0 + #ifdef PHP_WIN32 # define PHPDBG_API __declspec(dllexport) #elif defined(__GNUC__) && __GNUC__ >= 4 -- cgit v1.2.1