Home
last modified time | relevance | path

Searched refs:error_log (Results 126 – 150 of 154) sorted by relevance

1234567

/php-src/sapi/fpm/tests/
H A Dfcgi-env-pif-apache-handler-without-docroot.phpt17 error_log = {{FILE:LOG}}
H A Dfcgi-env-pif-apache-pp-sn-strip-invalid.phpt12 error_log = {{FILE:LOG}}
H A Dgh13563-conf-bool-env.phpt15 error_log = {{FILE:LOG}}
H A Dlog-suppress-output.phpt66 error_log = {{RFILE:LOG:ERR}}
91 error_log = {{RFILE:LOG:ERR}}
H A Drequest_parse_body_multipart.phpt14 error_log = {{FILE:LOG}}
H A Dsocket-uds-numeric-ugid-nonroot.phpt16 error_log = {{FILE:LOG}}
H A Dbug74083-concurrent-reload.phpt15 error_log = {{FILE:LOG}}
H A Dreload-uses-sigkill-as-last-measure.phpt18 error_log = {{FILE:LOG}}
H A Dbug77023-pm-dynamic-blocking-sigquit.phpt19 error_log = {{FILE:LOG}}
H A Dfpm_get_status_basic.phpt12 error_log = {{FILE:LOG}}
H A Dsocket-uds-too-long-filename-start.phpt19 error_log = {{FILE:LOG}}
H A Dsocket-close-on-exec.phpt15 error_log = {{FILE:LOG}}
H A Dbug76601-reload-child-signals.phpt15 error_log = {{FILE:LOG}}
H A Dlog-suppress-output-request-body.phpt20 error_log = {{FILE:LOG:ERR}}
/php-src/main/
H A Dphp_globals.h77 char *error_log; member
H A Dmain.c726 …STD_PHP_INI_ENTRY("error_log", NULL, PHP_INI_ALL, OnUpdateErrorLog, error_log, php_cor…
823 if (PG(error_log) != NULL) { in php_log_err_with_severity()
827 if (!strcmp(PG(error_log), "syslog")) { in php_log_err_with_severity()
840 fd = VCWD_OPEN_MODE(PG(error_log), O_CREAT | O_APPEND | O_WRONLY, error_log_mode); in php_log_err_with_severity()
/php-src/ext/soap/tests/bugs/
H A Dbug31422.phpt7 error_log=
/php-src/ext/opcache/tests/
H A Dpreload_user_004.phpt20 error_log = {{FILE:LOG}}
H A Dpreload_user_005.phpt21 error_log = {{FILE:LOG}}
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c89 { "error_log", &fpm_conf_set_string, GO(error_log) },
1309 if (!fpm_global_config.error_log) { in fpm_conf_post_process()
1310 fpm_global_config.error_log = strdup("log/php-fpm.log"); in fpm_conf_post_process()
1328 if (strcasecmp(fpm_global_config.error_log, "syslog") != 0) in fpm_conf_post_process()
1331 fpm_evaluate_full_path(&fpm_global_config.error_log, NULL, PHP_LOCALSTATEDIR, 0); in fpm_conf_post_process()
1371 free(fpm_global_config.error_log); in fpm_conf_cleanup()
1374 fpm_global_config.error_log = 0; in fpm_conf_cleanup()
1732 zlog(ZLOG_NOTICE, "\terror_log = %s", STR2STR(fpm_global_config.error_log)); in fpm_conf_dump()
/php-src/ext/opcache/
H A DZendAccelerator.h164 char *error_log; member
H A Dzend_accelerator_module.c304 … , "" , PHP_INI_SYSTEM, OnUpdateString, accel_directives.error_log, …
810 …g(&directives, "opcache.error_log", STRING_NOT_NULL(ZCG(accel_directives).error_log));
/php-src/sapi/fpm/
H A Dphp-fpm.conf.in24 ;error_log = log/php-fpm.log
/php-src/
H A Dphp.ini-development528 ; server-specific log, STDERR, or a location specified by the error_log
603 ;error_log = php_errors.log
605 ;error_log = syslog
608 ; to syslog. Only used when error_log is set to syslog.
612 ; the message. Only used when error_log is set to syslog.
1769 ; OPcache error_log file name. Empty string assumes "stderr".
1770 ;opcache.error_log=
H A Dphp.ini-production530 ; server-specific log, STDERR, or a location specified by the error_log
605 ;error_log = php_errors.log
607 ;error_log = syslog
610 ; to syslog. Only used when error_log is set to syslog.
614 ; the message. Only used when error_log is set to syslog.
1771 ; OPcache error_log file name. Empty string assumes "stderr".
1772 ;opcache.error_log=

Completed in 47 milliseconds

1234567