Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100828 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91872 invoked from network); 5 Oct 2017 15:28:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Oct 2017 15:28:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.220.175 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.220.175 mail-qk0-f175.google.com Received: from [209.85.220.175] ([209.85.220.175:54335] helo=mail-qk0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C2/41-16800-A9F46D95 for ; Thu, 05 Oct 2017 11:28:27 -0400 Received: by mail-qk0-f175.google.com with SMTP id n5so12844075qke.11 for ; Thu, 05 Oct 2017 08:28:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-transfer-encoding; bh=4Yjk9oQkFqkA4Z2MsMhz+bEBG7aQsG1ADtI/jCImFU4=; b=cNBVngnKx6lrwqZv/xWtgeEArAfGu/n0YkYN0wjl002h8OZN7hjMcoudvRpecTFLYt KwUhIfdiIowz0t/g9ITVWIXWmQ7BMKcr27PJio+h2j1DC46aXBjvi8eLH0dAYcyFbKcD lx/2ZZBqJN/8AVYcqfXe0Rija8JBDYZ0YiMUvnMjoZOtrQWIYGC+3Lt3yeLOfYYm5KKU /+2rh0qvPCKYeIxJJdzyGMCuhOaZU7vrsfIPMdnVcdNgars0I/1eAQtUIwM0uQ29A/Bu rSERNJBal6N6tmY0mk9NknjDBCn7m3G1umUF41pMLcLTnea+jcn25aQzZA4T4WPUu7h8 X5fQ== 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:content-transfer-encoding; bh=4Yjk9oQkFqkA4Z2MsMhz+bEBG7aQsG1ADtI/jCImFU4=; b=B1OFZcBktvDqWeOvl9r0NfjpYeFIP1nySkq+vKOSm1vjOd5vMc/zWltjlOyMFfrgFk MvqR3od5vc/+8wj7ZPIR/jGPHjgR3YhrDSw7OuiLgeYOXIGEllKcLn84lC1fWYDLGT6R Nx1zzxOCRZzC6lg0cd3lUySDNkAA/mazNToSlavIc7XWRiY0VQknfRPqNHRv6dovRE3W 1k1tkSZhgQ++NqUQ8bFw+c3ERINXIzCpbMP4D9fjjALVmO7u8WH5qYvCNJ2uZAl9Ytjw du8ujUztMKqbtaiLigaJWXXobLcoXjomlNj2T1ZN44unvFwD+OL6Au544EkKSEcpmPVO vTow== X-Gm-Message-State: AMCzsaXrUpD5n83N7Ov2g4NofEOXiKopkW54rG1zAkgMRngL4tHzeA+j a4JyYGaE/peWW89XasylDXRYhUjeabFGf2SDoYNUXA== X-Google-Smtp-Source: AOwi7QArCK7WX8gBlrK8n5gAQKFkDTsgHwCKNQyP/PrMrNsGeJ81GDCO7x0huWnWRVcGEyTEJ4o9KqGEVhoWZCAJ9lY= X-Received: by 10.55.71.79 with SMTP id u76mr30052234qka.289.1507217304271; Thu, 05 Oct 2017 08:28:24 -0700 (PDT) MIME-Version: 1.0 Sender: php@golemon.com Received: by 10.12.156.130 with HTTP; Thu, 5 Oct 2017 08:28:23 -0700 (PDT) X-Originating-IP: [206.252.215.26] In-Reply-To: <1507207809.1967.31.camel@schlueters.de> References: <1507207809.1967.31.camel@schlueters.de> Date: Thu, 5 Oct 2017 11:28:23 -0400 X-Google-Sender-Auth: V4vNIalLmepxYPktk0xTYXu3AkU Message-ID: To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= , Kalle Sommer Nielsen Cc: Stanislav Malyshev , PHP internals Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Expose gmp_ce and friends From: pollita@php.net (Sara Golemon) On Thu, Oct 5, 2017 at 8:50 AM, Johannes Schl=C3=BCter wrote: > I would prefer not exporting the php_gmp.h, but a gmp.h (or similar) > and let php_gmp.h there for main/builtin_functions.c only. If a > consumer wants access to the module_entry they can query EG(modules) > and other declarations in there should be "private". > Yeah, I shouldn't be lazy. I should do things right. On Wed, Oct 4, 2017 at 5:32 PM, Kalle Sommer Nielsen wrote: > +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 > Ugh, windows... is that still a thing?