On Wed, Jan 13, 2010 at 07:48:17AM -0800, Rasmus Lerdorf wrote: > Alain Williams wrote:
> > Unfortunately: APC does not work with PHP 5.3 -- I have a site where I would > > love to use it but I cannot. I use APC to great effect elsewhere. > > The svn version works ok with 5.3. Turn off gc though. You shouldn't > be writing code that requires garbage collection anyway if you are > looking for speed. Thanks. That compiles nicely and seems to work - CentOS 5.4 - tested on both 32 & 64 bit gc ? I cannot see anything in php.ini about that -- other than session garbage collection, I assume that you don't mean that ? Much of my motivation for APC is using large programs & class libraries (eg smarty, media wiki) that take a huge amount of time to compile - but the execution path is only a small faction of the code. BTW: 'make test' fails horribly because the modules/ directory doesn't contain most of the modules used (it only contains apc.so). Is there a way of having ''extension_dir'' as a '':'' separated PATH so that more than one can be listed ? -- Alain Williams Linux/GNU Consultant - Mail systems, Web sites, Networking, Programmer, IT Lecturer. +44 (0) 787 668 0256 http://www.phcomp.co.uk/ Parliament Hill Computers Ltd. Registration Information: http://www.phcomp.co.uk/contact.php Past chairman of UKUUG: http://www.ukuug.org/ #include <std_disclaimer.h> -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php