Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99565 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25032 invoked from network); 19 Jun 2017 21:33:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jun 2017 21:33:09 -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 74.125.82.53 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 74.125.82.53 mail-wm0-f53.google.com Received: from [74.125.82.53] ([74.125.82.53:32955] helo=mail-wm0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/4D-13828-21348495 for ; Mon, 19 Jun 2017 17:33:07 -0400 Received: by mail-wm0-f53.google.com with SMTP id u185so2661210wmd.0 for ; Mon, 19 Jun 2017 14:33:06 -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=vj/RwJJ6EPy2DMZdLnqOKMW9LMEdVBms/nav73axHYI=; b=arPbCq+PU6cnd5hdItkq5CCeUSZVgjVgRy7AkNpVsL1oP4c4Zd0e+1H0q9zWj3ESFl IHSqAsBbGIPggamrGlolHGGebDcHer0fqZizNQW/fJiggqISfVzPmgMf5CnMTLwL8C6T cTcMXJ1eiSbgIxyo3Rd4ilKniJoX3fnXeb+42ny1FuSq0GfsKkTPHZm0m+oGAIwzzqUz eFET+rR+B4m+NX69sPTM6P7zi/sSt7XPXLFvrFPt1d/4QHxCHESvAUcQ7e9ToszkHer4 51B6J0Ty13iBnG31PmfAN9D7mxwo0w5jS5vlPITakGViGhC6WoxrCTk5Y5U0Rud32pUe WDmg== 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=vj/RwJJ6EPy2DMZdLnqOKMW9LMEdVBms/nav73axHYI=; b=etiUc25Z0v/0uxresMoOB1zNLLoaOilvroHtXUCiuwmzAje5bpoFLwd8xSZt2SSLOb uFpZN0j/DapApQJTRl8eRuwQqfXd/ajOLOdLvQG2+mXrlsBma2Y+bxhSSXNQubZjo8f8 KOPhG1XxGov/WvVUI673OnrbETo+7c8SgSOPzBSFMJIBQ472BNqfOqvk4Mgx3+19S2sZ w8/hTuXVrhZ9797GeH9qCLuEOw0AjG8a8Dc778bVX4JbrFdmL8mQlKtJ7sXH6/u2mHh9 PXjgitKg9wyK9hKkQWCQMqNWc8E3JOzgGPEPMweiPzoiOyDhwMnSIpig4b2cGAt8cuAp D5jg== X-Gm-Message-State: AKS2vOx8POEQjonH2YQkj/QjilAvWE+cstuRrHXH9e0uCecv+Cquglh6 IrXxfrAoHYeLAiG+PLI6YBlRfmJDVTBG X-Received: by 10.28.45.5 with SMTP id t5mr494598wmt.50.1497907983626; Mon, 19 Jun 2017 14:33:03 -0700 (PDT) MIME-Version: 1.0 Sender: php@golemon.com Received: by 10.223.172.226 with HTTP; Mon, 19 Jun 2017 14:33:03 -0700 (PDT) X-Originating-IP: [206.252.215.26] In-Reply-To: References: <6f24a712-4742-b2e0-81d3-821c817b619c@free.fr> Date: Mon, 19 Jun 2017 17:33:03 -0400 X-Google-Sender-Auth: ZAVoefzXIAlT24_qMaDeEMGiJog Message-ID: To: =?UTF-8?Q?Fran=C3=A7ois_Laupretre?= Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC][VOTE] Allow loading extensions by name From: pollita@php.net (Sara Golemon) On Mon, Jun 19, 2017 at 1:09 PM, Fran=C3=A7ois Laupretre wrote: > RFC was appoved (17 to 4). Thanks to all who took the time to discuss and > vote about this. > > I just rebased the PR to the current master. Could someone with appropria= te > rights merge it ? Thanks. > I was about to merge this, but ran into some issues (mostly minor). Could you at least address the fwrite(stderr, ...) item (and preferably clean up the style nits while you're at it)? Oh, and I forgot to include it in the CR, but there are some tabs/spaces issues as well. -Sara