Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58794 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65587 invoked from network); 8 Mar 2012 17:08:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Mar 2012 17:08:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=simonsimcity@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=simonsimcity@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.160.42 as permitted sender) X-PHP-List-Original-Sender: simonsimcity@googlemail.com X-Host-Fingerprint: 209.85.160.42 mail-pw0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:50635] helo=mail-pw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0F/6B-00152-187E85F4 for ; Thu, 08 Mar 2012 12:08:17 -0500 Received: by pbcun1 with SMTP id un1so1842381pbc.29 for ; Thu, 08 Mar 2012 09:08:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=1rK3TPLXy1/4bqwEzWIsr6sEIxHGegi9/wcCkNFKdns=; b=pG5VPdjGIYsVbjZplyNxNkv5SBp06SbmI+Sv2MzDqqA5HRm01T00PUH8HQUOJw2peh 40nkq6i268Drbpeeh93vT+53NaD7PgZib3sEyB5b/fDq2Gv0X6hsdOrFRtGLeevuZ9TY KalWksyuZLy3MmBkr3fneRPQLPHJ/CVY8DPs9OVK2eqzm1S40BwHtOI4WN89WxdN0Tvb EUmv/eAonnME/RMn49cDK6eFAv6A9BuCxRjLXJ2dwjsU49PBTh3cG6B1m/OoU8dLwUXu oz0GePNk3CRcCOpiVpxkUiHuZxzjxrLdm0FmXLr+n9L7rf8W9DsmoOxGk/DH4/33oh/o fz6A== MIME-Version: 1.0 Received: by 10.68.229.169 with SMTP id sr9mr7904862pbc.164.1331226494989; Thu, 08 Mar 2012 09:08:14 -0800 (PST) Received: by 10.68.37.38 with HTTP; Thu, 8 Mar 2012 09:08:14 -0800 (PST) In-Reply-To: <4F58DEB5.2030704@php.net> References: <4F58DEB5.2030704@php.net> Date: Thu, 8 Mar 2012 18:08:14 +0100 Message-ID: To: Sebastian Bergmann Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] Specify namespace to include file into. From: simonsimcity@googlemail.com (Simon Schick) 2012/3/8 Sebastian Bergmann : > Am 08.03.2012 17:05, schrieb Michael Morris: >> Thoughts? > > =C2=A0Sounds pointless/useless to me. > > -- > Sebastian Bergmann =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0Co-Founder and Principal Consultant > http://sebastian-bergmann.de/ =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 http://thePHP.cc/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > Hi, I understand why you want to have this feature ... Let me just put a view questions in here: * what if the included file contains direct code or a bunch of functions? * what about *_once file-includes inside this files? * what if the included file provides an auto-class-loader? If you just have class-files and not direct code there are still some opened questions ... The idea makes sense to me, but currently there are too much opened questions for me to take a closer look at it. Bye Simon