Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69728 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53982 invoked from network); 21 Oct 2013 10:34:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Oct 2013 10:34:08 -0000 Authentication-Results: pb1.pair.com header.from=lior.k@zend.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=lior.k@zend.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 74.125.82.169 cause and error) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 74.125.82.169 mail-we0-f169.google.com Received: from [74.125.82.169] ([74.125.82.169:35934] helo=mail-we0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/E0-44908-F1305625 for ; Mon, 21 Oct 2013 06:34:08 -0400 Received: by mail-we0-f169.google.com with SMTP id q58so6419353wes.0 for ; Mon, 21 Oct 2013 03:34:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=ul/kVnX0+R+xaVthePQSdzkaPZkFaDGa1xnEagXZaN0=; b=JBVvG7wnJADs+TGrRPp7Q5yn9fe+IZXAUfciikkP8l706+p3451+qmpkxzMWL/SHu2 Q1BoZYytJ9pbYRvIZBsaoKFY1pY5ex3k4pKop7YeRO6oS0IGOj8BZ5+ankn0p744h0tv atByK2J/TsUCIGrz2zd2+gbzqOjo01CDYb4LqxLCaQnWqJlrChLk4h1FkyvdIT6XVGQR hGPeH0dS2gcJWA4VZc6lg2jxvVxvLLRClLecTCEIciiLix0T0hKhvi5yxrdLmPurYW+h a4lfgWtaatx7IVYBGqqPUAGpTDr+ntfhILbsoSmIWUnMMrtBQ/6yulqEtZMankWKSudX CH7A== X-Gm-Message-State: ALoCoQl32TvFViNwIbqDrWcx5Pz3jk7LD7TXplkPADOeUaA7JvsptEZV4nVZ7ZpinbrrnMiG4qasjZUWhKWRYMN39vufaU6GkNQWBOBEtfoXmj7cgyNJnoGiKWh1TiwJ2T/bYgAI7gVx MIME-Version: 1.0 X-Received: by 10.180.72.207 with SMTP id f15mr9331673wiv.60.1382351644360; Mon, 21 Oct 2013 03:34:04 -0700 (PDT) Received: by 10.180.39.36 with HTTP; Mon, 21 Oct 2013 03:34:04 -0700 (PDT) Date: Mon, 21 Oct 2013 12:34:04 +0200 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=f46d043be286b796d304e93dd2a9 Subject: PR #479 From: lior.k@zend.com (Lior Kaplan) --f46d043be286b796d304e93dd2a9 Content-Type: text/plain; charset=UTF-8 Can someone with Zend karma take a look at this ? https://github.com/php/php-src/pull/479/files Replace invalid code with a proper #error > This code creates a nasty error as mentioned in bugs #31131, #37062 > Patch taken from Debian's PHP package: 044-strtod_arm_fix I would have merged myself, but don't have the karma for it. Thanks, Kaplan --f46d043be286b796d304e93dd2a9--