PHP crashing on occasion - APC error?
- by papanel
Any thoughts on this? We've had this happen twice recently. Basically, every page throws a fatal error, fixed by an apache restart. Here's what's in the log, repeated over and over.
[Tue Apr 13 15:18:12 2010] [error] [client 10.0.0.2] PHP Fatal error: Internal Zend error - Missing class information for in /www/sites/ep/vogoo/items.php on line 31
[Tue Apr 13 15:18:12 2010] [error] [client 10.0.0.2] PHP Fatal error: Internal Zend error - Missing class information for in /www/sites/ep/vogoo/items.php on line 31
[Tue Apr 13 15:18:13 2010] [error] [client 10.0.0.2] PHP Fatal error: Internal Zend error - Missing class information for in /www/sites/ep/vogoo/items.php on line 31
Looking around, this may be an issue with APC?
http://pecl.php.net/bugs/bug.php?id=16120&edit=1
(We're running 3.0.19, which shows as latest stable on pecl.)
Thoughts? I increased the amount of memory apc uses, but the problem just happened again.