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_rinit_hook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/phpdbg/phpdbg_rinit_hook.c') 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); -- cgit v1.2.1