Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87998 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3803 invoked from network); 1 Sep 2015 20:55:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Sep 2015 20:55:42 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.46 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.46 mail-pa0-f46.google.com Received: from [209.85.220.46] ([209.85.220.46:35104] helo=mail-pa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 48/22-23910-DC016E55 for ; Tue, 01 Sep 2015 16:55:42 -0400 Received: by pacfv12 with SMTP id fv12so7230250pac.2 for ; Tue, 01 Sep 2015 13:55:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=VJgYE4nn+NdE/xOpSlSIM8BnmA0bdX48+/6Ab0Nyo7Q=; b=xwFf8X+jpQTKJkh9KPOjnk8T+jh9Cgo/0akXOwGTaT+Z4I/QA6u7IldcipYkcfgNxk ZpbacHgQJmopWdP1vENzCO9414T/Fyv3+Q4P3a6ZKiCtPKd2Nn+rQc0NK1t+2hOURhpN S4ftztvNhIZRWvu5mp0eH6FJFvVWjJ69XD5eq0qrUZ3ePRb4Yg46vx3EEotc66rx8z8m VNM8/8UVF21PuSP2hHDzaVFnor/O6p5ZDw8btvW/BYy3P2qRwHqvN6CEe2gw8Mp/ZaoI usEWc/QGMSJ8QLI1f7XU1xsTBYBj4brmQy9npPFDB2Z8f6DKdfIi++F3aAO0B+JvGFUv Wo3Q== X-Received: by 10.68.111.3 with SMTP id ie3mr50306476pbb.63.1441140939172; Tue, 01 Sep 2015 13:55:39 -0700 (PDT) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by smtp.gmail.com with ESMTPSA id fd5sm12622005pbb.53.2015.09.01.13.55.38 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 01 Sep 2015 13:55:38 -0700 (PDT) To: PHP Internals X-Enigmail-Draft-Status: N1110 Message-ID: <55E610C1.1000203@gmail.com> Date: Tue, 1 Sep 2015 13:55:29 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Heads up: merging security patches to 7 From: smalyshev@gmail.com (Stanislav Malyshev) Hi! I've recently committed a number of fixes to 5.x branch. These fixes mainly concern (un)serialization scenarios, you can see the full list in 5.4/5.5 NEWS. These changes are not merged yet to master/7.0 since due to extensive differences between 5.x and 7 in zval handling, they basically must be rewritten for 7. I don't want to commit completely broken code to master, so I'll work on at least getting it to a state where there is no new breakage and then porting the fixes properly to 7, but that can take a couple of days. In the meantime, please be aware that 5.x and master may not be in full sync and exercise caution if you merge stuff from 5 to 7. -- Stas Malyshev smalyshev@gmail.com