php local & global env-vars
Hi,i recently upgraded to php 4.2.3., which seems to have messed up my existing php.ini settings:
I used to have two seperate values for the environment variables, one from the server domain (global) and one from the client domains (local).
e.g.: HTTP_HOST would come up with servername (global) and client-domainname (local).
But i only get the global ones currently.
Does anyone know what might be the reason or a fix for this?
Thanks.