Leon Ho

The water is calm.

Archive for the ‘php’ tag

eAccelerator RPM for PHP 5.1.6

with one comment

Another package that requires recompiling after the php 5.1.X upgrade is eAccelerator. Any version prior 0.9.5 will not work for php 5.1. Without any src.rpm or binary rpm available anywhere, I have repackaged it based on the source rpm from DAG repo, you can download these packages compiled with php 5.1.X in CentOS4 or any compatible distributions:

eAccelerator 0.9.5 SRPMS
eAccelerator 0.9.5 x86_64 RPM

If you receive dependency errors when you install the binary package, it means your environment or libraries may be different than mine. Just grab the source RPM and run “rpmbuild –rebuild php-eaccelerator-5.1.6_0.9.5-1.lh.src.rpm” to rebuild it against your libraries.

Written by Leon

December 8th, 2006 at 8:07 pm

Posted in Administration

Tagged with , , ,

Wp-cache blank page issue with PHP 5.1.6

without comments

Since the upgrade from PHP 5.0.4 to PHP 5.1.6, the wp-cache plugin in wordpress failed on any pages that were not cached before. The page shows blank screen on the first run - it works after it cached once on the page. I did some quick searches and found this solution for wp-cache version 2.0.19 with php 5.1.X.

Out of my curiosity, I searched for this behavior changes from PHP 5.0 to 5.1 and found this bug report.

Written by Leon

December 8th, 2006 at 7:41 pm

Posted in Administration

Tagged with , ,