Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99572 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77397 invoked from network); 20 Jun 2017 13:30:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jun 2017 13:30:36 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 74.125.82.44 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 74.125.82.44 mail-wm0-f44.google.com Received: from [74.125.82.44] ([74.125.82.44:35192] helo=mail-wm0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D3/D1-13828-A7329495 for ; Tue, 20 Jun 2017 09:30:35 -0400 Received: by mail-wm0-f44.google.com with SMTP id x70so22267155wme.0 for ; Tue, 20 Jun 2017 06:30:34 -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=mwiP/N8NF7mugHUmaz44VXR+jhLpNonGhy98hUh1pNQ=; b=Fk6CSh5VhU9zfsRbMG6GnP8wtShMUS7NYSizgzzcpQWE6YJmiXkwG2zFph+7XmC7yM aRoIBtqhgBm1EPziAsbdPN4FufjGEJ/tqp9TVx7PsVF9/XFnXsMZfbC151ZgfdSA4Nv0 W106r1eKVxq2cZw7/cpmBNqEQWHPsVqT1ZZXHCIB/TodMKt267/1bXZ9kheHyG6lUi58 YAeaIZL+faLyZPWb/L7inrg6Sh1Am6FjaTAaarO3WeO95T7KPkcLTEQpW+9gr6z8whj1 SkuT9WvGUG7W7qxYFMz6BFI7+stqPw7meT4AlJLBN8R0x2ok5Vk58gk9E68o3tvOXmOB 48Gg== 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=mwiP/N8NF7mugHUmaz44VXR+jhLpNonGhy98hUh1pNQ=; b=NaoX+DI0zTyOdMrNWJ7nqARESYHinbuiTjENoUNfV5njvqXPBwJNmiTzrIT6ZER1DP vmxHG7NKDQ10/7ZzmHZQRp6roL+RIllFMB3I0+V1yE7hooA4B8abKnrGv/w42SiY4RCo Ed5UH5r769LRkm0j3sUlgPjLCLITGAvCQL/gD5UZlAIWuF//IX6kB8L7q4PCWdJ79xIx K3TuCDEvFt6iAH415VXu4ByaH4dLIjJu67tf7XLHeMtiqY3503VNH/PYNPBLVb1Cg9DH AlfRw3SM7ottQHRAe1cvnvH0K5KE2viXugNJFvBY3WvVfjBODAx7kIoWi9GiHHJCAm7o 8NmQ== X-Gm-Message-State: AKS2vOx4qtGEJloAeQeZtp/QP7YX4AIxi9sZ7ihYEEuzd/fE4ugBNqDG owFk6XLvWpcvaTgmLVCDX2Yu4jvqjzwS X-Received: by 10.28.143.16 with SMTP id r16mr3073545wmd.50.1497965430895; Tue, 20 Jun 2017 06:30:30 -0700 (PDT) MIME-Version: 1.0 Sender: php@golemon.com Received: by 10.223.172.226 with HTTP; Tue, 20 Jun 2017 06:30:29 -0700 (PDT) X-Originating-IP: [71.251.16.204] In-Reply-To: References: <6f24a712-4742-b2e0-81d3-821c817b619c@free.fr> Date: Tue, 20 Jun 2017 09:30:29 -0400 X-Google-Sender-Auth: gTKAY-2XCrQK9hRId79YZ9I6q-w 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) I'll double check later today, it might be that this comes in from the startup phase and we can't do zend_error() for some reason. Either way I'll get it merged soonish. Thanks. -Sara On Tue, Jun 20, 2017 at 6:53 AM, Fran=C3=A7ois Laupretre wrote: > Hi Sara, > > Le 19/06/2017 =C3=A0 23:33, Sara Golemon a =C3=A9crit : >> >> 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. > > I fixed typos and style issues. > > About the 'fwrite(stderr,', I just used the same mechanism used by > zend_load_extension() to raise an error. If you consider it is safe to > replace it with a call to zend_error(), I'll do it. > > Regards > > Fran=C3=A7ois