X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.c;h=0bf09ac775a44c39584e5ef5faae926a67c31ece;hp=f7a0b8698f03012f2d8460532fcdb37504ea5649;hb=03f11ce599fa5a89148d588caf6ccec7f939e9d4;hpb=69b0fc68b1a2181b115b110f5c37610c540ad3b6 diff --git a/php_http.c b/php_http.c index f7a0b86..0bf09ac 100644 --- a/php_http.c +++ b/php_http.c @@ -117,14 +117,6 @@ static inline void php_http_globals_free(zend_php_http_globals *G TSRMLS_DC) } #endif -#if ZTS && PHP_DEBUG && !HAVE_GCOV -zend_php_http_globals *php_http_globals(void) -{ - TSRMLS_FETCH(); - return PHP_HTTP_G; -} -#endif - PHP_INI_BEGIN() STD_PHP_INI_ENTRY("http.etag.mode", "crc32b", PHP_INI_ALL, OnUpdateString, env.etag_mode, zend_php_http_globals, php_http_globals) PHP_INI_END()