Alain Williams wrote:
> 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 ?

zend.enable_gc = Off

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to