Author: Andreas Möller (localheinz)
Committer: GitHub (web-flow)
Pusher: cmb69
Date: 2022-06-27T16:13:23+02:00

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

Remove superfluous note

Closes GH-558.

Changed paths:
  M  eol.php


Diff:

diff --git a/eol.php b/eol.php
index 889260158..af505916f 100644
--- a/eol.php
+++ b/eol.php
@@ -17,7 +17,7 @@
        '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><br>The end of life for PHP 4.4 also marks the end of life 
for PHP 4 as a whole.',
+       '4.4' => '<a href="/migration5">A guide is available for migrating from 
PHP 4 to PHP 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