> PHP is already installed. If you want the latest 4.x series, use the > entropy installer. If you want PHP 5 you will have to build it > yourself from source. I have recently done that, I found this article > useful in doing so: > > http://www.phpmac.com/articles.php?view=177
Any idea why the HFS and Rendezvous modules had to be commented out in order for PHP to work? "If you have only used the PHP that came with OS X before: You may need to comment (place a # at the start of the line) the following lines in your Apache Configuration (/etc/httpd/httpd.conf) file: LoadModule hfs_apple_module libexec/httpd/mod_hfs_apple.so AddModule mod_hfs_apple.c LoadModule rendezvous_apple_module libexec/httpd/mod_rendezvous_apple.so AddModule mod_rendezvous_apple.c" -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php