Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50398 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24247 invoked from network); 20 Nov 2010 00:15:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Nov 2010 00:15:07 -0000 Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: felipensp@gmail.com X-Host-Fingerprint: 209.85.214.42 mail-bw0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:46922] helo=mail-bw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 10/65-29351-A0317EC4 for ; Fri, 19 Nov 2010 19:15:07 -0500 Received: by bwz13 with SMTP id 13so4547019bwz.29 for ; Fri, 19 Nov 2010 16:15:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=yVOAeK0M11RSZZ0PRUj4JGnkN8udK3UeNmUfb1ASWdQ=; b=H3EfYua+7qlgCPCm5+I4p+sUZnqSgGJRBqf72so+1jC2k9KAX+Y8eUNttsi6UO015S QIoTPUUeRb69GSiqFlovMhw4b+QacuZT3SV38FZ1m42vmGi0FXpRSIcNDPNR4TmhVBhh 9JebPFf+dUrV15z9HCAq1wRmduJGwXU6O19Is= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=XdCHa0hmrUaxAuo45w1cPNTwZVxl+8ALKrjYYaeTHs1ayP0ZXOgMtM6OQjZH1/SVpy 83Tuxf6ypUQanACbnieVdQQM+DasUUpZRLIeB9Pa+26zXGcyDwrW8A+VjVz7/1+tv4gR Leo/IXhRP0364OkwP5/sGdv6+zb1vauUXl6XM= Received: by 10.204.66.148 with SMTP id n20mr2721601bki.137.1290212103615; Fri, 19 Nov 2010 16:15:03 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.52.146 with HTTP; Fri, 19 Nov 2010 16:14:43 -0800 (PST) In-Reply-To: References: <20101119154301.GB9213@redhat.com> Date: Fri, 19 Nov 2010 22:14:43 -0200 Message-ID: To: Chris Stockton Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=001636c5ad921ef43d049570eab5 Subject: Re: [PHP-DEV] [PATCH] fix extract w.r.t GLOBALS again From: felipensp@gmail.com (Felipe Pena) --001636c5ad921ef43d049570eab5 Content-Type: text/plain; charset=UTF-8 Hi Chris, 2010/11/19 Chris Stockton > On Fri, Nov 19, 2010 at 8:43 AM, Joe Orton wrote: > > The check to prevent extract() overwriting $GLOBALS got broken at some > > point - here's a fix: > > I remember http://bugs.php.net/47409 for this some time ago and seeing > it marked applied. After taking a peak it looks like the patch in the > bug report was ignored. One more reason why I stopped contributing I > guess. > > The fix committed to the related bug was just like your patch, except that you did the right sizeof() - 1. Then as you see, we need contributions... making patches... testing fixes... reviewing fixes... As it's said in the bugsweb... "Help us make PHP better." :) -- Regards, Felipe Pena --001636c5ad921ef43d049570eab5--