Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67402 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82610 invoked from network); 12 May 2013 15:25:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 May 2013 15:25:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.171 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.214.171 mail-ob0-f171.google.com Received: from [209.85.214.171] ([209.85.214.171:63078] helo=mail-ob0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 72/12-55400-A54BF815 for ; Sun, 12 May 2013 11:25:15 -0400 Received: by mail-ob0-f171.google.com with SMTP id ef5so2947688obb.2 for ; Sun, 12 May 2013 08:25:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=2/pMJQMA0WGnL5cz+RTQ4X3YqVuQ5qT1EY5/gLJWJno=; b=AUY1lFz+4rI8ynqHNc+rGQf8IQtw3YZjbEiH/xDN1uF/aQFCFlh+iO5q7OfPEwppWu va2OuKG17tdDfyFxDxTWix3oH5zs23IVTB4BD/4mloSZWttFYx2MCohCfg2yf023JX3T 3TlyRd3dOPVuFwT6trfN/Zn9iH61+3x2qXcErmvF3H5K5Z30V+B9dOvQn2LTi+8rk74q W70Nq+cB6SkmHtndEWCrltNnD1AoWWmcBvYhLPFnFbRi6AFLtEFatQxugYxWzcQW+paL zPCzyUeN6E1bvp1kTlrcKRLc7OMIkj59BFksMCThkguF5ZQ2LHoiYN+AS/uWN8HJRr2L RwTA== MIME-Version: 1.0 X-Received: by 10.60.116.138 with SMTP id jw10mr1439751oeb.64.1368372311582; Sun, 12 May 2013 08:25:11 -0700 (PDT) Received: by 10.182.49.136 with HTTP; Sun, 12 May 2013 08:25:11 -0700 (PDT) Date: Sun, 12 May 2013 17:25:11 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=089e0115ec1c8db83a04dc870110 Subject: [RFC] Internal operator overloading and GMP improvements From: nikita.ppv@gmail.com (Nikita Popov) --089e0115ec1c8db83a04dc870110 Content-Type: text/plain; charset=ISO-8859-1 Hi internals! https://wiki.php.net/rfc/operator_overloading_gmp This RFC proposes to add operator overloading for INTERNAL classes. Furthermore it exemplarily implements the new API for GMP. Thanks, Nikita --089e0115ec1c8db83a04dc870110--