summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-08-10 08:36:21 +0000
committerfoobar <sniper@php.net>2001-08-10 08:36:21 +0000
commit18c893d0df895bfb51c0305c60d6e09876b1b558 (patch)
tree0b039fd4c86ba93666198c1eb5e7797a44ae3ea9
parent9e0ad17dc46c1b23de7f363b7739e33254eebf34 (diff)
downloadphp-git-18c893d0df895bfb51c0305c60d6e09876b1b558.tar.gz
killed compile warnings.
-rw-r--r--sapi/apache2filter/php_functions.c2
1 files changed, 0 insertions, 2 deletions
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;