Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87999 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15085 invoked from network); 1 Sep 2015 22:18:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Sep 2015 22:18:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.180 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.160.180 mail-yk0-f180.google.com Received: from [209.85.160.180] ([209.85.160.180:36134] helo=mail-yk0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 91/F2-23910-93426E55 for ; Tue, 01 Sep 2015 18:18:34 -0400 Received: by ykcf206 with SMTP id f206so5271902ykc.3 for ; Tue, 01 Sep 2015 15:18:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=HyTXe7JxNnWrkRFGw37xJ8YHx284uwbaNch2qVvbkt4=; b=AGvAMY8Y8CILTVqzydjUDRQs7A8ksqB5hTpJLKlreCnewcKylejT4scppjvqznHZHv vL1x03K0HTmmx+4bNcFdYEodtzLeL6vz8HZu768Ye/AA6SJObJNnUeu6eqUjMm90gJAH 1xtfHJgN3jltvb4NFAp3oFt5PXuBWUcMqBwZWsdlBB2nQljzpu36/zFsY1Rqs9W01fuM Tkyd1//14oT/6UD19XI9+Iob4y2dyXlIzXSB9ezGV3Gvza4nJapkAc8GYOEaNg88Kse7 qOBP56mZ1izpenDMfV1yaF9x1naQHuKlenZXyEjSCH6tCjvBZiqAKJ2AKC++OOqNq63W PFIQ== X-Received: by 10.13.221.197 with SMTP id g188mr6456747ywe.52.1441145911134; Tue, 01 Sep 2015 15:18:31 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.129.57.215 with HTTP; Tue, 1 Sep 2015 15:17:51 -0700 (PDT) In-Reply-To: <55E610C1.1000203@gmail.com> References: <55E610C1.1000203@gmail.com> Date: Wed, 2 Sep 2015 07:17:51 +0900 X-Google-Sender-Auth: Lm6auqrBOSxRB34QyJ3_M7SthVM Message-ID: To: Stanislav Malyshev Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Heads up: merging security patches to 7 From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi Stas, There are many fixes regarding unserialize. We also had many fixes regarding type mismatches. I suppose many 3rd party modules have same issues. How about have a doc for secure PHP internal coding? -- Yasuo Ohgaki yohgaki@ohgaki.net On Wed, Sep 2, 2015 at 5:55 AM, Stanislav Malyshev wrote: > 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >