mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove always true condition
This commit is contained in:
parent
7761c819bf
commit
535497cb97
1 changed files with 2 additions and 4 deletions
|
@ -2417,10 +2417,8 @@ consult the installation file that came with this distribution, or visit \n\
|
|||
php_module_shutdown();
|
||||
return FAILURE;
|
||||
}
|
||||
if (no_headers) {
|
||||
SG(headers_sent) = 1;
|
||||
SG(request_info).no_headers = 1;
|
||||
}
|
||||
SG(headers_sent) = 1;
|
||||
SG(request_info).no_headers = 1;
|
||||
#if ZEND_DEBUG
|
||||
php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2018 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue