I am having an acute problem
My company has two red hat linux machines
I have PHP 4.0.6 on one and the other has the upgraded version 4.1.2
We have an ERP project working all fine on the first machine on which PHP 4.0.6 has been installed.
Now i copied the whole project (all the files) from the first onto the new machine (PHP 4.1.2) with the same file heirarchy sructure.
However the variable $PHP_SELF is creating a problem. It shows different values on different machines. Consequently it produces lot of errors.
I mean i use
print $PHP_SELF; on both the machines
It prints two different values on two different machines. It should have printed the same values instead, since i copied all the files from one machine to other with absolutely no changes and with the same file heirarchy structure.
Is this a version problem ???
Your help would be greatly appreciated