Re: [PHP] register_global variables on Mac OS X

2002-10-08 Thread Steve Yates
> From: Jule Slootbeek [mailto:[EMAIL PROTECTED]] > register_globals to on, so i don't have to go through 15 pages of code > and change all my variables to $_POST['foo'] Try extract($HTTP_POST_VARS) which will create $foo for you. - Steve Yates - Your karma just ran over my dogma. ~ Do yo

Re: [PHP] register_global variables on Mac OS X

2002-10-08 Thread Jule Slootbeek
i didn't install from source, i installed from an OS X binary i found in the php website, i got a php.ini from someone else which i 'm suing, thanks guys! Jule On Tuesday, Oct 8, 2002, at 23:54 US/Eastern, CC Zona wrote: > In article <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] (Jule Slootbeek) w

Re[2]: [PHP] register_global variables on Mac OS X

2002-10-08 Thread Tom Rogers
Hi, Wednesday, October 9, 2002, 1:58:50 PM, you wrote: BL> On 10/8/02 11:54 PM, "CC Zona" <[EMAIL PROTECTED]> wrote: >>> Yeah that's the path to where php.ini should be (/usr/local/lib, in my >>> case, but the Jaguar version of PHP doesn't use a php.ini file, so >>> there's nothing there. BL>

Re: [PHP] register_global variables on Mac OS X

2002-10-08 Thread Bill Leonard
On 10/8/02 11:54 PM, "CC Zona" <[EMAIL PROTECTED]> wrote: >> Yeah that's the path to where php.ini should be (/usr/local/lib, in my >> case, but the Jaguar version of PHP doesn't use a php.ini file, so >> there's nothing there. There is no php.ini file included w/ Mac OS X.. But that's no big d

Re: [PHP] register_global variables on Mac OS X

2002-10-08 Thread CC Zona
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Jule Slootbeek) wrote: > Yeah that's the path to where php.ini should be (/usr/local/lib, in my > case, but the Jaguar version of PHP doesn't use a php.ini file, so > there's nothing there. Jaguar uses php.ini if it's in the expected location

RE: [PHP] register_global variables on Mac OS X

2002-10-08 Thread John W. Holmes
> Sent: Tuesday, October 08, 2002 10:55 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] register_global variables on Mac OS X > > well, there is no such file, i searched all over my drive, and there is > no php-ini.* php_ini.* > i guess i could try g

Re: [PHP] register_global variables on Mac OS X

2002-10-08 Thread Jule Slootbeek
-- >> From: Jule Slootbeek [mailto:[EMAIL PROTECTED]] >> Sent: Tuesday, October 08, 2002 10:32 PM >> To: [EMAIL PROTECTED] >> Subject: [PHP] register_global variables on Mac OS X >> >> Hi, >> i just installed PHP under Mac OS X and now i was looking around > tr

RE: [PHP] register_global variables on Mac OS X

2002-10-08 Thread John W. Holmes
L PROTECTED] > Subject: [PHP] register_global variables on Mac OS X > > Hi, > i just installed PHP under Mac OS X and now i was looking around trying > to find the php.ini file, or its equivalent, in order to turn > register_globals to on, so i don't have to go through 15 p

Re: [PHP] register_global variables on Mac OS X

2002-10-08 Thread Jule Slootbeek
ailto:[EMAIL PROTECTED]] > Sent: Wednesday, 9 October 2002 12:32 PM > To: [EMAIL PROTECTED] > Subject: [PHP] register_global variables on Mac OS X > > > Hi, > i just installed PHP under Mac OS X and now i was looking around trying > to find the php.ini file, or its equivalent,

RE: [PHP] register_global variables on Mac OS X

2002-10-08 Thread Timothy J Hitchens
October 2002 12:32 PM To: [EMAIL PROTECTED] Subject: [PHP] register_global variables on Mac OS X Hi, i just installed PHP under Mac OS X and now i was looking around trying to find the php.ini file, or its equivalent, in order to turn register_globals to on, so i don't have to go through 15

[PHP] register_global variables on Mac OS X

2002-10-08 Thread Jule Slootbeek
Hi, i just installed PHP under Mac OS X and now i was looking around trying to find the php.ini file, or its equivalent, in order to turn register_globals to on, so i don't have to go through 15 pages of code and change all my variables to $_POST['foo'] but i couldn't find anywhere where this