Hi,
We are currently changing our web server and, in the process, updating PHP
version from 4.3.0 to 4.3.5. The problem we've got is that our PHP
applications do not see anymore external variables by default.
register_global s is set to "on". Any other thing we have to do or
configuration to set in order to see them in the global scope without
changing code?
TIA
Yannick
We are currently changing our web server and, in the process, updating PHP
version from 4.3.0 to 4.3.5. The problem we've got is that our PHP
applications do not see anymore external variables by default.
register_global s is set to "on". Any other thing we have to do or
configuration to set in order to see them in the global scope without
changing code?
TIA
Yannick
Comment