Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100823 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44154 invoked from network); 4 Oct 2017 21:32:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Oct 2017 21:32:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.196 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.223.196 mail-io0-f196.google.com Received: from [209.85.223.196] ([209.85.223.196:34887] helo=mail-io0-f196.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4C/37-34435-C7355D95 for ; Wed, 04 Oct 2017 17:32:44 -0400 Received: by mail-io0-f196.google.com with SMTP id d16so7229039ioj.2 for ; Wed, 04 Oct 2017 14:32:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=EpMax+LX44dGRhUSLMQm+dnuFMZurXJLy19Bpt5nVE4=; b=KxYRdr2KYM8oPBEx9Y3cnomL45dI1Pv/hcjxBQro3K4V/1C063NE2XEiYdgGze+e7c ZMnDPlDfDGNk/zbRLLgeicPCmYiCmSYfBYsqySAOvFjYz6bgMtCtsXTtgr6Nt5zBWRox nqtr5vd3SJrvmDu4ad1v4YrsS1J9egjwvdE+x0f6y5lSjTc/sSI+MHzxYH7mY6NICEpa OSwHJJRWPR730lslwYz8i7WX9zhMCArJPfFisKhDzzRsVCT2oksbSbvQqA1FeVkQyHFS uf9nJkA+oPCD6U+fDB+AZpxxVpIzZ49i7QL222gsd4RtPRQ7VphBHG58Kebu9YHm2Nz0 UM8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=EpMax+LX44dGRhUSLMQm+dnuFMZurXJLy19Bpt5nVE4=; b=CVxgpkOVGlnPAL/lhC3x+SkSCBfXXuD+1fRmB8JIZHziaCMmgYQcZMBBnJADzzWpLj 3rblzSGhe32ZXLUK5ESVOiZWyN9cph11SqcJZP4pSEUXWVsoxA0kEaZfwdK1c+VDkN/E gH8iHf8Tu9tFuYrVeYxr6AjzD40c4bnVW8/KjgJ8YBcdawoauT/EP3qtVR87z3OV76An +p9Ql+Y9TdYzVT/KgppWHTRLEjZuxZlFfysN+Q/2SW02SAPk/SGbu5rswW7BF2s/YS0x 72cLoy+4Zb0daeWM9bDlUrxIdJM6+GNrQnwui9uISE34ZCD2xDNmm3fbR8YlSaxbRocN 1XDw== X-Gm-Message-State: AMCzsaXRjVmdnxvcQ3Z0FooKEYwZ9JKqWYjiclgUmfQgProHyfsvfuhJ D31o5q6SHLJBitgqM06w+qNxd5UxE7tXj681nus= X-Google-Smtp-Source: AOwi7QDXkrKoL2XUwPzzLYLPx+dWooT+n3UHfUMvW0+vSbiUSzgr5cw722kAHg/iG6VotB4kjKfAFA2BLDSj08U8kyI= X-Received: by 10.107.3.82 with SMTP id 79mr1758557iod.297.1507152761580; Wed, 04 Oct 2017 14:32:41 -0700 (PDT) MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.107.138.199 with HTTP; Wed, 4 Oct 2017 14:32:41 -0700 (PDT) In-Reply-To: References: Date: Wed, 4 Oct 2017 23:32:41 +0200 X-Google-Sender-Auth: Q9f5VBnhn5uhBYYMpnObQ6o1YXM Message-ID: To: Sara Golemon , Anatoliy Belsky Cc: Stanislav Malyshev , PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Expose gmp_ce and friends From: kalle@php.net (Kalle Sommer Nielsen) Hi Sara 2017-10-02 23:33 GMT+02:00 Sara Golemon : > Stas specifically, but also others: > > Any objections if I apply > https://github.com/php/php-src/compare/master...sgolemon:gmp.export to > make consuming GMP objects from third-party extensions easier? +1, only note I have is that with the change to config.m4, a relevant one should maybe also follow for phpize on Windows for config.w32 -- regards, Kalle Sommer Nielsen kalle@php.net