Author: Ryan Marks (CdrMarks)
Committer: GitHub (web-flow)
Pusher: cmb69
Date: 2022-09-28T13:31:01+02:00

Commit: 
https://github.com/php/web-php/commit/5e0f80ecb2a506e81e289807374d0c52e32a9fb2
Raw diff: 
https://github.com/php/web-php/commit/5e0f80ecb2a506e81e289807374d0c52e32a9fb2.diff

Update links to previously removed guides

We use Zend's PHP Legacy docs.

Closes GH-704.

Changed paths:
  M  eol.php


Diff:

diff --git a/eol.php b/eol.php
index 078386f17..bb51f4a35 100644
--- a/eol.php
+++ b/eol.php
@@ -12,12 +12,12 @@
     '7.0' => '<a href="/migration71">A guide is available for migrating from 
PHP 7.0 to 7.1.</a>',
     '5.6' => '<a href="/migration70">A guide is available for migrating from 
PHP 5.6 to 7.0.</a>',
     '5.5' => '<a href="/migration56">A guide is available for migrating from 
PHP 5.5 to 5.6.</a>',
-    '5.4' => '<a href="/migration55">A guide is available for migrating from 
PHP 5.4 to 5.5.</a>',
-    '5.3' => '<a href="/migration54">A guide is available for migrating from 
PHP 5.3 to 5.4.</a>',
-    '5.2' => '<a href="/migration53">A guide is available for migrating from 
PHP 5.2 to 5.3.</a>',
-    '5.1' => '<a href="/migration52">A guide is available for migrating from 
PHP 5.1 to 5.2.</a>',
-    '5.0' => '<a href="/migration51">A guide is available for migrating from 
PHP 5.0 to 5.1.</a>',
-    '4.4' => '<a href="/migration5">A guide is available for migrating from 
PHP 4 to PHP 5.0.</a>',
+    '5.4' => '<a 
href="https://php-legacy-docs.zend.com/manual/php5/en/migration55";>A guide is 
available for migrating from PHP 5.4 to 5.5.</a>',
+    '5.3' => '<a 
href="https://php-legacy-docs.zend.com/manual/php5/en/migration54";>A guide is 
available for migrating from PHP 5.3 to 5.4.</a>',
+    '5.2' => '<a 
href="https://php-legacy-docs.zend.com/manual/php5/en/migration53";>A guide is 
available for migrating from PHP 5.2 to 5.3.</a>',
+    '5.1' => '<a 
href="https://php-legacy-docs.zend.com/manual/php5/en/migration52";>A guide is 
available for migrating from PHP 5.1 to 5.2.</a>',
+    '5.0' => '<a 
href="https://php-legacy-docs.zend.com/manual/php5/en/migration51";>A guide is 
available for migrating from PHP 5.0 to 5.1.</a>',
+    '4.4' => '<a 
href="https://php-legacy-docs.zend.com/manual/php5/en/migration5";>A guide is 
available for migrating from PHP 4 to 5.0.</a>',
 ];
 
 site_header('Unsupported Branches');

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

Reply via email to