mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Remove duplicate TSRMLS_FETCH() call.
This commit is contained in:
parent
bffbe675f9
commit
b5763a70a6
1 changed files with 0 additions and 1 deletions
|
@ -310,7 +310,6 @@ static void php_apache_log_message(char *message)
|
||||||
static void php_apache_request_shutdown(void *dummy)
|
static void php_apache_request_shutdown(void *dummy)
|
||||||
{
|
{
|
||||||
TSRMLS_FETCH();
|
TSRMLS_FETCH();
|
||||||
TSRMLS_FETCH();
|
|
||||||
|
|
||||||
php_output_set_status(0);
|
php_output_set_status(0);
|
||||||
SG(server_context) = NULL; /* The server context (request) is invalid by the time run_cleanups() is called */
|
SG(server_context) = NULL; /* The server context (request) is invalid by the time run_cleanups() is called */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue