Hi,
I just installed Apache 2 and PHP 5.0.4. I got rid of Apple's supplied Apache and PHP.
The only php binary left is the one I compiled and it's at:
/usr/local/apache2/php/bin/php
It loads into Apache2 fine, as when I go to a dir, it says:
Apache/2.0.54 (Unix) PHP/5.0.4 mod_ssl/2.0.54 OpenSSL/0.9.7b Server at localhost Port 80
Ehen I do a phpinfo(), it says:
Configuration File (php.ini) Path /usr/local/apache2/php/lib
I copied the recommended one to that path, but even after I change some settings in it like register_globals, and restart Apache (yes, I made sure it was stopped before restarting), PHP won't change it's settings. I made sure the owner and group and permissions were the same as the other stuff, like when PHP makes a file, it's nobody, admin.
Anyways, any ideas?
Thanks!