Author: Sergey Panteleev (saundefined)
Date: 2022-12-08T15:50:54+03:00
Commit:
https://github.com/php/web-php/commit/e8fde3b8cb5e4ca51013d035612b989d0eaa43ee
Raw diff:
https://github.com/php/web-php/commit/e8fde3b8cb5e4ca51013d035612b989d0eaa43ee.diff
Fix PHP 8.2.0 date
Fix #729
Changed paths:
M include/version.inc
Diff:
diff --git a/include/version.inc b/include/version.inc
index a1b3e7dbb..a27360d13 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -21,7 +21,7 @@ $RELEASES = (function () {
/* PHP 8.2 Release */
$data['8.2'] = [
'version' => '8.2.0',
- 'date' => '08 Dec 2021',
+ 'date' => '08 Dec 2022',
'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
'tar.gz' =>
'435c4c2439db648cdf34236f7cd459f93f943fb788b66723a033610d4a059fc6',
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php