Author: Sergey Panteleev (saundefined) Date: 2023-01-30T08:28:30+03:00 Commit: https://github.com/php/web-php/commit/185a82ed8c3bae9864e7160a9ad4aae1fdaee2e4 Raw diff: https://github.com/php/web-php/commit/185a82ed8c3bae9864e7160a9ad4aae1fdaee2e4.diff
Fix 8.0.27 release date Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index 688327887..7ca5a3514 100644 --- a/include/version.inc +++ b/include/version.inc @@ -45,7 +45,7 @@ $RELEASES = (function () { /* PHP 8.0 Release */ $data['8.0'] = [ 'version' => '8.0.27', - 'date' => '05 Jan 2022', + 'date' => '05 Jan 2023', 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ 'tar.gz' => 'fe2376faaf91c28ead89a36e118c177f4a8c9a7280a189b97265da1af1f4d305', -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php