We're running our symfony 1.4 app on:
dedicated server
RHEL 5.x 64bit
8 GB Ram
Mysql 5.0.x
APC 3.1.13p1 (latest, compiled from source)
PHP 5.3.1
Apache 2.2.3

APC is enabled with the following settings:
extension=apc.so
apc.enabled=1
apc.shm_size=64

We enabled Doctrine_Cache_Apc in ProjectConfiguration:
$manager->setAttribute(Doctrine_Core::ATTR_RESULT_CACHE, new
Doctrine_Cache_Apc());

About every 5 minutes, a PHP Fatal error will be thrown causing the
white page of death with the following log entry:
 PHP Fatal error:  Class 'sfProjectConfiguration' not found in [file
path]/ProjectConfiguration.class.php

If I turn off APC it goes away, but performance drops as well, and
we're going to put other apps on this server that require APC as
well.  We started with APC 3.0.19 and upgraded to 3.1.12 and then
3.1.13p1 - problem still happens.

I've searched like crazy for similar issues or solutions but haven't
found anything helpful yet.

Has anyone else experienced similar problems with APC and symfony?
Any APC experts that can help me out?

Thanks
Mark

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to