]> granicus.if.org Git - php/commitdiff
Merge phpdbg into PHP-5.6
authorBob Weinand <bobwei9@hotmail.com>
Tue, 28 Oct 2014 22:06:50 +0000 (23:06 +0100)
committerBob Weinand <bobwei9@hotmail.com>
Tue, 28 Oct 2014 22:06:50 +0000 (23:06 +0100)
phpdbg_wait.c

index a8c7dd49cb2705ffd632ac2eaccf3cfd0d841a64..3f5ee24faaf8e79000a211b18ecf47f0e26a7468 100644 (file)
@@ -366,7 +366,6 @@ void phpdbg_webdata_decompress(char *msg, int len TSRMLS_DC) {
 
 PHPDBG_COMMAND(wait) /* {{{ */
 {
-#ifdef HAVE_JSON
        struct sockaddr_un local, remote;
        int rlen, sr, sl;
        unlink(PHPDBG_G(socket_path));
@@ -418,5 +417,4 @@ PHPDBG_COMMAND(wait) /* {{{ */
        phpdbg_notice("wait", "import=\"success\"", "Successfully imported request data, stopped before executing");
 
        return SUCCESS;
-#endif
 } /* }}} */