PHP crashing on occasion - APC error?

Posted by papanel on Server Fault See other posts from Server Fault or by papanel
Published on 2010-04-13T21:33:37Z Indexed on 2010/04/13 21:43 UTC
Read the original article Hit count: 505

Filed under:
|

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.

© Server Fault or respective owner

Related posts about php

Related posts about apc