mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
- So long, and thanks for all the fish.
This commit is contained in:
@@ -10,6 +10,40 @@
|
||||
<uri>http://php.net/contact</uri>
|
||||
<email>webmaster@php.net</email>
|
||||
</author>
|
||||
<entry xmlns="http://www.w3.org/2005/Atom">
|
||||
<title>PHP 4 end of life announcement</title>
|
||||
<link href="/index.php#2007-07-13-1" rel="alternate" type="text/html"/>
|
||||
<link href="/archive/2007.php#2007-07-13-1" rel="via" type="text/html"/>
|
||||
<id>http://php.net/archive/2007.php#2007-07-13-1</id>
|
||||
<published>2007-07-13T00:13:00+02:00</published>
|
||||
<updated>2007-07-13T00:13:00+02:00</updated>
|
||||
<category term="frontpage" label="PHP.net frontpage news"/>
|
||||
<content type="xhtml">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml">
|
||||
<p>
|
||||
Today it is exactly three years ago since PHP 5 has been released. In
|
||||
those three years it has seen many improvements over PHP 4. PHP 5 is
|
||||
fast, stable & production-ready and as PHP 6 is on the way, PHP 4
|
||||
will be discontinued.
|
||||
</p>
|
||||
<p>
|
||||
The PHP development team hereby announces that support for PHP 4 will
|
||||
continue until the end of this year only. After 2007-12-31 there will be no
|
||||
more releases of PHP 4.4. We will continue to make critical security fixes
|
||||
available on a case-by-case basis until 2008-08-08. Please use the rest of
|
||||
this year to make your application suitable to run on PHP 5.
|
||||
</p>
|
||||
<p>
|
||||
For documentation on migration for PHP 4 to PHP 5, we would like to point you
|
||||
to our <a href="/manual/en/migration5.php">migration guide</a>. There is
|
||||
additional information available in the <a
|
||||
href="/manual/en/migration51.php">PHP 5.0 to PHP 5.1</a> and <a
|
||||
href="/manual/en/migration52.php">PHP 5.1 to PHP 5.2</a> migration guides as
|
||||
well.
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
</entry>
|
||||
<entry xmlns="http://www.w3.org/2005/Atom">
|
||||
<title>New Delhi PHP UnConference: Call for Speakers/Campers!</title>
|
||||
<link href="/conferences/index.php#2007-07-10-1" rel="alternate" type="text/html"/>
|
||||
|
||||
@@ -119,6 +119,11 @@ if(isset($a["windows"])) {
|
||||
<a name="v4"></a>
|
||||
<h1>PHP <?php list($v, $a) = each($RELEASES[4]); echo $v ?></h1>
|
||||
|
||||
<p>
|
||||
Support for PHP 4 will be <b style="color: red">discontinued</b> at 2007-12-31. Please consider
|
||||
upgrading to PHP 5.2.
|
||||
</p>
|
||||
|
||||
<h2>Complete Source Code</h2>
|
||||
<ul>
|
||||
<?php
|
||||
|
||||
@@ -156,7 +156,7 @@ $rel = <<< EOT
|
||||
<h4>Stable Releases</h4>
|
||||
<ol id="releases">
|
||||
<li class="php5"><a href="/downloads.php#v5">Current PHP 5 Stable: <span class="release">$PHP_5_STABLE</span></a></li>
|
||||
<li class="php5"><a href="/downloads.php#v4">Current PHP 4 Stable: <span class="release">$PHP_4_STABLE</span></a></li>
|
||||
<li class="php5"><a href="/downloads.php#v4">Historical PHP 4 Stable: <span class="release">$PHP_4_STABLE</span></a></li>
|
||||
</ol>
|
||||
</div>\n
|
||||
EOT;
|
||||
|
||||
@@ -106,7 +106,7 @@ $SIDEBAR_DATA = '
|
||||
site_header("Releases");
|
||||
?>
|
||||
|
||||
<h1>Releases</h1>
|
||||
<h1>Unsupported Historical Releases</h1>
|
||||
|
||||
<p>
|
||||
We have collected all the official information and code available for
|
||||
@@ -427,6 +427,12 @@ site_header("Releases");
|
||||
<hr />
|
||||
|
||||
<a name="v4"></a>
|
||||
|
||||
<p>
|
||||
Support for PHP 4 will be <b style="color: red">discontinued</b> at 2007-12-31. Please consider
|
||||
upgrading to PHP 5.2.
|
||||
</p>
|
||||
|
||||
<a name="4.4.6"></a>
|
||||
<h2>4.4.6</h2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user