APC Support / PHP 5.2

sde

Verified User
Joined
Sep 11, 2004
Messages
214
Location
Temecula, CA
Hi Folks,

Anyone using APC with PHP 5.2? I've compiled it and it shows up in my phpinfo() function, but when I enable it, ti produces segmentation faults in the apache logs which makes php scripts fail to parse and prompts them to be downloaded.

Here is the bit of my log after restarting apache and loading php pages.
[Mon Dec 11 14:07:39 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Dec 11 14:07:39 2006] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Mon Dec 11 14:07:56 2006] [notice] child pid 9319 exit signal Segmentation fault (11)
[Mon Dec 11 14:07:56 2006] [notice] child pid 9320 exit signal Segmentation fault (11)

I have re-compiled PHP with APC a few times and it does the same thing.

Anyone else using APC?
 
Back
Top