cvs: phpweb / downloads.php /include version.inc
[email protected] ("Philip Olson")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvsphilip1228761284@cvsserver> |
philip Mon Dec 8 18:34:44 2008 UTC
Modified files:
/phpweb downloads.php
/phpweb/include version.inc
Log:
A little more 5.2.7 to 5.2.6 cleanup
http://cvs.php.net/viewvc.cgi/phpweb/downloads.php?r1=1.289&r2=1.290&diff_format=u
Index: phpweb/downloads.php
diff -u phpweb/downloads.php:1.289 phpweb/downloads.php:1.290
--- phpweb/downloads.php:1.289 Sun Dec 7 21:33:10 2008
+++ phpweb/downloads.php Mon Dec 8 18:34:43 2008
@@ -1,5 +1,5 @@
<?php // vim: et
-// $Id: downloads.php,v 1.289 2008/12/07 21:33:10 bjori Exp $
+// $Id: downloads.php,v 1.290 2008/12/08 18:34:43 philip Exp $
$_SERVER['BASE_PAGE'] = 'downloads.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/version.inc';
@@ -81,11 +81,12 @@
);
?>
+<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>
-<h2>Due to unfortunate regressions installing 5.2.7 is highly discouraged</h2>
-<p>For those who already have installed 5.2.7 can workaround the MQ bug by setting "filter.default_flags=0" in php.ini</p>
-<p>A new release fixing this regression is expected shortly</p>
<h2>Complete Source Code</h2>
<ul>
http://cvs.php.net/viewvc.cgi/phpweb/include/version.inc?r1=1.56&r2=1.57&diff_format=u
Index: phpweb/include/version.inc
diff -u phpweb/include/version.inc:1.56 phpweb/include/version.inc:1.57
--- phpweb/include/version.inc:1.56 Mon Dec 8 06:42:52 2008
+++ phpweb/include/version.inc Mon Dec 8 18:34:43 2008
@@ -36,10 +36,9 @@
$PHP_5_RC_DATE = "04 December 2008";
$PHP_5_WINDOWS_NOTE_MSI = "";
-$PHP_5_WINDOWS_NOTE_ZIP = "The PECL package will <em>not</em> be released for
-this version. The 5.2.6 PECL package does however work with this release.";
-$PHP_5_WINDOWS_DATE_MSI = "04 December 2008";
-$PHP_5_WINDOWS_DATE_ZIP = "04 December 2008";
+$PHP_5_WINDOWS_NOTE_ZIP = "Update May 6th: Added missing XSL and IMAP extension";
+$PHP_5_WINDOWS_DATE_MSI = "6 May 2008";
+$PHP_5_WINDOWS_DATE_ZIP = "3 May 2008";
/* PHP 4 Release */
$PHP_4_VERSION = "4.4.9";