Home > Archive > PHP Mirrors > December 2004 > cvs: phpweb / downloads.php
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
cvs: phpweb / downloads.php
|
|
| Zeev Suraski 2004-12-19, 3:56 pm |
| zeev Sun Dec 19 13:10:01 2004 EDT
Modified files:
/phpweb downloads.php
Log:
Put the foreach() issue in perspective...
http://cvs.php.net/diff.php/phpweb/...2&r2=1.223&ty=u
Index: phpweb/downloads.php
diff -u phpweb/downloads.php:1.222 phpweb/downloads.php:1.223
--- phpweb/downloads.php:1.222 Fri Dec 17 08:01:32 2004
+++ phpweb/downloads.php Sun Dec 19 13:10:01 2004
@@ -1,5 +1,5 @@
<?php
-// $Id: downloads.php,v 1.222 2004/12/17 13:01:32 edink Exp $
+// $Id: downloads.php,v 1.223 2004/12/19 18:10:01 zeev Exp $
$_SERVER['BASE_PAGE'] = 'downloads.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
@@ -82,8 +82,7 @@
</ul>
<p style="color: red">
- <i>Note:</i> Due to a problem with earlier versions of Zend Optimizer, its users
- are urged to upgrade to the <a href="http://zend.com/store/products/zend-optimizer.php">
+ <i>Note:</i> Due to an incompatibility between earlier versions of Zend Optimizer and PHP 4.1.0, it's recommended to upgrade to the <a href="http://zend.com/store/products/zend-optimizer.php">
latest version</a>.
</p>
| |
| Derick Rethans 2004-12-19, 8:55 pm |
| On Sun, 19 Dec 2004, Zeev Suraski wrote:
> zeev Sun Dec 19 13:10:01 2004 EDT
>
> Modified files:
> /phpweb downloads.php
> Log:
> Put the foreach() issue in perspective...
>
>
> + <i>Note:</i> Due to an incompatibility between earlier versions of Zend Optimizer and PHP 4.1.0, it's recommended to upgrade to the <a href="http://zend.com/store/products/zend-optimizer.php">
4.1.0 ? :)
Derick
--
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org
|
|
|
|
|