Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14552 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91257 invoked by uid 1010); 3 Feb 2005 01:43:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91242 invoked from network); 3 Feb 2005 01:43:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2005 01:43:40 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.4/2.6 Received: from ([80.74.107.235:60531] helo=mail.zend.com) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id 20/41-30841-AC181024 for ; Wed, 02 Feb 2005 20:43:39 -0500 Received: (qmail 26276 invoked from network); 3 Feb 2005 01:43:32 -0000 Received: from localhost (HELO andi-notebook.zend.com) (127.0.0.1) by localhost with SMTP; 3 Feb 2005 01:43:32 -0000 Message-ID: <5.1.0.14.2.20050202174311.02745400@localhost> X-Sender: andi@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 02 Feb 2005 17:43:29 -0800 To: Gareth Ardron , Rasmus Lerdorf Cc: Ilia Alshanetsky ,internals@lists.php.net In-Reply-To: <42018065.8010403@fission.org.uk> References: <42010045.20807@lerdorf.com> <5.1.0.14.2.20050201142816.026d21c0@localhost> <5.1.0.14.2.20050201111730.0299da70@localhost> <5.1.0.14.2.20050201111730.0299da70@localhost> <5.1.0.14.2.20050201142816.026d21c0@localhost> <5.1.0.14.2.20050201151955.02730ec0@localhost> <4200169A.6050905@lerdorf.com> <42001C1D.3090105@cschneid.com> <42001D7B.1040707@trickie.org> <420024EC.4080601@lerdorf.com> <4200457F.5080305@prohost.org> <42005629.3000905@lerdorf.com> <4200D48A.9070305@prohost.org> <42010045.20807@lerdorf.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] PHP 5.1 From: andi@zend.com (Andi Gutmans) At 01:37 AM 2/3/2005 +0000, Gareth Ardron wrote: >True, but you've still got a lot of boxes that are used both for dev and >production work. Take a small web design company, for example. Now in such >a position, the admin may want to access raw variables in dev.site.com but >have things restricted in www.site.com, if you see what I mean. > >Maybe an ini option which is a bool that allows users to access raw >get/post/whatever data or doesn't ? That doesn't make sense to me. Most people want to develop in an environment similar to the production environment. Andi