RE: [PHP] Post 4.1.0 PHP

2002-05-30 Thread Jaime Bozza
purpose of having the new "superglobals") Jaime Bozza -Original 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 wrot

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, EXTR_OV

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