Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-12-22 11:53:31 +0300
committerGitHub <noreply@github.com>2020-12-22 11:53:31 +0300
commitadc4f1a8113f33c206a15545b4e4911f4d73234f (patch)
tree279a51651e04f4216565825597871199f32b42a6 /console.php
parent72fda1033379af8dc8e40c4b89b333ac73c080f0 (diff)
parent68ce17e59bf8bc09757f9b56fdad458679d6e988 (diff)
Merge pull request #22916 from J0WI/unifiy-links-to-php.net
Unify links to php.net
Diffstat (limited to 'console.php')
-rw-r--r--console.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/console.php b/console.php
index b251790dfa2..c945864a255 100644
--- a/console.php
+++ b/console.php
@@ -60,7 +60,7 @@ try {
set_exception_handler('exceptionHandler');
if (!function_exists('posix_getuid')) {
- echo "The posix extensions are required - see http://php.net/manual/en/book.posix.php" . PHP_EOL;
+ echo "The posix extensions are required - see https://www.php.net/manual/en/book.posix.php" . PHP_EOL;
exit(1);
}
$user = posix_getuid();
@@ -85,7 +85,7 @@ try {
}
if (!function_exists('pcntl_signal') && !in_array('--no-warnings', $argv)) {
- echo "The process control (PCNTL) extensions are required in case you want to interrupt long running commands - see http://php.net/manual/en/book.pcntl.php" . PHP_EOL;
+ echo "The process control (PCNTL) extensions are required in case you want to interrupt long running commands - see https://www.php.net/manual/en/book.pcntl.php" . PHP_EOL;
}
$application = new Application(