From 5ca078779a7cde0f3a4a9b0cc8b77abd5177a1d7 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Tue, 25 Mar 2003 08:07:13 +0000 Subject: Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32. --- main/php_variables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php_variables.c') diff --git a/main/php_variables.c b/main/php_variables.c index a47980371d..1c7ee890a3 100644 --- a/main/php_variables.c +++ b/main/php_variables.c @@ -454,7 +454,7 @@ PHPAPI int php_handle_special_queries(TSRMLS_D) if (php_info_logos(SG(request_info).query_string+1 TSRMLS_CC)) { return 1; } else if (!strcmp(SG(request_info).query_string+1, PHP_CREDITS_GUID)) { - php_print_credits(PHP_CREDITS_ALL); + php_print_credits(PHP_CREDITS_ALL TSRMLS_CC); return 1; } } -- cgit v1.2.1