From: foobar Date: Fri, 10 Aug 2001 08:36:21 +0000 (+0000) Subject: killed compile warnings. X-Git-Tag: BEFORE_EXP_MERGE~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18c893d0df895bfb51c0305c60d6e09876b1b558;p=php killed compile warnings. --- diff --git a/sapi/apache2filter/php_functions.c b/sapi/apache2filter/php_functions.c index 7d1aa1bd08..ca3a212f81 100644 --- a/sapi/apache2filter/php_functions.c +++ b/sapi/apache2filter/php_functions.c @@ -38,7 +38,6 @@ static request_rec *php_apache_lookup_uri(INTERNAL_FUNCTION_PARAMETERS) { zval **p1; php_struct *ctx; - TSRMLS_FETCH(); if (ZEND_NUM_ARGS() != 1 || zend_get_parameters_ex(1, &p1) == FAILURE) return NULL; @@ -110,7 +109,6 @@ PHP_FUNCTION(get_all_headers) php_struct *ctx; apr_array_header_t *arr; char *key, *val; - TSRMLS_FETCH(); if (array_init(return_value) == FAILURE) { RETURN_FALSE;