Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39696 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59146 invoked from network); 6 Aug 2008 12:04:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Aug 2008 12:04:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=arvids.godjuks@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=arvids.godjuks@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.33 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: arvids.godjuks@gmail.com X-Host-Fingerprint: 209.85.217.33 mail-gx0-f33.google.com Received: from [209.85.217.33] ([209.85.217.33:36319] helo=mail-gx0-f33.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A7/D2-41960-93399984 for ; Wed, 06 Aug 2008 08:04:10 -0400 Received: by gxk14 with SMTP id 14so4497901gxk.23 for ; Wed, 06 Aug 2008 05:04:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=Abul6uDy0adZU30pYiBlYGrPScXvVH246W62dmxrkwo=; b=tIk/MwvKQPV4IbgA50YZKbD/FUU6TKWAfOVGVkHhAqtY/8lFiPAzUNJssNK836I5lI ihFdT47PTV8XGmQobS0WL1rJHSWFo5HNCSj2gyfB1/b1CuKfCvHjhqt+lxf8LQPiODu4 NUsy+7Bqshc2hCMDt5BU3kMre8ou1r6p6NYDM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=g0c0IoTMtaECdxMXfMXgZk3N4B8T7UhvWlIgEpKJzOwY1cR5P1Rnx64VAM7RO1CCyU PI6apLF+YN70z3HVE6Ph+rNUctiIYFlAYXv/8smHTGQywOjE8YvOyuWMoWfTqPKjdu5K VkCJeP1PZ4x8KVPGi1+TzmL3KrR3PZT2pY+L4= Received: by 10.67.115.3 with SMTP id s3mr440193ugm.68.1218024246371; Wed, 06 Aug 2008 05:04:06 -0700 (PDT) Received: by 10.67.89.3 with HTTP; Wed, 6 Aug 2008 05:04:06 -0700 (PDT) Message-ID: <9b3df6a50808060504i4f1906fbxe2031bdcc735e290@mail.gmail.com> Date: Wed, 6 Aug 2008 15:04:06 +0300 To: "Marcus Boerger" Cc: "Stanislav Malyshev" , "Moriyoshi Koizumi" , "Larry Garfield" , internals@lists.php.net In-Reply-To: <511362913.20080806131236@marcus-boerger.de> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8213_15231780.1218024246378" References: <909776579.20080803142659@marcus-boerger.de> <4896EA3C.6010203@zend.com> <4897E9B5.9020006@at.wakwak.com> <200808052035.12199.larry@garfieldtech.com> <489908C2.9040200@at.wakwak.com> <489939C5.2090007@zend.com> <511362913.20080806131236@marcus-boerger.de> Subject: Re: [PHP-DEV] Inconsistencies in 5.3 From: arvids.godjuks@gmail.com ("Arvids Godjuks") ------=_Part_8213_15231780.1218024246378 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline I think it is good as it is. Realy, I'd prefer even a change to global like this: function test ($someparam) global ($someGlobalVariable) { // code here } Or even make it consistent with lamda's and make use of "use" statment instead of global. P.S. I know my comment will be yeald at, so please avoid that so not to polute the list. Just think a little, maybe it is a good idea. P.S.S. Sometimes I realy want an ability to define superglobal variables in some way. ------=_Part_8213_15231780.1218024246378--