| Derick Rethans 2004-12-20, 8:57 am |
| derick Mon Dec 20 05:54:46 2004 EDT
Modified files:
/phpweb downloads.php
Log:
- This was wrong, and Steph mentioned that it was corrected on the Zend site to
4.3.10.
#- http://www.zend.com/zend/download-php.php
http://cvs.php.net/diff.php/phpweb/...3&r2=1.224&ty=u
Index: phpweb/downloads.php
diff -u phpweb/downloads.php:1.223 phpweb/downloads.php:1.224
--- phpweb/downloads.php:1.223 Sun Dec 19 13:10:01 2004
+++ phpweb/downloads.php Mon Dec 20 05:54:45 2004
@@ -1,5 +1,5 @@
<?php
-// $Id: downloads.php,v 1.223 2004/12/19 18:10:01 zeev Exp $
+// $Id: downloads.php,v 1.224 2004/12/20 10:54:45 derick Exp $
$_SERVER['BASE_PAGE'] = 'downloads.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
@@ -82,8 +82,9 @@
</ul>
<p style="color: red">
- <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>.
+ <i>Note:</i> Due to an incompatibility between earlier versions of Zend
+ Optimizer and PHP 4.3.10, it's recommended to upgrade to the <a
+ href="http://zend.com/store/products/zend-optimizer.php">latest version</a>.
</p>
<p>
|