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:
b20688d
)
- fix build
author
Michael Wallner
<mike@php.net>
Mon, 26 Dec 2005 18:30:36 +0000
(18:30 +0000)
committer
Michael Wallner
<mike@php.net>
Mon, 26 Dec 2005 18:30:36 +0000
(18:30 +0000)
php_http.h
patch
|
blob
|
history
diff --git
a/php_http.h
b/php_http.h
index 6586d06229a848b4ef73ab33872c731ff43c2aa0..b0a0a149d5e74798854485fcb7c29d7ba1f82004 100644
(file)
--- a/
php_http.h
+++ b/
php_http.h
@@
-56,8
+56,6
@@
extern zend_module_entry http_module_entry;
extern int http_module_number;
-ZEND_EXTERN_MODULE_GLOBALS(http);
-
ZEND_BEGIN_MODULE_GLOBALS(http)
struct _http_globals_etag {
@@
-107,6
+105,8
@@
ZEND_BEGIN_MODULE_GLOBALS(http)
ZEND_END_MODULE_GLOBALS(http)
+ZEND_EXTERN_MODULE_GLOBALS(http);
+
#ifdef ZTS
# include "TSRM.h"
# define HTTP_G(v) TSRMG(http_globals_id, zend_http_globals *, v)