PHP4, PHP5 & MySQL RPMs Released

Heya,

I’ve released RPMs for the following package sets:

  • PHP 4.4.2 Standard Build
  • PHP 5.1.2 CGI Build (ie. for side by side operation between PHP4 & PHP5)
  • MySQL 4.1.16 Standard Build

I’ve only compiled & tested these for the following distributions:

  • Redhat Enterprise 3 (CentOS3)
  • Redhat Enterprise 4 (CentOS4)

Compiled RPMs & Source RPM packages are available from:

http://www.seekbrain.com/downloads/psa/

These should also be yum’able. 🙂

If you have problems with a package, post a comment and I’ll see what I can do.

Enjoy,

Stuart

P.S. If you want to use PHP5 without needing a shebang line on your .php5 scripts add the following to your rc.local:

# Allow PHP5 to run without shebang
modprobe binfmt_misc
echo ':PHP5:E::php5::/usr/bin/php5/php:' > /proc/sys/fs/binfmt_misc/register