Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Anyone successfully serving high traffic with PHP 5.4.4 and APC 3.1.10? [closed]

Call to undefined method after upgrading to PHP 5.4.0 mentions a few APC bug-reports from March 2012.

My concrete question is: Is PHP 5.4.4 (or thereabouts) stable in combination with APC 3.1.10 (released in April, but listed as "beta" rather than "stable")?

We see 5 000 - 9 000 APC file cache hits/sec on our Apache boxes, as a vague indicator of traffic level. This is working fine with PHP 5.3.8 and APC 3.1.9 (using mod_php) -- does anyone have experience with comparable traffic on 5.4.4 and 3.1.10?

like image 776
Frank Farmer Avatar asked Jun 21 '12 22:06

Frank Farmer


1 Answers

No. Tried it on a high-traffic site already. Segfaults badly on 3.1.10 about 75% of the time or more due to string corruption. The trunk version (as of 6/27/2012) is somewhat better but still too unstable for us for production.

See: https://bugs.php.net/bug.php?id=62442

like image 163
mmucklo Avatar answered Nov 18 '22 21:11

mmucklo