[PHP] Why my $SERVER_NAME variable is not working anymore?

2004-02-04 Thread Gabriel Schillaci
Hi. This is a stupid question, I know. I'm using my old set of routines well documented and bullet proof. They were working just fine on Win and Linux systems, regardless of webserver of php version, UNTIL php 4.3.x - IIS over Win destroyed my life. Is there something I can do on php.ini file or

Re: [PHP] Why my $SERVER_NAME variable is not working anymore?

2004-02-04 Thread John Nichel
Gabriel Schillaci wrote: Hi. This is a stupid question, I know. I'm using my old set of routines well documented and bullet proof. They were working just fine on Win and Linux systems, regardless of webserver of php version, UNTIL php 4.3.x - IIS over Win destroyed my life. Is there something I

Re: [PHP] Why my $SERVER_NAME variable is not working anymore?

2004-02-04 Thread John Nichel
John Nichel wrote: Gabriel Schillaci wrote: Hi. This is a stupid question, I know. I'm using my old set of routines well documented and bullet proof. They were working just fine on Win and Linux systems, regardless of webserver of php version, UNTIL php 4.3.x - IIS over Win destroyed my life.

Re: [PHP] Why my $SERVER_NAME variable is not working anymore?

2004-02-04 Thread Gabriel Schillaci
not. Gabriel - Original Message - From: John Nichel [EMAIL PROTECTED] To: Gabriel Schillaci [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, February 05, 2004 12:55 AM Subject: Re: [PHP] Why my $SERVER_NAME variable is not working anymore? Gabriel Schillaci wrote: Hi. This is a stupid

Re: [PHP] Why my $SERVER_NAME variable is not working anymore?

2004-02-04 Thread John Nichel
Gabriel Schillaci wrote: Thanks John for your quick answer. What I'm looking for is for a miraculous way to convert or adapt my existing code. I already detected where are each one of my lost variables. I just want to know if the only way I have is to manually replace every old variable by the

Re: [PHP] Why my $SERVER_NAME variable is not working anymore?

2004-02-04 Thread John Nichel
Gabriel Schillaci wrote: It is already set to ON, but still getting the same message, and other messages such as: Notice: Undefined variable xxx This is another kind of error I started to receive since we moved from Linux/php 4.2.x to Win/php 4.3.x Until 4.2.x, this code was good for