Ok, so I removed zend_optimizer and activated apc. Guess what ... no
cores produced. So it is zend_optimizer. I searched around the
archives and there seems to be a consensus that it really doesn't do
much or maybe even not anything at all. So it's gone. I would have
started seeing core files all over the place if it had been something
else.

Jamie

On Tue, Feb 10, 2009 at 4:53 PM, Jamie Krasnoo <jkras...@gmail.com> wrote:
> Hmm, I'll try taking down the optimizer and seeing if it segfaults or
> not. If that's what it is it's a crying shame that apc and
> zend_optimizer can't get along.
>
> On Tue, Feb 10, 2009 at 4:46 PM, Nathan Nobbe <quickshif...@gmail.com> wrote:
>> On Tue, Feb 10, 2009 at 5:34 PM, Jamie Krasnoo <jkras...@gmail.com> wrote:
>>>
>>> Here's the modules I do have running:
>>>
>>> extension="suhosin.so"
>>> extension="ffmpeg.so"
>>> extension="imagick.so"
>>> extension="magickwand.so"
>>> extension="memcache.so"
>>> extension="pdo.so"
>>> extension="pdo_sqlite.so"
>>> extension="sqlite.so"
>>> extension="pdo_mysql.so"
>>>
>>> [Zend]
>>> zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
>>> zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
>>> zend_optimizer.version=3.3.3
>>>
>>>
>>> zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
>>> zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
>>>
>>> Does APC not play nice with any of these?
>>
>> if i were to guess, those zend_optimizer ones, or less likely, suhosin.
>>
>> afaik, zend_optimizer and apc arent buddies,
>>
>> http://www.webdeveloper.com/forum/showthread.php?t=178217
>>
>> -nathan
>>
>>
>

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

Reply via email to