Hi
Initilly we where using PHP 4.0.6 in our development server.
When the 4.1.2 version of PHP was released we upgraded the PHP version and also recompiled the apache with new version.
Now the problem is, through the browser PHP version 4.1.2 is geting executed.
If we run the php through shell 4.0.6(old) is executed.
execute phpinfo() through browser(apache web server) it shows verion 4.1.2
The same php when called through shell shows 4.0.6
Can any one tell me what is the problem.
I need 4.1.2 to be installed in my system completely(Both shell and Browser).
What should i do for that ...