Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66918 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78234 invoked from network); 3 Apr 2013 15:47:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Apr 2013 15:47:22 -0000 Authentication-Results: pb1.pair.com header.from=patrick.allaert@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=patrick.allaert@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.51 as permitted sender) X-PHP-List-Original-Sender: patrick.allaert@gmail.com X-Host-Fingerprint: 209.85.219.51 mail-oa0-f51.google.com Received: from [209.85.219.51] ([209.85.219.51:37036] helo=mail-oa0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AC/43-07534-A0F4C515 for ; Wed, 03 Apr 2013 10:47:22 -0500 Received: by mail-oa0-f51.google.com with SMTP id g12so1670932oah.38 for ; Wed, 03 Apr 2013 08:47:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=s767Zc+k4J+VwJoCW7u8em3PZqNSN/8+Pv+YnkYhtPI=; b=dRLmu28H9WCJ391yRlM8s+j9dZj9GX2do8D20uYdnJZAR7qiV7C2ai/yMhDXMFAnQd 6xIDodtq6GbrFs0ZPImfsaKJy8UvyxmKRDh0btPabRjaa0QIcH4pTS8AxzXbcz+WRu+2 mWVd4WBcx4HfdE4xBGV0ngypj2pXO456Qw43UaJDd+2QIpWhDC2wyFeiMYfSdwzkWNJR Cs0dAZkk64jCaviSfU9U6bVBUnmQEk6LcSa/mif6g6ApObqAAerIEjBpLacDy+Thzu+1 pfmXfphMG+pB5ooixsVFKxoDqYKu114qm0LvZPodghyZcat7M6MJfjTo/VOv4Ana2dOf Lc8w== MIME-Version: 1.0 X-Received: by 10.182.154.103 with SMTP id vn7mr1406406obb.60.1365004039698; Wed, 03 Apr 2013 08:47:19 -0700 (PDT) Sender: patrick.allaert@gmail.com Received: by 10.76.163.38 with HTTP; Wed, 3 Apr 2013 08:47:19 -0700 (PDT) In-Reply-To: <1364979682.2152.815.camel@guybrush> References: <1364979682.2152.815.camel@guybrush> Date: Wed, 3 Apr 2013 17:47:19 +0200 X-Google-Sender-Auth: thWnZxI3bQWPL9pmBDCjgdwTT0Y Message-ID: To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= Cc: PHP internals list Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Improve Warning when loading Zend Ext as PHP module From: patrickallaert@php.net (Patrick ALLAERT) 2013/4/3 Johannes Schl=C3=BCter : > 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? Sounds good, +1