Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68292 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 157 invoked from network); 23 Jul 2013 21:32:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jul 2013 21:32:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=krebs.seb@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=krebs.seb@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.177 as permitted sender) X-PHP-List-Original-Sender: krebs.seb@gmail.com X-Host-Fingerprint: 209.85.192.177 mail-pd0-f177.google.com Received: from [209.85.192.177] ([209.85.192.177:63175] helo=mail-pd0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D0/71-26646-A86FEE15 for ; Tue, 23 Jul 2013 17:32:58 -0400 Received: by mail-pd0-f177.google.com with SMTP id p10so8520423pdj.8 for ; Tue, 23 Jul 2013 14:32:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=m2535JsXI8O2R1zm9Hto4gIXMpZP4K2OpJqamKk5Z/U=; b=YVnk6l9isNk8NSMgYpLcEHcXZfeUL82S1IAXGFLQ7UKGpPX03zuKkwANqvmITwNrY4 djsGon+vsY0zV3ycY2iScqZeVWr33c7+2U6ZtD1B2ueJNVqZsUrNgcSVDYRru8wA26r6 brIKV1xdXSzHwPGt84S3BpitqbQd6DzG1HZbZ/TTxN4l2QLhpIXDZthDtBf3sXEoEi9H JBypXe8KGzntrq/latJHdODWOhp+BxGwwguP2YHh0haZiyfCyMzfBDwWj9WT35oEgbqv nbdgdL+kUIYt7cXwey/kj7l/9bvh+Cekku+08bYtMy46enantvGZ2NeBor+ANM0kChmx 4g6w== X-Received: by 10.66.49.233 with SMTP id x9mr40183291pan.3.1374615175800; Tue, 23 Jul 2013 14:32:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.70.0.194 with HTTP; Tue, 23 Jul 2013 14:32:15 -0700 (PDT) In-Reply-To: <65A27135-AAB6-4CEF-BAA3-5ED9C9B2A3D2@wiedler.ch> References: <60BF8DD5-FEEA-47D9-834F-6C7FDEF3B879@wiedler.ch> <403E6D88-8057-48F1-A742-73D026CB1760@wiedler.ch> <65A27135-AAB6-4CEF-BAA3-5ED9C9B2A3D2@wiedler.ch> Date: Tue, 23 Jul 2013 23:32:15 +0200 Message-ID: To: Igor Wiedler Cc: PHP internals list Content-Type: multipart/alternative; boundary=bcaec544eb6c41aca504e2348923 Subject: Re: [PHP-DEV] [RFC] Importing namespaced functions From: krebs.seb@gmail.com (Sebastian Krebs) --bcaec544eb6c41aca504e2348923 Content-Type: text/plain; charset=ISO-8859-1 2013/7/23 Igor Wiedler > Hi Sebastian, > > The reason is precisely to avoid BC breaks, such as the one that you > quoted from the FAQ. > > Are you suggesting that such a BC break is acceptable for 5.6? > I don't fear BCs and actually I prefer BCs against weak compromises. This depends on the weight of the BC ;) But aside: I am a regular user, not a core-dev or something. I just comment. > > As much as I dislike introducing new syntax, keeping BC was the reason I > did so. > > -- github.com/KingCrunch --bcaec544eb6c41aca504e2348923--