Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73961 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37386 invoked from network); 6 May 2014 09:53:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 May 2014 09:53:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.177 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.177 mail-qc0-f177.google.com Received: from [209.85.216.177] ([209.85.216.177:42089] helo=mail-qc0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AF/65-04569-601B8635 for ; Tue, 06 May 2014 05:53:10 -0400 Received: by mail-qc0-f177.google.com with SMTP id i17so8316548qcy.22 for ; Tue, 06 May 2014 02:53:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=NKLn0CX0UIV2ACZDYWfsWA4SfW2RmYTA+ZjsArK2qIM=; b=XnNAX4L6tv9OSIi0o5PAWjvXg2UfTUuOgkVU1GYxiaR6lsOwKFZTTXOAzvJKFcwfz3 bEANfpkSB0K7KYU07uqpjoI1Wyq3NIUv0YgPQ9YQcUFF4R0PCcPcV7aLWlPwtJrYrWX6 Zxol4jiNxb0CeGiQVlHZaKeBmsG7uFEzzY47yD1kO7wS9FbQVdm0T4Cjc8SrmcqiTQmH 7zk149Mv/W2C7Gt+o+kGJxuf62Lszsk6etY8QFFtXT7c9aCx2wOFuEnVNx13KgNnoXnH 6IXCbukVRlglHY1CKUBGquPB7l8CjoWZ/JzY9ONH+vN1WhS0FTK90s+zyWtRwpnSBka4 dfWg== MIME-Version: 1.0 X-Received: by 10.224.61.200 with SMTP id u8mr54077245qah.18.1399369987682; Tue, 06 May 2014 02:53:07 -0700 (PDT) Received: by 10.140.47.231 with HTTP; Tue, 6 May 2014 02:53:07 -0700 (PDT) Received: by 10.140.47.231 with HTTP; Tue, 6 May 2014 02:53:07 -0700 (PDT) In-Reply-To: <830520339a3551c5df174b8a969875f1.squirrel@webmail.klapt.com> References: <830520339a3551c5df174b8a969875f1.squirrel@webmail.klapt.com> Date: Tue, 6 May 2014 11:53:07 +0200 Message-ID: To: Anatol Belski Cc: PHP internals , Dmitry Stogov Content-Type: multipart/alternative; boundary=089e0149512c06781204f8b837dc Subject: Re: [PHP-DEV] phpng: Refactored PHP Engine with Big Performance Improvement From: pierre.php@gmail.com (Pierre Joye) --089e0149512c06781204f8b837dc Content-Type: text/plain; charset=UTF-8 On May 6, 2014 11:41 AM, "Anatol Belski" wrote: > I wasn't suggesting to do that, especially not both 32 and 64 bit ints in > the same build :). FYI, There is no plan to support 32 and 64 bit integer on 64 bit architecture but only 64bit integer. 32 bit architecture will only have 32bit as of now as well. --089e0149512c06781204f8b837dc--