Home
last modified time | relevance | path

Searched refs:error_log (Results 76 – 88 of 88) sorted by relevance

1234

/PHP-7.4/sapi/fpm/tests/
H A Dfpm_get_status_basic.phpt12 error_log = {{FILE:LOG}}
H A Dbug76601-reload-child-signals.phpt15 error_log = {{FILE:LOG}}
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_conf.c92 { "error_log", &fpm_conf_set_string, GO(error_log) },
1214 if (!fpm_global_config.error_log) { in fpm_conf_post_process()
1215 fpm_global_config.error_log = strdup("log/php-fpm.log"); in fpm_conf_post_process()
1233 if (strcasecmp(fpm_global_config.error_log, "syslog") != 0) in fpm_conf_post_process()
1236 fpm_evaluate_full_path(&fpm_global_config.error_log, NULL, PHP_LOCALSTATEDIR, 0); in fpm_conf_post_process()
1272 free(fpm_global_config.error_log); in fpm_conf_cleanup()
1275 fpm_global_config.error_log = 0; in fpm_conf_cleanup()
1613 zlog(ZLOG_NOTICE, "\terror_log = %s", STR2STR(fpm_global_config.error_log)); in fpm_conf_dump()
/PHP-7.4/ext/standard/
H A Dbasic_functions.h80 PHP_FUNCTION(error_log);
H A Dbasic_functions.c3017 PHP_FE(error_log, arginfo_error_log)
4798 PHP_FUNCTION(error_log) argument
/PHP-7.4/ext/opcache/
H A DZendAccelerator.h163 char *error_log; member
H A Dzend_accelerator_module.c305 … , "" , PHP_INI_SYSTEM, OnUpdateString, accel_directives.error_log, …
750 …g(&directives, "opcache.error_log", STRING_NOT_NULL(ZCG(accel_directives).error_log));
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.conf.in24 ;error_log = log/php-fpm.log
H A Dwww.conf.in367 ; (error_log, sessions.save_path, ...).
437 ;php_admin_value[error_log] = /var/log/fpm-php.www.log
/PHP-7.4/main/
H A Dmain.c805 …STD_PHP_INI_ENTRY("error_log", NULL, PHP_INI_ALL, OnUpdateErrorLog, error_log, php_core_…
901 if (PG(error_log) != NULL) { in php_log_err_with_severity()
903 if (!strcmp(PG(error_log), "syslog")) { in php_log_err_with_severity()
909 fd = VCWD_OPEN_MODE(PG(error_log), O_CREAT | O_APPEND | O_WRONLY, 0644); in php_log_err_with_severity()
/PHP-7.4/
H A Dphp.ini-development496 ; server-specific log, STDERR, or a location specified by the error_log
505 ; Set maximum length of log_errors. In error_log information about the source is
586 ;error_log = php_errors.log
588 ;error_log = syslog
591 ; to syslog. Only used when error_log is set to syslog.
595 ; the message. Only used when error_log is set to syslog.
1838 ; OPcache error_log file name. Empty string assumes "stderr".
1839 ;opcache.error_log=
H A Dphp.ini-production496 ; server-specific log, STDERR, or a location specified by the error_log
505 ; Set maximum length of log_errors. In error_log information about the source is
586 ;error_log = php_errors.log
588 ;error_log = syslog
591 ; to syslog. Only used when error_log is set to syslog.
595 ; the message. Only used when error_log is set to syslog.
1838 ; OPcache error_log file name. Empty string assumes "stderr".
1839 ;opcache.error_log=
H A DNEWS2480 error_log set to "syslog"). (Philip Prindeville)

Completed in 56 milliseconds

1234