RE: [PHP-INST] Weird problem with php 4.2.x and Oracle 8i (8.1.6)

2002-08-08 Thread Hanser, Kevin
I believe I found the problem. right after I posted the original message, I began to work on the chagnes to the page which made me aware of this error in the first place. Not being the original writer of the page, I looked over the code to get a li'l feel for it and whatnot... I noticed that thi

Re: [PHP-INST] weird problem...

2002-05-23 Thread MikeParton
t;[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 2:29 PM Subject: Re: [PHP-INST] weird problem... > Mike, > > You are COOL! Thanks. > > --- MikeParton <[EMAIL PROTECTED]> wrote: > > Did you leave register_globals set to off in your > > php.ini? If so, you need

Re: [PHP-INST] weird problem...

2002-05-23 Thread TeWoei Poon
Mike, You are COOL! Thanks. --- MikeParton <[EMAIL PROTECTED]> wrote: > Did you leave register_globals set to off in your > php.ini? If so, you need > to declare your $_ENV superglobal variable at the > beginning of your script > (see the section in the php manual on > register_globals and the

Re: [PHP-INST] weird problem...

2002-05-23 Thread MikeParton
Sorry, that should be $_SERVER superglobal NOT $_ENV - Original Message - From: "MikeParton" <[EMAIL PROTECTED]> To: "TeWoei Poon" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 2:21 PM Subject: Re: [PHP-INST] weird problem

Re: [PHP-INST] weird problem...

2002-05-23 Thread Jim Thome
Read the news release: http://www.php.net/release_4_2_1.php External variables are no longer enabled by default. >>> TeWoei Poon <[EMAIL PROTECTED]> 05/23/02 12:07 PM >>> Hey all, This is really weird. I've just upgraded the php version from 4.0.5 to 4.2.1. I'm running Apache on Windows 98.

Re: [PHP-INST] weird problem...

2002-05-23 Thread MikeParton
Did you leave register_globals set to off in your php.ini? If so, you need to declare your $_ENV superglobal variable at the beginning of your script (see the section in the php manual on register_globals and the superglobal arrays). HTH Mike - Original Message - From: "TeWoei Poon" <[E