Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44088 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40906 invoked from network); 28 May 2009 18:21:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 May 2009 18:21:43 -0000 Authentication-Results: pb1.pair.com header.from=mikko.koppanen@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=mikko.koppanen@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.214 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: mikko.koppanen@gmail.com X-Host-Fingerprint: 209.85.219.214 mail-ew0-f214.google.com Received: from [209.85.219.214] ([209.85.219.214:63018] helo=mail-ew0-f214.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2C/3F-31798-636DE1A4 for ; Thu, 28 May 2009 14:21:43 -0400 Received: by ewy10 with SMTP id 10so6103489ewy.23 for ; Thu, 28 May 2009 11:21:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=4ZWqp/IM4vc2ienF+plV3BmleAJLSOlyvrvkUs17xNk=; b=OoIMfULBlEACUtpbsm3doFhFEls3iaYjQPvSVR776JVhYcUagq5398327VR5dg1MaK Jx7djYbPiiMRWBBkfqEILGtpXrQgAHZp65anxK3E3+cRl/kTj18Fv/jD12UX8Y2fPLu+ yCYkscq6GuQvgXopx5NhuY7itDxTu4tssA+Ro= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=i3Pj6WBr/E2iyqEMSoWUQyoRArKKLchZvh9jKbj9AigMMPpl9y5lbB85eWYP81OO7l 7xfBBy6x8xn+Mf1lwOPxVgLbd5ljk9iFdIPOoFb/78Xje/IcCSyK8cZ/ewlel0ejCpFE iAlyYgcmYeXUM6CKrgmh008jG6FUnQAxsST+s= MIME-Version: 1.0 Sender: mikko.koppanen@gmail.com Received: by 10.216.39.194 with SMTP id d44mr616964web.116.1243534899850; Thu, 28 May 2009 11:21:39 -0700 (PDT) In-Reply-To: References: <8A9B0E56-82A5-405C-8221-B3B22852AA07@prohost.org> Date: Thu, 28 May 2009 19:21:39 +0100 X-Google-Sender-Auth: cb7103b7433a80af Message-ID: <8cf711460905281121i19c6590euf5861dd68835e88e@mail.gmail.com> To: Patrick ALLAERT Cc: Ilia Alshanetsky , PHP Development , Davide Mendolia Content-Type: multipart/alternative; boundary=0016365ee0baf8ad73046afd0726 Subject: Re: [PHP-DEV] APM From: mkoppanen@php.net (Mikko Koppanen) --0016365ee0baf8ad73046afd0726 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On Thu, May 28, 2009 at 5:49 PM, Patrick ALLAERT wrote: > > The only thing I see now is the ability to make the extension active > on a request basis rather than globally. > Hi, looks like the extension overrides zend_error_cb. Is this affected by set_error_handler in the userland? If I remember correctly (might be wrong) set_error_handler overrides zend_error_cb as well and that would cause APM not to work out of the box with all applications. Not sure if that is design goal of this extension.. -- Mikko Koppanen --0016365ee0baf8ad73046afd0726--