]> git.mxchange.org Git - friendica.git/commitdiff
Fix version in deprecation message
authorArt4 <art4@wlabs.de>
Mon, 10 Feb 2025 07:11:24 +0000 (07:11 +0000)
committerArt4 <art4@wlabs.de>
Mon, 10 Feb 2025 07:11:24 +0000 (07:11 +0000)
bin/daemon.php
bin/jetstream.php
bin/worker.php

index 162a92948f7972b50b507254c52ba8c407386434..3fa1b60a6857c9c42ad25569cfdb0ad09abc45f6 100755 (executable)
@@ -24,7 +24,7 @@ chdir(dirname(__DIR__));
 
 require dirname(__DIR__) . '/vendor/autoload.php';
 
-fwrite(STDOUT, '`bin/daemon.php` is deprecated since 2024.02 and will be removed in 5 months, please use `bin/console.php daemon` instead.' . \PHP_EOL);
+fwrite(STDOUT, '`bin/daemon.php` is deprecated since 2025.02 and will be removed in 5 months, please use `bin/console.php daemon` instead.' . \PHP_EOL);
 
 // BC: Add console command as second argument
 $argv = $_SERVER['argv'] ?? [];
index c97557dbb0f89f2c91e5e20f4909fca8e2e12457..b5ed177a59c61c5c898c5776dcc2c8c86d02e8ed 100755 (executable)
@@ -19,7 +19,7 @@ chdir(dirname(__DIR__));
 
 require dirname(__DIR__) . '/vendor/autoload.php';
 
-fwrite(STDOUT, '`bin/jetstream.php` is deprecated since 2024.02 and will be removed in 5 months, please use `bin/console.php jetstream` instead.' . \PHP_EOL);
+fwrite(STDOUT, '`bin/jetstream.php` is deprecated since 2025.02 and will be removed in 5 months, please use `bin/console.php jetstream` instead.' . \PHP_EOL);
 
 // BC: Add console command as second argument
 $argv = $_SERVER['argv'] ?? [];
index f319bd766f1a3c13664f5cfa59bef8117bb3461e..cd3d0355992f427f8a49ef577e8221af4b1258a0 100755 (executable)
@@ -21,7 +21,7 @@ chdir(dirname(__DIR__));
 
 require dirname(__DIR__) . '/vendor/autoload.php';
 
-fwrite(STDOUT, '`bin/worker.php` is deprecated since 2024.02 and will be removed in 5 months, please use `bin/console.php worker` instead.' . \PHP_EOL);
+fwrite(STDOUT, '`bin/worker.php` is deprecated since 2025.02 and will be removed in 5 months, please use `bin/console.php worker` instead.' . \PHP_EOL);
 
 // BC: Add console command as second argument
 $argv = $_SERVER['argv'] ?? [];