Installation
PHP (as an Apache DSO)
- Get and untar the latest PHP tarball from www.php.net
- ./configure -with-apxs=/usr/sbin/apxs -with-mysql
- make
- make install
- Edit /etc/httpd/conf/httpd.conf and make sure you have:
- For PHP Version 4 you need:
- apachectl start