Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66911 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47870 invoked from network); 3 Apr 2013 09:26:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Apr 2013 09:26:01 -0000 Authentication-Results: pb1.pair.com header.from=dor.tchizik@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dor.tchizik@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.42 as permitted sender) X-PHP-List-Original-Sender: dor.tchizik@gmail.com X-Host-Fingerprint: 209.85.219.42 mail-oa0-f42.google.com Received: from [209.85.219.42] ([209.85.219.42:42142] helo=mail-oa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/8D-07534-8A5FB515 for ; Wed, 03 Apr 2013 04:26:00 -0500 Received: by mail-oa0-f42.google.com with SMTP id i18so1295721oag.29 for ; Wed, 03 Apr 2013 02:25:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=7B9G5K/OK8FsjIApHKCizLuwyM9DtyKPk18lT9n9CWI=; b=XweUKgflM1WZf8cse56rzlSDHMGcHi+k0PjZFBQ9tJDPRSXkdsMMtBXVTTKD3RFAnJ tSG/3mKM64bLCqV1KBF/axdHvl7xwsMuEAs0XdGVjZH5HDEm8grYe/PDPNr3vo6yys6Q z9oQPGRuOuqaQARR+xE3NOljk72aUn2WezQ5+m+OWBK/yeJ4HMbqjDK0sX3sEkwf227L 3h1qyLUNENaLikN5VoXbkwOgY/5HCJmmvu/o4vI28ggoaHGuZoBzzxz+VVMwMGUnhkWr /IBUBCLUkc4YiZRpdBRPPeWP74YR+k1HfiYRnfsX/vn1ybcb5/mhWDKzabQCyjbVyBYG jJ3Q== MIME-Version: 1.0 X-Received: by 10.182.66.41 with SMTP id c9mr528030obt.76.1364981157106; Wed, 03 Apr 2013 02:25:57 -0700 (PDT) Received: by 10.182.128.69 with HTTP; Wed, 3 Apr 2013 02:25:57 -0700 (PDT) Received: by 10.182.128.69 with HTTP; Wed, 3 Apr 2013 02:25:57 -0700 (PDT) In-Reply-To: References: <1364979682.2152.815.camel@guybrush> Date: Wed, 3 Apr 2013 12:25:57 +0300 Message-ID: To: Julien Pauli Cc: =?ISO-8859-1?Q?Johannes_Schl=FCter?= , PHP Internals Content-Type: multipart/alternative; boundary=e89a8fb1f21afe987604d97170e4 Subject: Re: [PHP-DEV] Improve Warning when loading Zend Ext as PHP module From: dor.tchizik@gmail.com (Madara Uchiha) --e89a8fb1f21afe987604d97170e4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Looking good. +1. On Apr 3, 2013 12:23 PM, "Julien Pauli" wrote: > Wed, Apr 3, 2013 at 11:01 AM, Johannes Schl=FCter >wrote: > > > Hi, > > > > with opcache being bundled I expectr to see multiple bugs like #64568 > > where users are trying to load opcache as PHP module (using extension= =3D > > in php.ini), I tried to improve the error message a bit. > > > > In > > > > > https://github.com/johannes/php-src/commit/a1301253a44de3997548cbd8f83e38= d79e4c331c > > the PHP module loader will, in case of an error, check for Zend > > Extension symbols and give a more verbose error . > > > > Any opinions on this? > > > > +1, I like it > > Julien.Pauli > --e89a8fb1f21afe987604d97170e4--