Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76521 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3521 invoked from network); 14 Aug 2014 17:43:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Aug 2014 17:43:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=keyurgovande@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=keyurgovande@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.178 as permitted sender) X-PHP-List-Original-Sender: keyurgovande@gmail.com X-Host-Fingerprint: 209.85.213.178 mail-ig0-f178.google.com Received: from [209.85.213.178] ([209.85.213.178:49085] helo=mail-ig0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E7/4A-40673-635FCE35 for ; Thu, 14 Aug 2014 13:43:18 -0400 Received: by mail-ig0-f178.google.com with SMTP id uq10so5730921igb.5 for ; Thu, 14 Aug 2014 10:43:15 -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=4A4lDEAur46Wat1h/58y7Juw3KRMNYgQllg8WNLFZD0=; b=XFuu0VgxZ8Qojp7vebSAcqsiGzqxFq2ThJS3qRq3fdgzhytr6Q0t6i2WIr/bO3+kro N0hffPbO5qr9i+MeMV3P6bmS/aX1dW3Db70ujuMLKxuRCjIcQ02XpPB5n5hO/dux91vJ WHZCEuEH4J3xxeK6hA0uH2TfgeTUT///kJXV0hkB2kpSrboU3WvOd3Mo+qRS5Omxl9RB vqG/aBJqq6Uq6er4J+TzaKdo7DSXQ8V3qGFgU/Koicl8hCK/f9ER/rn+OYVAepPpAtLc YwlbCPdhFiUiLSEvpsHglEbURxSADJOfdG7+OGurbUMaAwHq4FHPe+9yFcUSPG/NAQBW T5sg== MIME-Version: 1.0 X-Received: by 10.42.126.82 with SMTP id d18mr5074279ics.88.1408038195866; Thu, 14 Aug 2014 10:43:15 -0700 (PDT) Received: by 10.50.153.18 with HTTP; Thu, 14 Aug 2014 10:43:15 -0700 (PDT) Date: Thu, 14 Aug 2014 13:43:15 -0400 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=20cf300e53297eb0ee05009a707a Subject: [PATCH] Fixes for bugs #65463, #66036 From: keyurgovande@gmail.com (Keyur Govande) --20cf300e53297eb0ee05009a707a Content-Type: text/plain; charset=UTF-8 Hello, I've opened https://github.com/php/php-src/pull/770 for patches for bugs #65463, #66036. More details in the PR. The bug is reproducible on PHP 5.4, 5.5 and 5.6 with and without --enable-zend-signals. Please review, I'm hesitant to merge such a core change without more eyes. Thanks, Keyur. --20cf300e53297eb0ee05009a707a--