cvs: phpweb / downloads.php
[email protected] ("Hannes Magnusson")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvsbjori1228772133@cvsserver> |
bjori Mon Dec 8 21:35:33 2008 UTC
Modified files:
/phpweb downloads.php
Log:
This note is no longer needed, 5.2.8 is out
http://cvs.php.net/viewvc.cgi/phpweb/downloads.php?r1=1.290&r2=1.291&diff_format=u
Index: phpweb/downloads.php
diff -u phpweb/downloads.php:1.290 phpweb/downloads.php:1.291
--- phpweb/downloads.php:1.290 Mon Dec 8 18:34:43 2008
+++ phpweb/downloads.php Mon Dec 8 21:35:33 2008
@@ -1,5 +1,5 @@
<?php // vim: et
-// $Id: downloads.php,v 1.290 2008/12/08 18:34:43 philip Exp $
+// $Id: downloads.php,v 1.291 2008/12/08 21:35:33 bjori Exp $
$_SERVER['BASE_PAGE'] = 'downloads.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/version.inc';
@@ -81,10 +81,6 @@
);
?>
-<h1>PHP 5.2.7 note</h1>
-<p>For those few who installed PHP 5.2.7, please revert to 5.2.6 or explicitly set "filter.default_flags=0" in php.ini</p>
-<p>A new release fixing the magic_quotes_gpc regression is expected shortly</p>
-
<a name="v5"></a>
<h1>PHP <?php list($v, $a) = each($RELEASES[5]); echo $v ?></h1>