Author: Christoph M. Becker (cmb69)
Date: 2022-02-18T16:33:08+01:00
Commit:
https://github.com/php/web-windows/commit/12b073da71b14767c5252dd043603a800a161ebe
Raw diff:
https://github.com/php/web-windows/commit/12b073da71b14767c5252dd043603a800a161ebe.diff
PHP 7.3 is EOL
Changed paths:
M docroot/listing.php
M script/generate_snap_page.php
M templates/snaps.php
Diff:
diff --git a/docroot/listing.php b/docroot/listing.php
index f1f4c3d..af3bc63 100644
--- a/docroot/listing.php
+++ b/docroot/listing.php
@@ -36,14 +36,8 @@
$baseurl = '/' . $dir_to_parse . '/';
$versions = generate_listing($dir_to_parse, $nmode);
-$major_order = array('8.1', '8.0', '7.4', '7.3');
+$major_order = array('8.1', '8.0', '7.4');
$minor_order = array(
- '7.3' => array(
- 'nts-VC15-x64',
- 'ts-VC15-x64',
- 'nts-VC15-x86',
- 'ts-VC15-x86'
- ),
'7.4' => array(
'nts-vc15-x64',
'ts-vc15-x64',
diff --git a/script/generate_snap_page.php b/script/generate_snap_page.php
index 2044865..ae308d9 100644
--- a/script/generate_snap_page.php
+++ b/script/generate_snap_page.php
@@ -3,7 +3,7 @@
include __DIR__ . '/../include/config.php';
/* TODO: use exported branches list when available instead */
-$active_branches = array('7.4', '7.3');
+$active_branches = array('7.4');
$builds = array(
'7.4' => array(
@@ -14,14 +14,6 @@
'nts-windows-vc15-x64-avx',
'ts-windows-vc15-x86-avx'
),
- '7.3' => array(
- 'nts-windows-vc15-x64',
- 'ts-windows-vc15-x64',
- 'nts-windows-vc15-x86',
- 'ts-windows-vc15-x86',
- 'nts-windows-vc15-x86-avx',
- 'ts-windows-vc15-x86-avx'
- ),
);
function parse_meta($path)
diff --git a/templates/snaps.php b/templates/snaps.php
index 4bcb564..1fc56f1 100644
--- a/templates/snaps.php
+++ b/templates/snaps.php
@@ -1,7 +1,7 @@
<?php
include __DIR__ . '/../include/tools.php';
-$major_order = array('7.4', '7.3');
+$major_order = array('7.4');
$minor_order = array(
'7.4' => array(
'nts-windows-vc15-x64',
@@ -11,14 +11,6 @@
'nts-windows-vc15-x64-avx',
'ts-windows-vc15-x64-avx'
),
- '7.3' => array(
- 'nts-windows-vc15-x64',
- 'ts-windows-vc15-x64',
- 'nts-windows-vc15-x86',
- 'ts-windows-vc15-x86',
- 'nts-windows-vc15-x64-avx',
- 'ts-windows-vc15-x64-avx',
- ),
);
$labels = array(
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php