Author: Christoph M. Becker (cmb69)
Date: 2022-12-13T16:15:59+01:00

Commit: 
https://github.com/php/web-php/commit/0ba137a09ea62a975c1cc98cb8731e6cd157c395
Raw diff: 
https://github.com/php/web-php/commit/0ba137a09ea62a975c1cc98cb8731e6cd157c395.diff

PHP 7.4 is EOL

Changed paths:
  M  include/releases.inc
  M  include/version.inc


Diff:

diff --git a/include/releases.inc b/include/releases.inc
index 3e544a693..baab3053a 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -1387,6 +1387,43 @@ $OLDRELEASES = array (
   ),
   7 => 
   array (
+    '7.4.33' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_4_33.php',
+      ),
+      'tags' => 
+      array (
+        0 => 'security',
+      ),
+      'date' => '03 Nov 2022',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.4.33.tar.gz',
+          'name' => 'PHP 7.4.33 (tar.gz)',
+          'sha256' => 
'5a2337996f07c8a097e03d46263b5c98d2c8e355227756351421003bea8f463e',
+          'date' => '03 Nov 2022',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.4.33.tar.bz2',
+          'name' => 'PHP 7.4.33 (tar.bz2)',
+          'sha256' => 
'4e8117458fe5a475bf203128726b71bcbba61c42ad463dffadee5667a198a98a',
+          'date' => '03 Nov 2022',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.4.33.tar.xz',
+          'name' => 'PHP 7.4.33 (tar.xz)',
+          'sha256' => 
'924846abf93bc613815c55dd3f5809377813ac62a9ec4eb3778675b82a27b927',
+          'date' => '03 Nov 2022',
+        ),
+      ),
+      'museum' => false,
+    ),
     '7.4.32' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index a27360d13..7fbf8f594 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -54,18 +54,6 @@ $RELEASES = (function () {
         ]
     ];
 
-    /* PHP 7.4 Release */
-    $data['7.4'] = [
-        'version' => '7.4.33',
-        'date' => '03 Nov 2022',
-        'tags' => ['security'], // Set to ['security'] for security releases
-        'sha256' => [
-            'tar.gz' => 
'5a2337996f07c8a097e03d46263b5c98d2c8e355227756351421003bea8f463e',
-            'tar.bz2' => 
'4e8117458fe5a475bf203128726b71bcbba61c42ad463dffadee5667a198a98a',
-            'tar.xz' => 
'924846abf93bc613815c55dd3f5809377813ac62a9ec4eb3778675b82a27b927',
-        ]
-    ];
-
     $ret = [];
     foreach ($data as $release) {
         $version = $release['version'];

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to