projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
562c994
)
- toggle debugging flag
author
Michael Wallner
<mike@php.net>
Mon, 7 Nov 2005 22:22:19 +0000
(22:22 +0000)
committer
Michael Wallner
<mike@php.net>
Mon, 7 Nov 2005 22:22:19 +0000
(22:22 +0000)
http_request_pool_api.c
patch
|
blob
|
history
diff --git
a/http_request_pool_api.c
b/http_request_pool_api.c
index c3820c41ed305224063d91ce894855429e2c81ff..839cea2b515896573aa5bb187344302c5c3c8240 100644
(file)
--- 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);