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

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

2002-08-08 Thread Hanser, Kevin
I'm having a really _weird_ problem with PHP 4.2.x and Oracle 8i (8.1.6). I recently decided it was time to update php on our development server, in preparation of updating the production server. Currently, they are both running 4.0.3pl1. I downloaded, compiled and installed 4.2.2 on the dev se

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
Poon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 2:04 PM Subject: [PHP-INST] weird problem... > 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. I&#x

[PHP-INST] weird problem...

2002-05-23 Thread TeWoei Poon
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. I've been following the installation instructions... I've done the necessary changes to httpd.conf LoadModule php4_module C:/php.4.2.1/sapi/php4apache.dll AddType application/