From bdeb220f48825642f84cdbf3ff23a30613c92e86 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sat, 13 Dec 2014 23:06:14 +0100 Subject: first shot remove TSRMLS_* things --- ext/standard/credits.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/standard/credits.c') diff --git a/ext/standard/credits.c b/ext/standard/credits.c index 1aeff9e679..27cfac37a5 100644 --- a/ext/standard/credits.c +++ b/ext/standard/credits.c @@ -25,10 +25,10 @@ #define CREDIT_LINE(module, authors) php_info_print_table_row(2, module, authors) -PHPAPI void php_print_credits(int flag TSRMLS_DC) /* {{{ */ +PHPAPI void php_print_credits(int flag) /* {{{ */ { if (!sapi_module.phpinfo_as_text && flag & PHP_CREDITS_FULLPAGE) { - php_print_info_htmlhead(TSRMLS_C); + php_print_info_htmlhead(); } if (!sapi_module.phpinfo_as_text) { -- cgit v1.2.1