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:
62a8d0c
)
- attempt to fix hash dep check
author
Michael Wallner
<mike@php.net>
Mon, 24 Jul 2006 22:27:46 +0000
(22:27 +0000)
committer
Michael Wallner
<mike@php.net>
Mon, 24 Jul 2006 22:27:46 +0000
(22:27 +0000)
php_http.h
patch
|
blob
|
history
diff --git
a/php_http.h
b/php_http.h
index dd49c6cfe6216760dff0d3e4ad259c2f41c290ce..2f0cf52c64a7328b7270d827b517f56468dd2404 100644
(file)
--- a/
php_http.h
+++ b/
php_http.h
@@
-151,7
+151,7
@@
ZEND_EXTERN_MODULE_GLOBALS(http);
# define HTTP_HAVE_SESSION
#endif
-#if defined(HAVE_HASH_EXT) && (HTTP_SHARED_DEPS || !defined(COMPILE_DL_HASH)
&& defined(HTTP_HAVE_PHP_HASH_H)
)
+#if defined(HAVE_HASH_EXT) && (HTTP_SHARED_DEPS || !defined(COMPILE_DL_HASH)
) && defined(HTTP_HAVE_PHP_HASH_H
)
# define HTTP_HAVE_HASH
#endif