Building PHP5.2 for Apache 2.4 with mysql support on Centos 6 x64

I know PHP 5.2 is obsolete and probably insecure, this is for restricted internal use only

./configure --with-apxs2=/usr/local/apache24/bin/apxs \ --with-mysql=/usr --with-mysql=/usr/bin/ --with-libdir=lib64 --prefix=/usr/local/php52

Assistance from here

Leave a Reply

Your email address will not be published. Required fields are marked *