Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40269 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47947 invoked from network); 4 Sep 2008 19:21:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Sep 2008 19:21:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=david.coallier@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=david.coallier@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.44.30 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: david.coallier@gmail.com X-Host-Fingerprint: 74.125.44.30 yx-out-2324.google.com Received: from [74.125.44.30] ([74.125.44.30:33767] helo=yx-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/0F-07417-72530C84 for ; Thu, 04 Sep 2008 15:21:11 -0400 Received: by yx-out-2324.google.com with SMTP id 3so59266yxj.83 for ; Thu, 04 Sep 2008 12:21:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=6XhiMzu2SYmORvmPcKivP0di34S5jOEvOpB4/K2/WZE=; b=dkmllJBXftNNAn4s6c1v/Cu/6b7jsgXahp3/an6IZkwESKcWN5hcjcGPvRXu46vMMm DKjpTGo60kNoGUt2op5uvHem8+d427YyYVyrC55XEv4DECyxIBbx0psh7inYb9McRNdk Jb/nNtqiFYK0fpUPhsOT5mKgJ6uyziTnKALGE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=uVvEZQqIL1I+fRMklppUknmvYLKxZdpZIO+L0f3ZeSsJ01FcmJX4jgmJLv3Ah5EUDG 2TJJ/iE/xPk1LGpNhdHypwgUY1IpD/SEFkKszBo7V8R5ref94i+yLDeAz52BWcM/kZGC IbrrbK3FIJoe8eI67sEbKHq6Fc9OcrjxgfPXE= Received: by 10.143.30.10 with SMTP id h10mr3705891wfj.7.1220556068578; Thu, 04 Sep 2008 12:21:08 -0700 (PDT) Received: by 10.142.80.10 with HTTP; Thu, 4 Sep 2008 12:21:08 -0700 (PDT) Message-ID: Date: Thu, 4 Sep 2008 15:21:08 -0400 Sender: david.coallier@gmail.com To: "Catalin Zamfir Alexandru | KIT Software CAZ" Cc: "Diogo Neves" , "PHP Internals List" In-Reply-To: <004801c90eae$cb59d410$620d7c30$@ro> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <000601c90e98$d5a57ca0$80f075e0$@ro> <000e01c90e99$94e04280$bea0c780$@ro> <87ae45950809040724q6660ea44xa527dc0670822333@mail.gmail.com> <001501c90e9b$3dca7d10$b95f7730$@ro> <001601c90e9b$ac0be430$0423ac90$@ro> <87ae45950809040828q122d0e4ds8f13627e57749684@mail.gmail.com> <003701c90ea5$9121bd70$b3653850$@ro> <87ae45950809040945y50bd2aacqb672c7adb878a75a@mail.gmail.com> <004801c90eae$cb59d410$620d7c30$@ro> X-Google-Sender-Auth: ce5853ded91f4067 Subject: Re: [PHP-DEV] Ob_start, "protected" obHandler method, nod detecting $this->geMe () kind of error! From: davidc@php.net ("David Coallier") 2008/9/4 Catalin Zamfir Alexandru | KIT Software CAZ : > Actually it's not when you want to separate Output Buffering from > ErrorHandling. :) . and YES, you can access "obHandler" when it is > protected, because you extends the abstract base class, but it fails > miserably on the "$this->getMe ()" error type. > > Just a side note for this ... thread: http://ie.php.net/reST/php-src/README.MAILINGLIST_RULES Thanks :) -- Slan, David