cvs: phpweb / downloads.php
[email protected] ("Hannes Magnusson")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvsbjori1228685590@cvsserver> |
bjori Sun Dec 7 21:33:10 2008 UTC
Modified files:
/phpweb downloads.php
Log:
Add a workaround
http://cvs.php.net/viewvc.cgi/phpweb/downloads.php?r1=1.288&r2=1.289&diff_format=u
Index: phpweb/downloads.php
diff -u phpweb/downloads.php:1.288 phpweb/downloads.php:1.289
--- phpweb/downloads.php:1.288 Sun Dec 7 21:06:49 2008
+++ phpweb/downloads.php Sun Dec 7 21:33:10 2008
@@ -1,5 +1,5 @@
<?php // vim: et
-// $Id: downloads.php,v 1.288 2008/12/07 21:06:49 bjori Exp $
+// $Id: downloads.php,v 1.289 2008/12/07 21:33:10 bjori Exp $
$_SERVER['BASE_PAGE'] = 'downloads.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/version.inc';
@@ -84,6 +84,8 @@
<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>