From: foobar Date: Wed, 13 Aug 2003 10:35:14 +0000 (+0000) Subject: Disable the debugging to prevent the tests from failing. X-Git-Tag: RELEASE_0_7~685 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e86d5324309aa8cfa110ace0c8184d3322c5ffbe;p=php Disable the debugging to prevent the tests from failing. --- diff --git a/ext/interbase/interbase.c b/ext/interbase/interbase.c index b72f1b20ef..fdf9bcc123 100644 --- a/ext/interbase/interbase.c +++ b/ext/interbase/interbase.c @@ -82,8 +82,8 @@ A lot... */ #endif #ifdef ZEND_DEBUG -#define IBDEBUG(a) php_printf("::: %s (%d)\n", a, __LINE__); -/* #define IBDEBUG(a) */ +/* #define IBDEBUG(a) php_printf("::: %s (%d)\n", a, __LINE__); */ +#define IBDEBUG(a) #else #define IBDEBUG(a) #endif