Home
last modified time | relevance | path

Searched refs:log (Results 1 – 11 of 11) sorted by relevance

/web-php/bin/
H A Dnews2html91 $log = file_get_contents($changelog); variable
92 if (empty($log)) {
104 if (strpos($log, $tag) === false) {
109 $log = str_replace($tag, "$tag\n\n$contents", $log); variable
110 file_put_contents($changelog, $log);
/web-php/tests/
H A Dserver26 log Show the PHP built-in web server logs. Use the -f option for a live update
78 LOGFILE=.build/server/server.log
169 log) log_server $2;;
/web-php/include/
H A Ddo-download.inc16 foreach ($possible_files as $name => $log) {
37 // download the file, even if the log server is down
H A Derrors.inc157 'log-errors' => 'errorfunc.configuration.php#ini.log-errors',
158 'log-errors-max-len' => 'errorfunc.configuration.php#ini.log-errors-max-len',
169 'error-log' => 'errorfunc.configuration.php#ini.error-log',
267 'pgsql.log-notice' => 'pgsql.configuration.php#ini.pgsql.log-notice',
/web-php/
H A DMakefile24 rm -rf tests/server.log
H A Dcomposer.lock251 "psr/log": "^1 || ^2 || ^3"
1274 "name": "psr/log",
1278 "url": "https://github.com/php-fig/log.git",
1283 …"url": "https://api.github.com/repos/php-fig/log/zipball/79dff0b268932c640297f5208d6298f71855c03e",
1312 "homepage": "https://github.com/php-fig/log",
1314 "log",
1319 "source": "https://github.com/php-fig/log/tree/3.0.1"
2804 "psr/log-implementation": "1.0|2.0|3.0"
2807 "psr/log": "^1|^2|^3",
2963 "psr/log": "^1|^2|^3",
/web-php/.github/
H A DCONTRIBUTING.md96 Your name will likely be included in the Git commit log.
/web-php/releases/
H A DNEWS_5_4_0_beta2.txt100 . Added friendly log messages - FR #55109 (Arpad)
730 . Added custom access log (also added per request %CPU and memory
923 . Fixed bug #53777 (php-fpm log format now match php_error log format). (fat)
H A DNEWS_5_4_0_RC1.txt143 . Added friendly log messages - FR #55109 (Arpad)
775 . Added custom access log (also added per request %CPU and memory
968 . Fixed bug #53777 (php-fpm log format now match php_error log format). (fat)
1484 - Fixed the mail.log ini setting when no filename was given. (Johannes)
1977 - Fixed open_basedir circumvention for "mail.log" ini directive.
3570 - Fixed missing brackets leading to build warning and error in the log.
5028 event log is used for logging them). (Edin)
H A DNEWS_5_4_0_beta1.txt49 . Added friendly log messages - FR #55109 (Arpad)
679 . Added custom access log (also added per request %CPU and memory
872 . Fixed bug #53777 (php-fpm log format now match php_error log format). (fat)
1388 - Fixed the mail.log ini setting when no filename was given. (Johannes)
1881 - Fixed open_basedir circumvention for "mail.log" ini directive.
3474 - Fixed missing brackets leading to build warning and error in the log.
4932 event log is used for logging them). (Edin)
/web-php/releases/8.3/
H A Drelease.inc154 // The log file will never be removed, because the

Completed in 77 milliseconds