Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80517 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26488 invoked from network); 15 Jan 2015 07:44:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jan 2015 07:44:55 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.47 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.192.47 mail-qg0-f47.google.com Received: from [209.85.192.47] ([209.85.192.47:56372] helo=mail-qg0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/71-14306-7FF67B45 for ; Thu, 15 Jan 2015 02:44:55 -0500 Received: by mail-qg0-f47.google.com with SMTP id q108so10602603qgd.6 for ; Wed, 14 Jan 2015 23:44:52 -0800 (PST) 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=DsRYvGLu5hiBwbCKFPoet+Abs/XIHyfUGlAh7Kjmvfc=; b=mJWPrI9qukVuqZ+/e1PRLj2hJjIX1kuJy0SrCnDrDRxxartP0BDU4nH2LhvJUJY9E6 Tn0VPpcTvRM6Wdb+9c46wtEo/+noXhf9cPVRQahRDVIWnObeXULXqvPj9mob2vrMs0TK mWmmda4jPXsyKbKKa0PSJH8HGuSKshUF2TKPwI8/0N/rvz3icwDJK/VYUHKBGqIqILT0 oO+TfdhWR0p8E2jOLkxzW+4LUcP38Y7fh+alYXcj9I5i3I6azOMrnPctk7a9bdhYsIJq M70sd7iug0evp0GQG+vKm58qFIZSVpe8Upob27YqEg49Zj50gGR516u+hD7WlBTF2p4m 7nSw== MIME-Version: 1.0 X-Received: by 10.140.43.52 with SMTP id d49mr2500068qga.94.1421307892643; Wed, 14 Jan 2015 23:44:52 -0800 (PST) Received: by 10.140.22.106 with HTTP; Wed, 14 Jan 2015 23:44:52 -0800 (PST) In-Reply-To: References: <8C47FA53-0964-49C0-963C-332A936348A5@ajf.me> <68229C26-4EEC-49DC-BA05-D5AC9728D1E8@ajf.me> <93376D88-A704-4F89-AB90-82EEDAE82081@ajf.me> Date: Thu, 15 Jan 2015 08:44:52 +0100 Message-ID: To: Dmitry Stogov Cc: Andrea Faulds , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Big Integer Support From: pierre.php@gmail.com (Pierre Joye) On Thu, Jan 15, 2015 at 8:05 AM, Dmitry Stogov wrote: > Oh, it's still in draft state. > Too may extensions are missing ext/seesion, ext/json, ext/pdo. > Only very simple tests may be done now, and they can't predict impact on > real-life applications. We may as well try to help here. This patch is anything we want but simple. I really do not want to see Andrea going down the pain we had with the 64bit patch. So let organize ourselves to avoid that. Step 1: Which extensions do we consider as critical to actually get a clue about the impact? I see session, standard ( ;) ), json on top of my head. Which other? Let help Andrea to port these exts and do the other once we know if the RFC is accepted or not. Cheers, Pierre