Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86051 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55718 invoked from network); 30 Apr 2015 00:32:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Apr 2015 00:32:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.169 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.169 mail-pd0-f169.google.com Received: from [209.85.192.169] ([209.85.192.169:35284] helo=mail-pd0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 60/85-29050-42871455 for ; Wed, 29 Apr 2015 20:32:36 -0400 Received: by pdbqd1 with SMTP id qd1so43414826pdb.2 for ; Wed, 29 Apr 2015 17:32:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=LBHmPy1zceDJpxrOWk4oTNZFzy/efh68xQ4M3mkrE/s=; b=vd7se46oFe16j6dcJMcPN1G68B34rTA/DXe7RHCgGZshTCk5+7MzU2onqO6YrDmRta fn+a8tcfQ1TmrkC3h3UPaJw+LW/Ufx9eMTCZkdlYDqvbW2qBo5iN4OAOVa1qA3o1CQWk zpxjKo2zqm35Musboh4qgiqs3vqgc/K4eOpJ9zJd3KJdKpLOSs8BkXFu2sIsWE6qKTSk HcjKX42JZW9mLoVg2sJeluNdVpkkhNgyVH9qmpSodiGOLOxQOx4npa3K9MAtJ8VdN/g+ l5VAz8aHx0SARdesfz3qNW3u8ek+15KACnFOdFLBVuUqmiWoajvguIxPYcjCnLCnyCcp 54nA== X-Received: by 10.67.24.33 with SMTP id if1mr3145148pad.24.1430353953499; Wed, 29 Apr 2015 17:32:33 -0700 (PDT) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id u3sm346904pbs.30.2015.04.29.17.32.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Apr 2015 17:32:32 -0700 (PDT) Message-ID: <55417809.9000503@gmail.com> Date: Wed, 29 Apr 2015 17:32:09 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Olivier Garcia , Adam Harvey CC: Patrick ALLAERT , PHP Internals References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC][VOTE] Improved Error Callback Mechanism From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > we asked for feedbacks on the matter [1] [2], stating from the very > beginning that, to our understanding, it wasn't a feature but code > gardening. I think introducing new engine APIs, to be used by extensions, is not something that should be taken lightly as mere refactoring. If the externally visible APIs stayed the same, fine, but it's not exactly the case here. > We *only* got good ones during the discussion phase, hence the change of status. I personally missed the original announce in March and had extremely busy week last week, so I could only take a look at it this week. Yes, I understand it is frustrating that people take a lot of time to review things, but APIs are things that tend to stick, so it's best not to rush them I think. -- Stas Malyshev smalyshev@gmail.com