php APC rpms added for php 5.1.2 / APC 3.0.10 / rhel 4
I’ve added php-apc rpms for php 5.1.2 on rhel4, using the current stable release of APC (3.0.10). get the files here or by apt/yum. Additional notes:
Trying to enable APC for all sites on a server that has the sites running php though fastcgi (with a very low shm_size) resulted in odd behaviour on some sites. An shm_size of 3 or 4MB on a site running drupal produced errors of apc_sma_free: could not locate address, but 2MB seemed to work fine. Other sites handled the setting of 3 or 4MB just fine. I didn’t test any further as all i really needed to verify for myself was that enabling APC for all sites wasn’t a good plan. I’ll stick to turning it on in each sites’s php.ini for now for those that are very heavily trafficked.