summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_rinit_hook.c
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2014-10-30 23:09:57 +0100
committerBob Weinand <bobwei9@hotmail.com>2014-10-30 23:09:57 +0100
commit113f1fd6d5eb286c50f6cca003d18f847bc202cb (patch)
tree79113d44638ab2419bc2bc0253a7ecf0846347bc /sapi/phpdbg/phpdbg_rinit_hook.c
parent067852ca615bd083e821a08dbc21c21e9d46306f (diff)
downloadphp-git-113f1fd6d5eb286c50f6cca003d18f847bc202cb.tar.gz
Temporarily disable wait/xml protocol...
Diffstat (limited to 'sapi/phpdbg/phpdbg_rinit_hook.c')
-rw-r--r--sapi/phpdbg/phpdbg_rinit_hook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_rinit_hook.c b/sapi/phpdbg/phpdbg_rinit_hook.c
index acbdfb6f25..11bd5c99b1 100644
--- a/sapi/phpdbg/phpdbg_rinit_hook.c
+++ b/sapi/phpdbg/phpdbg_rinit_hook.c
@@ -52,7 +52,7 @@ static PHP_RINIT_FUNCTION(phpdbg_webhelper) /* {{{ */
return SUCCESS;
}
-#ifndef _WIN32
+#if PHPDBG_IN_DEV
{
struct sockaddr_un sock;
int s = socket(AF_UNIX, SOCK_STREAM, 0);