diff options
| author | Sebastian Bergmann <sebastian@php.net> | 2003-03-25 08:07:13 +0000 |
|---|---|---|
| committer | Sebastian Bergmann <sebastian@php.net> | 2003-03-25 08:07:13 +0000 |
| commit | 5ca078779a7cde0f3a4a9b0cc8b77abd5177a1d7 (patch) | |
| tree | 4aed82d43faf1aa9cf1f7080dcc1e0197542e9d3 /ext/standard/credits.c | |
| parent | b671380b6b5b6e1f4f235e810afa4199e989d2ba (diff) | |
| download | php-git-5ca078779a7cde0f3a4a9b0cc8b77abd5177a1d7.tar.gz | |
Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32.
Diffstat (limited to 'ext/standard/credits.c')
| -rw-r--r-- | ext/standard/credits.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/standard/credits.c b/ext/standard/credits.c index 45bcc6818b..6eaf65e72d 100644 --- a/ext/standard/credits.c +++ b/ext/standard/credits.c @@ -26,10 +26,8 @@ /* {{{ php_print_credits */ -PHPAPI void php_print_credits(int flag) +PHPAPI void php_print_credits(int flag TSRMLS_DC) { - TSRMLS_FETCH(); - if (flag & PHP_CREDITS_FULLPAGE) { php_print_info_htmlhead(TSRMLS_C); } |
