Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67649 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71481 invoked from network); 7 Jun 2013 19:45:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jun 2013 19:45:55 -0000 Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 209.85.215.44 cause and error) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 209.85.215.44 mail-la0-f44.google.com Received: from [209.85.215.44] ([209.85.215.44:60551] helo=mail-la0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 99/56-33815-17832B15 for ; Fri, 07 Jun 2013 15:45:54 -0400 Received: by mail-la0-f44.google.com with SMTP id er20so4103323lab.17 for ; Fri, 07 Jun 2013 12:45:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:references:in-reply-to:mime-version:x-mailer:thread-index:date :message-id:subject:to:cc:content-type:x-gm-message-state; bh=T+PO+IfqI6SdACJGj5SbvJUaVPjQgM6Dp0qwhHrmRBY=; b=aNHCCT7JDkbZZUoIGWIPpYBnat+Z+TEdUjAWsWe6qvVtiKbtnLieR4JUOTDATSZ8XF t/5M79r91r3++8snTX5kLbEYGTpL8CtfoIne6pFAFgJ384RjBKADiYKUg/e6pPiMKOJ4 QuiMukjISGqDQcvBJqqaKMVxMAI/pBNnxMta6DL1nAua/n8MQIkLIHXCArbLUmqM9ge3 vykn+r1SDeu12jeW06/n5/zGUGJy1AisoCoYCT0vj/fYs0kEXKY8FRdfTrJad9ntzECA 5fxHsAD8y4wau6mNNBuPhzDzP48jupmIbpsvxdv0g9hwHKj5LGRFXh/2uOvQkWhmkdUk jAfA== X-Received: by 10.112.135.99 with SMTP id pr3mr1884070lbb.23.1370634351029; Fri, 07 Jun 2013 12:45:51 -0700 (PDT) References: In-Reply-To: MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQJbRrTwu75xlJaupAGVjny9GR4KPgIHESCtAXBChYUBvMxDrwEtlwtYArRtSGkCFRs9mQG+KBpdAz9tlb8CCKvR4QEPaE7cl3bQqYA= Date: Fri, 7 Jun 2013 22:45:50 +0300 Message-ID: To: Nikita Popov , Dmitry Stogov Cc: PHP internals Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQnP9iEb1zi8PmPAgnruKrJXcBiKeVlHFWjm4KWkJZVHDj+smCWUTRVNi10KPCOIN7T5/rh4byDlIBRiv8BuNYRCpeTn+lhOez7Fsh0W6+Tv46aUq0uZ+3Xy8e8844pCCgXry1kB Subject: RE: [PHP-DEV] [RFC] Internal operator overloading and GMP improvements From: zeev@zend.com (Zeev Suraski) > -----Original Message----- > From: Nikita Popov [mailto:nikita.ppv@gmail.com] > Sent: Friday, June 07, 2013 8:15 PM > To: Dmitry Stogov > Cc: PHP internals > Subject: Re: [PHP-DEV] [RFC] Internal operator overloading and GMP > improvements > > If there is no more feedback on the RFC, then I'll start voting in a day or two. I would add that the purpose of this feature would be exclusive to extensions that implement mathematical concepts, where the operators are well defined. In other words, arbitrary precision math, vectors, matrices, etc. - yes; Incrementing or decrementing a picture object to change the white balance - no. Zeev