Hi there!
I'm struggling with php at present in that I don't know which version I'm running! I'm using Mac OS X Server 10.4.8 on a G5 iMac.
In Terminal, when I issue a 'php -v' it returns 'PHP 4.4.4 (cli) (built: Nov 1 2006 18:12:33)'
But when I invoke a page on my server with '<?php phpinfo() ?>' the Apache version result is 'Apache/1.3.33 (Darwin) mod_jk/1.2.3-dev PHP/5.2.1 mod_ssl/2.8.24 OpenSSL/0.9.7l' (And the header says Version 5.2.1 as well!!!)
So I know I have php running, but I'm concerned that there may be conflicts here! Several restarts do not appear to have changed the result! Does anyone know how I can resolve this?
Kind regards
John Buckingham