Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41648 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54324 invoked from network); 4 Nov 2008 17:02:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Nov 2008 17:02:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=Johannes.Schlueter@Sun.COM; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 192.18.6.24 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 192.18.6.24 gmp-eb-inf-2.sun.com Solaris 10 (beta) Received: from [192.18.6.24] ([192.18.6.24:54592] helo=gmp-eb-inf-2.sun.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9E/68-15458-0FF70194 for ; Tue, 04 Nov 2008 12:02:01 -0500 Received: from fe-emea-09.sun.com (gmp-eb-lb-2-fe2.eu.sun.com [192.18.6.11]) by gmp-eb-inf-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id mA4H1XiZ013277 for ; Tue, 4 Nov 2008 17:01:33 GMT Received: from conversion-daemon.fe-emea-09.sun.com by fe-emea-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <0K9T00H01IYW0R00@fe-emea-09.sun.com> (original mail from johannes@php.net) for internals@lists.php.net; Tue, 04 Nov 2008 17:01:33 +0000 (GMT) Received: from [192.168.1.103] ([62.216.212.218]) by fe-emea-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0K9T00BM7JA8HQB0@fe-emea-09.sun.com>; Tue, 04 Nov 2008 17:01:28 +0000 (GMT) Date: Tue, 04 Nov 2008 18:01:18 +0100 In-reply-to: <02e901c93e9d$389a8c90$3ffc1f3e@foxbox> Sender: Johannes.Schlueter@Sun.COM To: Steph Fox Cc: Marcus Boerger , Gregory Beaver , Christian Schneider , Lukas Kahwe Smith , PHP Development Message-ID: <1225818078.9595.1.camel@goldfinger.johannes.nop> MIME-version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-type: text/plain Content-transfer-encoding: 7BIT References: <49048EC1.9060908@chiaraquartet.net> <49061E01.8060503@zend.com> <11c607a60810271344i1a8cf53fl149447ad2f687f99@mail.gmail.com> <490628DB.9060209@zend.com> <11c607a60810271422l68949427pe31786275b0b152c@mail.gmail.com> <08747094-6B50-4A0D-9057-DFD12108B6C6@caedmon.net> <94CCB864-179A-48DA-A89A-3859796A9257@pooteeweet.org> <49063A1D.7070804@zend.com> <4906405F.7090205@zend.com> <490747B2.2010201@zend.com> <4D9A8597-EFE6-418A-B7F6-EAD9ED2361A5@pooteeweet.org> <7FA6946B-57B9-4BC0-B2F1-AFD47572F363@pooteeweet.org> <491071EC.7020501@cschneid.com> <49107527.7060604@chiaraquartet.net> <02e001c93e9c$a8874f30$3ffc1f3e@foxbox> <1219068137.20081104174457@marcus-boerger.de> <02e901c93e9d$389a8c90$3ffc1f3e@foxbox> Subject: Re: [PHP-DEV] namespace separator and whining From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Tue, 2008-11-04 at 16:48 +0000, Steph Fox wrote: > >> What am I missing? > > > > That INI is the worst we could do. Because it prevents from writing > > portable code. > > This particular INI doesn't prevent anyone writing portable code. It simply > gives the option of a 'tighter' development mode. IT will break the code from everybody who doesn'T expect such a flag exists and the average application user won't know and jsut see errors which "randomly" occur. No ini settings for basic behavior. johannes