Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67937 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22712 invoked from network); 27 Jun 2013 11:05:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jun 2013 11:05:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=lior.k@zend.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=lior.k@zend.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 209.85.219.49 cause and error) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.219.49 mail-oa0-f49.google.com Received: from [209.85.219.49] ([209.85.219.49:33810] helo=mail-oa0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 81/D2-08517-57C1CC15 for ; Thu, 27 Jun 2013 07:05:26 -0400 Received: by mail-oa0-f49.google.com with SMTP id n9so648611oag.36 for ; Thu, 27 Jun 2013 04:05:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :x-gm-message-state; bh=L9Nw2ZgFSULb1+KpU9YHUDFbgqNpQbxyVwJYdARBC80=; b=Vyy1lRbBuxUtN2BTLLBZRf6ldou4eg5Sf/FCLzO77c8RVodqrGt9KihoQ3PT4NL2lO CNsyo7URH3BlbvdkVcwAmLsYG55u6gPvYW4asKMgrw5wU/ndirz8KsnYQLRf61ICAnws JhEeIy3MDYTFlvEGDx0w6zvVFLntEknee83Ew3BtPpPy5M6u1dkr5vYzX1+dU99tObGM M5NAOnUAukQHHjhzDefdor8VmcgeENn5qhIljYMHEtrhNaZVrwmW6F75rk14NbT30nIE KcPM0pSWybZOIBNNYd7H73pMgt457IPvcNV/uD1v9BKuS3FE3W6JgVEOrQhmbcFV/cBQ fjIg== MIME-Version: 1.0 X-Received: by 10.182.40.202 with SMTP id z10mr3782621obk.74.1372331123388; Thu, 27 Jun 2013 04:05:23 -0700 (PDT) Received: by 10.60.136.134 with HTTP; Thu, 27 Jun 2013 04:05:23 -0700 (PDT) Date: Thu, 27 Jun 2013 14:05:23 +0300 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=001a11c32db61fc92304e020bdd5 X-Gm-Message-State: ALoCoQkrRcmqvDs5KKM4EOAVzfiROjR6b+QE5Kcb6Uto/wDYMQaF5mPkseY31PMFVQ5Mji3Q1+g8itLGl0s29qzmvNWRmdVnur+sq4rQnnCKfk+L876M3a/NN1E2PienmbTWEcGaKrfa Subject: Cherry picking #60560 for php 5.4 From: lior.k@zend.com (Lior Kaplan) --001a11c32db61fc92304e020bdd5 Content-Type: text/plain; charset=UTF-8 Hi, Bug #60560 was fixed in trunk while PHP 5.4 was in its RC phases. The fix was never merged back to the 5.4 branch, meaning it's only avaailable on the 5.5 release. Could we cherry pick it for the 5.4 branch ? The relevant commit is http://git.php.net/?p=php-src.git;a=commit;h=37272e46def5673492ed926e9631a4e01568e42e Kaplan --001a11c32db61fc92304e020bdd5--