Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81314 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92121 invoked from network); 28 Jan 2015 17:38:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2015 17:38:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 192.64.116.199 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 192.64.116.199 imap11-2.ox.privateemail.com Received: from [192.64.116.199] ([192.64.116.199:47426] helo=imap11-2.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/84-44076-D9E19C45 for ; Wed, 28 Jan 2015 12:38:37 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id D01038800EC; Wed, 28 Jan 2015 12:38:34 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at imap11.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap11.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id LD1jJ9yaTG2L; Wed, 28 Jan 2015 12:38:34 -0500 (EST) Received: from oa-res-26-240.wireless.abdn.ac.uk (oa-res-26-240.wireless.abdn.ac.uk [137.50.26.240]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id D633E8800D5; Wed, 28 Jan 2015 12:38:31 -0500 (EST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) In-Reply-To: <20150128173609.5B1BC261376@dd15934.kasserver.com> Date: Wed, 28 Jan 2015 17:38:29 +0000 Cc: internals@lists.php.net, nicolas.grekas+php@gmail.com, reeze@php.net, yohgaki@ohgaki.net Content-Transfer-Encoding: quoted-printable Message-ID: References: <20150127024521.3689F2618FD@dd15934.kasserver.com> <5363C355-EE27-485F-9C27-C36F79B3FA37@ajf.me> <20150128173609.5B1BC261376@dd15934.kasserver.com> To: Thomas Bley X-Mailer: Apple Mail (2.1993) Subject: Re: [PHP-DEV][RFC] Enable error_handler callback parameters to be passed by reference From: ajf@ajf.me (Andrea Faulds) Hi Thomas, > On 28 Jan 2015, at 17:36, Thomas Bley wrote: >=20 > the idea behind the rfc is not to change error messages, it's only to = append useful information to them. That=E2=80=99s still changing the message. Error handlers are global anyway, so this is useless (or dangerous) for = libraries. I don=E2=80=99t get it. -- Andrea Faulds http://ajf.me/