- prepare non-html phpinfo output for zend extensions

This commit is contained in:
Jan Lehnardt 2002-09-02 20:44:01 +00:00
parent f07b724620
commit 298ae37e8c

View File

@ -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) {