Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77302 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39694 invoked from network); 18 Sep 2014 04:44:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Sep 2014 04:44:32 -0000 Authentication-Results: pb1.pair.com header.from=jrbasso@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jrbasso@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.47 as permitted sender) X-PHP-List-Original-Sender: jrbasso@gmail.com X-Host-Fingerprint: 209.85.192.47 mail-qg0-f47.google.com Received: from [209.85.192.47] ([209.85.192.47:38968] helo=mail-qg0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/10-38784-F236A145 for ; Thu, 18 Sep 2014 00:44:31 -0400 Received: by mail-qg0-f47.google.com with SMTP id i50so417528qgf.20 for ; Wed, 17 Sep 2014 21:44:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=HJ539mk1+lcXVWXGacQD61jJOxaT20L5MZu1mNzynuQ=; b=ie3c1iSd+HPnQy4JXhr57uk5DLs708U1hVdDiPGFZEwdwCaEuuDUhOtAbVOtWZnzVo SDgRcgXdpZAXl3uM0TlSJ1C6WTrudj5fDbcHicT983Rc5f+ka1qK5kcNkeNVo5vshyje nmG8eSFjhgTEODpmpuGnVCd+rfy4XXiNAxWP3MpZxSuDyGAP32uHqN9oTq54clJRz7tV OdJ2iC+EVZHJL6wY2mHUQ6k2SAqz8qf7eClwCtmOn1RmRNQKGZc+CVHLy9sG8CqneyPN ypSh8XewhDc98wSeTivDJh4/ULkQa1OFGcTqJFU7djTwj8TBf8tQnSpV2b1spL0oMZ1a EUlg== MIME-Version: 1.0 X-Received: by 10.224.80.65 with SMTP id s1mr3821542qak.41.1411015468059; Wed, 17 Sep 2014 21:44:28 -0700 (PDT) Received: by 10.140.108.164 with HTTP; Wed, 17 Sep 2014 21:44:28 -0700 (PDT) Date: Thu, 18 Sep 2014 00:44:28 -0400 Message-ID: To: PHP Content-Type: multipart/alternative; boundary=001a11c2c55cbf128705034fa355 Subject: Fix for #50224 From: jrbasso@gmail.com (Juan Basso) --001a11c2c55cbf128705034fa355 Content-Type: text/plain; charset=UTF-8 Hi, I came up with a solution for #50224 (https://bugs.php.net/bug.php?id=50224) on the PR https://github.com/php/php-src/pull/642 Has a lot discussion on the PR, but since July 31st there is no response. The main open discussion is in which version to apply it. Thanks, Juan Basso --001a11c2c55cbf128705034fa355--