Comment 9 for bug 968561

Revision history for this message
Christiaan Kortekaas (mrangryfish) wrote :

Nice work guys! However you have included APC 3.1.9 (stable) which does not support php5.4.

You need to include APC 3.1.10 (beta) which supports php5.4 : http://pecl.php.net/package-changelog.php?package=APC&release=3.1.10

If you use APC 3.1.9 and try and start php-fpm you get an error like:
*** glibc detected *** php-fpm: free(): invalid pointer: 0x00002b27a90ec098 ***

In the mean time you work around this by not installing php54-pecl-apc and instead:

yum install php54-devel
pecl install apc-3.1.10

Then php-fpm starts without any errors. Even though 3.1.10 is (beta) it seems ok.. and is better than 3.1.9 for php54.

We very much appreciate your work on this Jeffrey!

Cheers,
Christ