Merlin wrote:
> Hi there,
> 
> I am looking for a replacement of php trunkcache. As far as I can see,
> there is no further development and I had to take it offline due a
> system update and compatibility issues.
> 
> What would you guys recommend for a free caching system on a LAMP
> environment running php 4.x apache 1.x and mysql 3.x

caching what exactly? opcodes? query results? abitrary data structures?
'pre-compiled' templates? html output? elephants?

try here: http://php.net/apc
or here?: http://www.google.nl/search?q=php4+caching

ps - there are currently no projects that support elephant caching, I'm fairly 
sure.

> 
> Thank you for any advice.
> 
> Merlin
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to