Hi folks,
I just upgraded a 10.3 machine to 10.4. After the upgrade, the PHP installation prevented a certain PHP application from running properly... I have a mess now.. I've had PHP4, PHP5, and Zend Optimizer version 2, 3.0 and 3.2.8 installed.. PHP4 was the default OS X installation, PHP5 was the Entropy version, and the Zend Optimizers were from the Zend site
I'm confused about a few things.. first of all..
I *think* my 10.4 Apache httpd.conf file lives at /private/etc/httpd/httpd.conf
BUT.. i see no mention of PHP5 in that file.. so I'm wondering if I'm looking at the actual httpd.conf file that drives my 10.4 web server... any advice there? Could the file live somewhere else.. or can php5 actually be running without being mentioned in the httpd.conf file. By the way, the lines to enable php4 are commented out in that file, as they should be if I'm trying to run php5.
Secondly... I'm trying to get a PHP application running. It doesn't think that the Zend Optimizer is installed, even though it seemed I installed it from terminal correctly..
My plan is to wipe the PHP 4 and 5 installations as well as all occurrences of the Zend Optimizer.. and then reinstall PHP (4 or 5) along with the Zend Optimizer (which the application needs to run)..
part of the issue is that I think that the version of the version 3.2.8 Zend Optimizer I installed for PHP 5 was intended for Darwin 5.6 and even though it ran correctly.. I'm not sure the version for 5.6 jives with Tiger...
I suppose it might be safest to reinstall PHP 4.x and Zend 2.x which I know work.. in any case..
any advice anyone can offer would be most appreciated. thanks