Hey all,
I am running a server with Red Hat 9...and when I type 'php-v' in the command prompt, it tells me that the server has PHP 4.3.5...however when I check phpinfo() on a page, it tells me I have 4.2.2.
I know that the server is officially running 4.2.2 because I try using functions (i.e: mysql_real_escape_string) that were introduced afterwards 4.3, but get fatal errors. Does anybody know what could be causing this?
Also, the server is running on Apache 2.0 and may be running PHP as a module.
What could be causing this? Can I disable 4.2.2 somehow to allow 4.3.5 to take effect?
Thanks!