Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80518 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28522 invoked from network); 15 Jan 2015 07:57:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jan 2015 07:57:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.220.182 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.220.182 mail-vc0-f182.google.com Received: from [209.85.220.182] ([209.85.220.182:33698] helo=mail-vc0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EC/D1-14306-CC277B45 for ; Thu, 15 Jan 2015 02:57:02 -0500 Received: by mail-vc0-f182.google.com with SMTP id hq12so4333556vcb.13 for ; Wed, 14 Jan 2015 23:56:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=MmFPVXd2gGW1I0S+Dpt+XRWm9Jw3iMOr0q7K9a5kEvo=; b=gUZcbPa2ppc8fz7glCXCvEJ6yX6tg5hVLoMOpfzL7v9OA834MOIR9F8JU9eESv7+VZ k+QeuEm7uvhOKqHgXq5FOIONd+a1iFegD/c+3CHACMFBJal54yDNj/kitIu+S4cXMWwC /jVzTnMZtWlGlLwQtExKNJrwJWpuFAu9JbOops652n5vowAes4x/fbSR1ejVnP9KhaJp 79983/oDnef9/dMcfK9L1vcwlSR1ku71JbBxaFNqnk6xX47Zi4cTEFIeKCGY23OeqaVR vdyfEMDeMdhN4DRiRjc0vVKviTRODz+Xg1r43MrGZUHEte37SlNE1ediyhyIJ0F77L5a napw== X-Gm-Message-State: ALoCoQka5oehgrKzQ2pP99CZCVUYb+f0dPbWpZL/C5rHLba51jncPYU+OkLXPWrW9GSnVd42UK8uUMgTtvywDGCNFOFV+yIgSxX36zppDjHzMl7g/1XjxGszVJt/dyr97ZdtfSCBBih5Ir+2oTaBHXK3JC9peaj2RA== MIME-Version: 1.0 X-Received: by 10.52.103.75 with SMTP id fu11mr3965648vdb.5.1421308617570; Wed, 14 Jan 2015 23:56:57 -0800 (PST) Received: by 10.52.26.40 with HTTP; Wed, 14 Jan 2015 23:56:57 -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 11:56:57 +0400 Message-ID: To: Pierre Joye Cc: Andrea Faulds , PHP Internals Content-Type: multipart/alternative; boundary=047d7b86d9904452c5050cac330c Subject: Re: [PHP-DEV] [RFC] Big Integer Support From: dmitry@zend.com (Dmitry Stogov) --047d7b86d9904452c5050cac330c Content-Type: text/plain; charset=UTF-8 ext/session and ext/json are required by most apps. Actually I stopped attempts to build it when I saw compilation errors in ext/session. Thanks. Dmitry. On Thu, Jan 15, 2015 at 10:44 AM, Pierre Joye wrote: > 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 > --047d7b86d9904452c5050cac330c--