mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
- Revert changed to implicit_flush behavior. The new behavior was not
intended in the first place.
This commit is contained in:
parent
5084c5ecfc
commit
9b517c4b93
4 changed files with 7 additions and 13 deletions
|
@ -466,6 +466,7 @@ int main(int argc, char *argv[])
|
|||
SG(options) |= SAPI_OPTION_NO_CHDIR;
|
||||
zend_alter_ini_entry("register_argc_argv", 19, "1", 1, PHP_INI_SYSTEM, PHP_INI_STAGE_ACTIVATE);
|
||||
zend_alter_ini_entry("html_errors", 12, "0", 1, PHP_INI_SYSTEM, PHP_INI_STAGE_ACTIVATE);
|
||||
zend_alter_ini_entry("implicit_flush", 15, "1", 1, PHP_INI_SYSTEM, PHP_INI_STAGE_ACTIVATE);
|
||||
zend_alter_ini_entry("max_execution_time", 19, "0", 1, PHP_INI_SYSTEM, PHP_INI_STAGE_ACTIVATE);
|
||||
|
||||
zend_uv.html_errors = 0; /* tell the engine we're in non-html mode */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue