mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
MFH: Simplify previous patch.
This commit is contained in:
parent
a40b6f5c4f
commit
2fe7267d53
@ -1738,16 +1738,13 @@ consult the installation file that came with this distribution, or visit \n\
|
||||
php_get_highlight_struct(&syntax_highlighter_ini);
|
||||
zend_highlight(&syntax_highlighter_ini TSRMLS_CC);
|
||||
#if PHP_FASTCGI
|
||||
if (!fastcgi)
|
||||
#endif
|
||||
{
|
||||
fclose(file_handle.handle.fp);
|
||||
php_end_ob_buffers(1 TSRMLS_CC);
|
||||
if (fastcgi) {
|
||||
goto fastcgi_request_done;
|
||||
}
|
||||
}
|
||||
#if PHP_FASTCGI
|
||||
if (!fastcgi)
|
||||
#endif
|
||||
fclose(file_handle.handle.fp);
|
||||
php_end_ob_buffers(1 TSRMLS_CC);
|
||||
}
|
||||
return SUCCESS;
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user