Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42138 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23730 invoked from network); 7 Dec 2008 20:46:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Dec 2008 20:46:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike503@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike503@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.236 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: mike503@gmail.com X-Host-Fingerprint: 209.85.198.236 rv-out-0506.google.com Received: from [209.85.198.236] ([209.85.198.236:31146] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1A/6D-51990-0463C394 for ; Sun, 07 Dec 2008 15:46:57 -0500 Received: by rv-out-0506.google.com with SMTP id g37so858454rvb.23 for ; Sun, 07 Dec 2008 12:46:54 -0800 (PST) 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 :content-transfer-encoding:content-disposition:references; bh=1EnbRAQoou8CiGaIfXA5ST5riuPWVCxp3dTNbKcEJLE=; b=ktHiWMCl0eWf/dxqPbPGeyrWRUxgsUikhmlR/iDC3Epo9itwUKvdETzT+FFR7vkAaz J/1rDIqziBjznTjkOkFBs0deFd31aeFnXqUMs4DfBrDcV9tQBFh4VXtiNBoNT99DlguR 2nhOtuA+eugVEQLIqm0ioq/F1VE/lah81YyVI= 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:content-transfer-encoding:content-disposition :references; b=V/Jq03pDrxXvCCUN+xQR49IQ2l61xJOUAiBDD8nsDibgYE9SgRFovG8lt6ZPfiPBJQ FOnerxt4j4no8X6uaeB5tkJrj1xgDHcOzvQRXj4Rl8nALXj6ZzY2YBreR9Y5ZvvIP9D7 Vy7hjltcCdT65249nw/fwNFDsKeUBOd9NZH2o= Received: by 10.140.132.3 with SMTP id f3mr1276050rvd.21.1228682814203; Sun, 07 Dec 2008 12:46:54 -0800 (PST) Received: by 10.141.146.16 with HTTP; Sun, 7 Dec 2008 12:46:54 -0800 (PST) Message-ID: Date: Sun, 7 Dec 2008 12:46:54 -0800 To: "Ilia Alshanetsky" Cc: "Scott MacVicar" , "PHP Internals" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <40E11268-D705-4F32-96E0-4C0AEA27AAC9@macvicar.net> Subject: Re: [PHP-DEV] Re: PHP 5.2.7 + magic_quotes_gpc broken From: mike503@gmail.com (mike) In the meantime shouldn't this be posted on php.net? Uninformed people are thinking that 5.2.7 is good to go. On Sun, Dec 7, 2008 at 10:16 AM, Ilia Alshanetsky wrote: > I will be re-branching 5.2.7 with this revert for the purpose of 5.2.8 this > week. This will allow the normal 5.2 bug fixing to continue as normal. > > > On 6-Dec-08, at 3:35 PM, Scott MacVicar wrote: > >> Hey, >> >> There have been several bug reports about magic_quotes_gpc being broken, >> at the moment in 5.2.7 the escaping is not performed even when enabled. So >> any applications that attempt to undo the work of magic_quotes_gpc will end >> up with problems. >> >> I've backed out the bug that broke this #42718 >> >> Since this is a relative serious issue from a security stand point if >> people rely on it being enabled and a potential data loss for those trying >> to undo it, I'd like to see a release packaged asap. >> >> If Ilia agrees then could fixes to the 5.2 branch be restricted to build >> fixes only. >> >> Scott > > Ilia Alshanetsky > > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >