Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25569 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62722 invoked by uid 1010); 7 Sep 2006 12:16:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62707 invoked from network); 7 Sep 2006 12:16:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Sep 2006 12:16:46 -0000 Authentication-Results: pb1.pair.com header.from=tm@ippfp.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=tm@ippfp.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ippfp.org from 212.227.126.188 cause and error) X-PHP-List-Original-Sender: tm@ippfp.org X-Host-Fingerprint: 212.227.126.188 moutng.kundenserver.de Received: from [212.227.126.188] ([212.227.126.188:65401] helo=moutng.kundenserver.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FD/B1-50225-AAD00054 for ; Thu, 07 Sep 2006 08:16:45 -0400 Received: from [88.72.196.172] (helo=localhost) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis), id 0MKxQS-1GLIoC0pI0-0005f4; Thu, 07 Sep 2006 14:16:40 +0200 Date: Thu, 7 Sep 2006 14:20:17 +0200 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Disposition: inline To: PHP Internals Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-ID: <200609071420.18054.tm@ippfp.org> X-Provags-ID: kundenserver.de abuse@kundenserver.de login:aa225b5806905afbf14d50f30346eb07 Subject: get_method - handlers From: tm@ippfp.org (Thomas Moenicke) Hi, I tried to overwrite the 'get_method' handler and it works fine, but would need the same effect for static methods. I tried something but found no proper way to by-pass the zend_std_get_static_method() in an extension. Is there a solution for it? Thomas