From: Michael Wallner Date: Mon, 7 Nov 2005 22:22:19 +0000 (+0000) Subject: - toggle debugging flag X-Git-Tag: RELEASE_0_18_0~29 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=dec77e7f26b565cbd399c6a73357e3abbcf1e423 - toggle debugging flag --- diff --git a/http_request_pool_api.c b/http_request_pool_api.c index c3820c4..839cea2 100644 --- a/http_request_pool_api.c +++ b/http_request_pool_api.c @@ -28,7 +28,7 @@ #include "php_http_requestpool_object.h" #ifndef HTTP_DEBUG_REQPOOLS -# define HTTP_DEBUG_REQPOOLS 1 +# define HTTP_DEBUG_REQPOOLS 0 #endif ZEND_EXTERN_MODULE_GLOBALS(http);