]> granicus.if.org Git - php/commitdiff
killed compile warnings.
authorfoobar <sniper@php.net>
Fri, 10 Aug 2001 08:36:21 +0000 (08:36 +0000)
committerfoobar <sniper@php.net>
Fri, 10 Aug 2001 08:36:21 +0000 (08:36 +0000)
sapi/apache2filter/php_functions.c

index 7d1aa1bd08556a4af6eedb294eb6d02ecd31f621..ca3a212f81b56dfb607e8b412db8e80d7726055a 100644 (file)
@@ -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;