Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20160 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45302 invoked by uid 1010); 18 Nov 2005 15:43:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 45287 invoked from network); 18 Nov 2005 15:43:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2005 15:43:09 -0000 X-Host-Fingerprint: 195.227.108.51 wfserver02.wf-ppr.de Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) Received: from ([195.227.108.51:34033] helo=wfserver02.wf-ppr.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id A1/DA-07637-C86FD734 for ; Fri, 18 Nov 2005 10:43:08 -0500 Date: Fri, 18 Nov 2005 16:43:04 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Message-ID: <00A2E2156BEE8446A81C8881AE117F192C1BB0@companyweb> Content-class: urn:content-classes:message X-MS-Has-Attach: X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 X-MS-TNEF-Correlator: Thread-Topic: AW: [PHP-DEV] dropping curly braces Thread-Index: AcXsUJzKFlCoUd18R+qlG9qZmAMhDwAAWzpQ To: "Rasmus Lerdorf" Cc: Subject: AW: AW: [PHP-DEV] dropping curly braces From: mp@webfactory.de ("Matthias Pigulla") > For the 13th time. {} is not going away in 5.1. From the NEWS file: 16 Nov 2005, PHP 5.1 Release Candidate 5 - Added an E_STRICT warning on the usage of {} for accessing of string offsets. (Ilia) That is, code that has been tested with RC4 and that worked (not even a notice on whatever error reporting level) might suddenly misbehave (produce warnings) as of RC5. Now don't start that stupid "disable error output on production systems" discussion again. I want my code to work on whatever setup my customers use and I have no control over that. Even if it's as simple as emitting a warning - it is a stupid, unnecessary change in the RC phase. That is about professionalism. -mp.