PHP 5.4 and APC

That last "Stable" release of APC is 3.1.9

I had no issues running 3.1.13 with PHP 5.4 (I didn't even have issues with 3.1.14 before they removed it). What issues are you having @Moshe1010 ?
 
That last "Stable" release of APC is 3.1.9

I had no issues running 3.1.13 with PHP 5.4 (I didn't even have issues with 3.1.14 before they removed it). What issues are you having @Moshe1010 ?

[Thu Jun 13 22:02:32.741386 2013] [core:notice] [pid 24967] AH00052: child pid 24976 exit signal Segmentation fault (11)
[Thu Jun 13 22:02:32.741446 2013] [core:notice] [pid 24967] AH00052: child pid 24978 exit signal Segmentation fault (11)
[Thu Jun 13 22:02:32.741471 2013] [core:notice] [pid 24967] AH00052: child pid 25418 exit signal Segmentation fault (11)
[Thu Jun 13 22:04:39.876685 2013] [core:notice] [pid 24967] AH00052: child pid 25642 exit signal Segmentation fault (11)

These are my issues. It affects my ability to edit users on XenForo (it has the loading sign for a sec and nothing happens with the edited user.
 
I'm not sure that this is APC related. I removed it from php.ini and deleted its .so extension and I still get these errors, but for sure APC caused them since I got seg fails during its installation.

;extension="apc.so"
extension=apc.so
apc.enabled=1
apc.shm_size=256M
apc.ttl=7200
apc.user_ttl=7200
apc.enable_cli=1
apc.max_file_size=10M
 
If you are still getting them even with APC deleted, it's not going to be related to APC then.

You running Apache?
 
Yes. The errors above are from Apache.
I'v downgraded to PHP 5.3.26, and I still have these errors. Something is really wrong here.
 
I've been on 2.4.4 for several months (and PHP 5.4) with no issues until I installed APC which screwed everything. No idea why these errors are still going when APC is gone, and I guess debugging these would be painful.
 
Back
Top Bottom