diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2014-10-30 23:09:57 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2014-10-30 23:09:57 +0100 |
commit | 113f1fd6d5eb286c50f6cca003d18f847bc202cb (patch) | |
tree | 79113d44638ab2419bc2bc0253a7ecf0846347bc /sapi/phpdbg/phpdbg.h | |
parent | 067852ca615bd083e821a08dbc21c21e9d46306f (diff) | |
download | php-git-113f1fd6d5eb286c50f6cca003d18f847bc202cb.tar.gz |
Temporarily disable wait/xml protocol...
Diffstat (limited to 'sapi/phpdbg/phpdbg.h')
-rw-r--r-- | sapi/phpdbg/phpdbg.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |