From 1d2920749011e34ac549f42e24234350681ad008 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Sat, 2 Feb 2013 12:32:32 +0100 Subject: [PATCH] disable PHP_RAPHF_DEBUG_PHANDLES --- php_raphf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_raphf.c b/php_raphf.c index c697801..5affe39 100644 --- a/php_raphf.c +++ b/php_raphf.c @@ -32,7 +32,7 @@ ZEND_DECLARE_MODULE_GLOBALS(raphf) typedef int STATUS; #ifndef PHP_RAPHF_DEBUG_PHANDLES -# define PHP_RAPHF_DEBUG_PHANDLES 1 +# define PHP_RAPHF_DEBUG_PHANDLES 0 #endif #if PHP_RAPHF_DEBUG_PHANDLES # undef inline -- 2.30.2