Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81311 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81454 invoked from network); 28 Jan 2015 16:53:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2015 16:53:58 -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:51745] helo=imap11-2.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 79/62-44076-F1419C45 for ; Wed, 28 Jan 2015 11:53:54 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id A83DC8800A2; Wed, 28 Jan 2015 11:53:48 -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 8SPFslrswaW3; Wed, 28 Jan 2015 11:53:48 -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 DB0228800D5; Wed, 28 Jan 2015 11:53:45 -0500 (EST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) In-Reply-To: <20150127024521.3689F2618FD@dd15934.kasserver.com> Date: Wed, 28 Jan 2015 16:53:42 +0000 Cc: internals@lists.php.net, nicolas.grekas+php@gmail.com, reeze@php.net, yohgaki@ohgaki.net Content-Transfer-Encoding: quoted-printable Message-ID: <5363C355-EE27-485F-9C27-C36F79B3FA37@ajf.me> References: <20150127024521.3689F2618FD@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 27 Jan 2015, at 02:45, Thomas Bley wrote: >=20 > Here is the rfc: > = https://wiki.php.net/rfc/error_handler_callback_parameters_passed_by_refer= ence >=20 > Thanks to reeze for coding and putting it on the wiki. >=20 > Regards > Thomas This feels rather weird and =93hacky=94 to me. Error handlers really = shouldn=92t be able to modify messages, it=92s bad enough that they can = already ignore errors or do other weird things with them.=20 So, I=92m -1 on this. Thanks. -- Andrea Faulds http://ajf.me/