Searched refs:log (Results 1 – 12 of 12) sorted by relevance
/web-php/bin/ |
H A D | news2html | 91 $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 D | server | 26 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 D | do-download.inc | 16 foreach ($possible_files as $name => $log) { 37 // download the file, even if the log server is down
|
H A D | errors.inc | 159 'log-errors' => 'errorfunc.configuration.php#ini.log-errors', 160 'log-errors-max-len' => 'errorfunc.configuration.php#ini.log-errors-max-len', 171 'error-log' => 'errorfunc.configuration.php#ini.error-log', 269 'pgsql.log-notice' => 'pgsql.configuration.php#ini.pgsql.log-notice',
|
/web-php/ |
H A D | Makefile | 24 rm -rf tests/server.log
|
H A D | composer.lock | 251 "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/js/ |
H A D | search.js | 82 console.log("Invalidating old search cache format");
|
/web-php/.github/ |
H A D | CONTRIBUTING.md | 96 Your name will likely be included in the Git commit log.
|
/web-php/releases/ |
H A D | NEWS_5_4_0_beta2.txt | 100 . 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 D | NEWS_5_4_0_RC1.txt | 143 . 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 D | NEWS_5_4_0_beta1.txt | 49 . 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 D | release.inc | 154 // The log file will never be removed, because the
|
Completed in 67 milliseconds