Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67657 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15835 invoked from network); 8 Jun 2013 12:43:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jun 2013 12:43:57 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.44 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.219.44 mail-oa0-f44.google.com Received: from [209.85.219.44] ([209.85.219.44:35933] helo=mail-oa0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/10-14687-C0723B15 for ; Sat, 08 Jun 2013 08:43:57 -0400 Received: by mail-oa0-f44.google.com with SMTP id n12so4289172oag.3 for ; Sat, 08 Jun 2013 05:43:53 -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=+5zfzftt63+uqVictZtQZ3Jx0FqJ2g41i/uluP3OMxE=; b=Bue1vJ3b4wFbzGeXQp5GddCZxNwyXHrs8QbuyDu8nML9THCrYk9LtPWh3u2hjdhHhb RdBpceWmsVkp3v0DPh6PDNyZP5t/Y4Qbrd8LKRCIJflNY9Y+26XoXFhpS/ADAtST+D9k eCJ2Wv+qGY24YLh6LIg8hbelAkTORSWsRrz7ps6Mrh19CAl3fm24PizUx1S/F6rWVRbd L8anSzQ44Q+mrYFPbGC5+G7u3G1MQWDmSO4zkKIeHD9GRA8cTTwcFxHQmiqtXCIjwKNI 6+IuUD+ny3y4i/02Rlk9JaJ+axDWU2WLa9rNwiHIfOwGxIhc0uHYp4pYPAybAcf4Ar0d ez8w== MIME-Version: 1.0 X-Received: by 10.60.84.67 with SMTP id w3mr2108501oey.59.1370695433800; Sat, 08 Jun 2013 05:43:53 -0700 (PDT) Received: by 10.182.97.228 with HTTP; Sat, 8 Jun 2013 05:43:53 -0700 (PDT) In-Reply-To: <51B22397.2050709@sugarcrm.com> References: <51B22397.2050709@sugarcrm.com> Date: Sat, 8 Jun 2013 14:43:53 +0200 Message-ID: To: Stas Malyshev Cc: Dmitry Stogov , PHP internals Content-Type: multipart/alternative; boundary=089e0111b8866d563304dea3e6d2 Subject: Re: [PHP-DEV] [RFC] Internal operator overloading and GMP improvements From: nikita.ppv@gmail.com (Nikita Popov) --089e0111b8866d563304dea3e6d2 Content-Type: text/plain; charset=ISO-8859-1 On Fri, Jun 7, 2013 at 8:16 PM, Stas Malyshev wrote: > Hi! > > > If there is no more feedback on the RFC, then I'll start voting in a day > or > > two. > > I would suggest splitting this RFC into two - the operator overloading > one and the GMP one. Converting GMP to objects has little to do with > overloading (even if needed for GMP to benefit from it) so I think it > would be better to treat them separately. > My main interest here is improving the usability of GMP - the operator overloading is just a means to that goal. With that in mind, I think it makes little sense to land just the addition of overloading, but leave the GMP changes out. That's why I'm doing them both in one :) Hope that makes some sense ^^ Nikita --089e0111b8866d563304dea3e6d2--