- toggle debugging flag
authorMichael Wallner <mike@php.net>
Mon, 7 Nov 2005 22:22:19 +0000 (22:22 +0000)
committerMichael Wallner <mike@php.net>
Mon, 7 Nov 2005 22:22:19 +0000 (22:22 +0000)
http_request_pool_api.c

index c3820c41ed305224063d91ce894855429e2c81ff..839cea2b515896573aa5bb187344302c5c3c8240 100644 (file)
@@ -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);