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:
bf7e7f7
)
- fix build --without-http-curl-requests
author
Michael Wallner
<mike@php.net>
Wed, 25 Oct 2006 07:27:39 +0000
(07:27 +0000)
committer
Michael Wallner
<mike@php.net>
Wed, 25 Oct 2006 07:27:39 +0000
(07:27 +0000)
http_request_info.c
patch
|
blob
|
history
diff --git
a/http_request_info.c
b/http_request_info.c
index 71bd4fc21ed5c433d953c98b28ea4ef5b8f6d2af..69770ae3cc5801af6828237eb91d2d5bd0eafb47 100644
(file)
--- a/
http_request_info.c
+++ b/
http_request_info.c
@@
-15,6
+15,7
@@
#define HTTP_WANT_CURL
#include "php_http.h"
+#ifdef HTTP_HAVE_CURL
#include "php_http_request_api.h"
/* {{{ void http_request_info(http_request *, HashTable *) */
@@
-128,6
+129,8
@@
PHP_HTTP_API void _http_request_info(http_request *request, HashTable *info)
}
/* }}} */
+#endif /* HTTP_HAVE_CURL */
+
/*
* Local variables:
* tab-width: 4