| Jacques Marneweck 2005-04-14, 8:56 pm |
| jacques Thu Apr 14 16:01:23 2005 EDT
Modified files:
/phpweb links.php
Log:
Link to the EAccelerator website as they're the fork of Turck MMCache
seeing that Dimitry is currently working for Zend.
http://cvs.php.net/diff.php/phpweb/...1&r2=1.182&ty=u
Index: phpweb/links.php
diff -u phpweb/links.php:1.181 phpweb/links.php:1.182
--- phpweb/links.php:1.181 Sun Apr 3 10:52:43 2005
+++ phpweb/links.php Thu Apr 14 16:01:22 2005
@@ -1,5 +1,5 @@
<?php
-// $Id: links.php,v 1.181 2005/04/03 14:52:43 goba Exp $
+// $Id: links.php,v 1.182 2005/04/14 20:01:22 jacques Exp $
$_SERVER['BASE_PAGE'] = 'links.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("Links");
@@ -425,6 +425,11 @@
</li>
<li>
+ <a href="http://eaccelerator.net/">EAccelerator</a><br />
+ A fork of Turck MMCache.
+ </li>
+
+ <li>
<a href="http://php-accelerator.co.uk/">ionCube PHP Accelerator</a><br />
A free accelerator available from ionCube.
</li>
|