1
0
mirror of https://github.com/php/web-php.git synced 2026-04-23 23:18:19 +02:00

- No need to write PHP twice

This commit is contained in:
Andi Gutmans
2004-09-24 05:39:26 +00:00
parent ccd752da17
commit 2256b8bd56
+2 -2
View File
@@ -150,7 +150,7 @@ commonHeader("Hypertext Preprocessor");
<h1>PHP 5.0.2 released!</h1>
<p>
<span class="newsdate">[23-Sep-2004]</span>
PHP Development Team is proud to announce the immediate release of PHP <a href="/downloads.php">PHP 5.0.2</a>.
PHP Development Team is proud to announce the immediate release of <a href="/downloads.php">PHP 5.0.2</a>.
This is a maintenance release that in addition to many non-critical bug fixes, addresses a problem
with GPC input processing.
All Users of PHP 5 are encouraged to upgrade to this release as soon as possible.
@@ -167,7 +167,7 @@ commonHeader("Hypertext Preprocessor");
<h1>PHP 4.3.9 released!</h1>
<p>
<span class="newsdate">[22-Sep-2004]</span>
PHP Development Team is proud to announce the immediate release of PHP <a href="/downloads.php">PHP 4.3.9</a>.
PHP Development Team is proud to announce the immediate release of <a href="/downloads.php">PHP 4.3.9</a>.
This is a maintenance release that in addition to over 50 non-critical bug fixes, addresses a problem
with GPC input processing. This release also re-introduces ability to write
GIF images via the bundled GD extension.