Merge R_2_5
[m6w6/ext-http] / php_http.c
index 6d4384d71133a22095cef60e3b5a1237057b7ac8..f9bb4d09c886f4e049e852d9b983e38194821eee 100644 (file)
@@ -106,11 +106,11 @@ static void php_http_globals_init_once(zend_php_http_globals *G)
 }
 
 #if 0
-static inline void php_http_globals_init(zend_php_http_globals *G TSRMLS_DC)
+static inline void php_http_globals_init(zend_php_http_globals *G)
 {
 }
 
-static inline void php_http_globals_free(zend_php_http_globals *G TSRMLS_DC)
+static inline void php_http_globals_free(zend_php_http_globals *G)
 {
 }
 #endif