X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.c;h=f9bb4d09c886f4e049e852d9b983e38194821eee;hp=6d4384d71133a22095cef60e3b5a1237057b7ac8;hb=4bf1b4570329514fa00dc68c6e02f581c3792d73;hpb=468e8d748d365811af4ce890fd8fc4c1f88cc08a diff --git a/php_http.c b/php_http.c index 6d4384d..f9bb4d0 100644 --- a/php_http.c +++ b/php_http.c @@ -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