Code Comments
Programming Forum and web based access to our favorite programming groups.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, it s 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 O ptimizer and PHP 4.1.0, it's recommended to upgrade to the <a href="http://z end.com/store/products/zend-optimizer.php"> latest version</a>. </p>
Post Follow-up to this messageOn 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 Optimiz er 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
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.