mirror of
https://github.com/php/php-src.git
synced 2025-01-23 12:13:37 +08:00
- prepare non-html phpinfo output for zend extensions
This commit is contained in:
parent
f07b724620
commit
298ae37e8c
@ -459,6 +459,8 @@ int main(int argc, char *argv[])
|
||||
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 */
|
||||
|
||||
while ((c = ap_php_getopt(argc, argv, OPTSTRING)) != -1) {
|
||||
switch (c) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user