From 7ef4cdf47103c0eb348b351ba5da7c1cfc93dd58 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Tue, 13 Apr 2010 11:02:15 +0000 Subject: Remove a couple TSRMLS_FETCH() calls around ext/main/sapi --- sapi/apache/php_apache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sapi/apache/php_apache.c') diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index 8faa6f34f0..20a5160935 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -533,14 +533,14 @@ PHP_FUNCTION(apache_lookup_uri) #if 0 +/* This function is most likely a bad idea. Just playing with it for now. - +*/ PHP_FUNCTION(apache_exec_uri) { char *filename; int filename_len; request_rec *rr=NULL; - TSRMLS_FETCH(); if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &filename, &filename_len) == FAILURE) { return; -- cgit v1.2.1