Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74340 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82128 invoked from network); 18 May 2014 19:02:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 May 2014 19:02:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 209.85.220.181 cause and error) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 209.85.220.181 mail-vc0-f181.google.com Received: from [209.85.220.181] ([209.85.220.181:39316] helo=mail-vc0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 42/21-05762-48309735 for ; Sun, 18 May 2014 15:01:25 -0400 Received: by mail-vc0-f181.google.com with SMTP id ld13so8444397vcb.40 for ; Sun, 18 May 2014 12:01:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:references:from:mime-version:in-reply-to:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=yfqnfy46lz3FrMwX864xAarIo2QFBReRnj+sjrUYWOE=; b=EcLHPzFXgRTV33qdaiQdKQZTjpx0YPQ3S6kjx0sHK0dA28gEXio4JchNGqnw+8zIko eUOFf3YnD36McnIvCqC6JldVgOM+0bNH/bY+vcECLs9UZMCfq3Kofp5m0k9t64wuUV0s xyYau6pS7uFBhokbT2KRoGIbKtqbxRS1r5CUCqiID2AKL2RZ79M4hMmftA1bLPfGAldg uAUxaQjyWXjz/3Le+N1tJc8CZbaSBKEd63QOaNDOBJEni5y/VL9SKPNU9kyt2jAXzYhs OlKcwtRwGyK3DRErn4BJ2FkQpaRpOL2CM0GxnAIiSBkmYZWIUUH+ZLCGV6TyraQLqOfh ww+g== X-Gm-Message-State: ALoCoQluwtxAsK3bTbpe5k0c1kVU/973sf6KXPvsfPeOfmvjX8dUSzXa5s33nWQ0BKQQy0Oi+AKopggGLKEeO+HrR6WvVmGI2DtU4ExqGQOxfbr6iLsAUEXUOZKGSEkRnzNsJ6NmFXd1 X-Received: by 10.52.141.74 with SMTP id rm10mr8470559vdb.6.1400439682123; Sun, 18 May 2014 12:01:22 -0700 (PDT) References: <53788337.9090006@lerdorf.com> <53789AD9.40109@lerdorf.com> Mime-Version: 1.0 (1.0) In-Reply-To: <53789AD9.40109@lerdorf.com> Date: Sun, 18 May 2014 22:01:22 +0300 Message-ID: <3547690578979402956@unknownmsgid> To: Rasmus Lerdorf Cc: Pierre Joye , Nikita Popov , PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Rethinking 64bit sizes and PHP-NG From: zeev@zend.com (Zeev Suraski) > On 18 =D7=91=D7=9E=D7=90=D7=99 2014, at 14:35, Rasmus Lerdorf wrote: > > You keep talking about side effects of the patch. It is these side > effects that we have a problem with. We need a version of the patch that > doesn't have all these undesired side effects. > > You put the patch as it stands up for a vote and it is this patch we > have to vote on which is why I am voting no on it. It isn't some future > version with some unknown number of side effects removed. Well put. In the strangeness of voting on an implementation RFC, I don't see how it makes sense to talk about "side effects". They're the very essence of the patch and the reason it's being opposed. If there's a better way to so it, let's see it. The sensible thing to do would be implementing it for phpng, seeing a *final* version of the patch and it's consequences, and then making an informed decision. Even without it, Nikita's proposal seems as a much better baseline everyone can agree on. Zeev