[PHP] Post 4.1.0 PHP

2002-05-30 Thread Michael Hall
I've been using PHP 4.0.1 for ages now, and have decided to upgrade one of my machines to 4.2.1 and get used to working under the new security arrangements. I understand that older scripts are fully compatible with 4.1.0+, or can be made so with minimal fuss. I am assuming that scripts written

Re: [PHP] Post 4.1.0 PHP

2002-05-30 Thread Gerard Samuel
Search back in the archive about 3-4 weeks ago, there was some talks on this matter Michael Hall wrote: I've been using PHP 4.0.1 for ages now, and have decided to upgrade one of my machines to 4.2.1 and get used to working under the new security arrangements. I understand that older

Re: [PHP] Post 4.1.0 PHP

2002-05-30 Thread Kurth Bemis (List Monkey)
At 11:35 PM 5/30/2002 +0930, Michael Hall wrote: When I asked I got this response. $types_to_register = array('GET','POST','COOKIE','SESSION','SERVER'); foreach ($types_to_register as $type) { $arr = @${'HTTP_' . $type . '_VARS'}; if (@count($arr) 0) { extract($arr,

RE: [PHP] Post 4.1.0 PHP

2002-05-30 Thread Jaime Bozza
Message- From: Kurth Bemis (List Monkey) [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 9:59 AM To: Michael Hall Cc: PHP List Subject: Re: [PHP] Post 4.1.0 PHP At 11:35 PM 5/30/2002 +0930, Michael Hall wrote: When I asked I got this response. $types_to_register = array('GET','POST