Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14737 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30631 invoked by uid 1010); 9 Feb 2005 05:57:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 30616 invoked from network); 9 Feb 2005 05:57:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Feb 2005 05:57:48 -0000 X-Host-Fingerprint: 206.190.38.47 web50206.mail.yahoo.com FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (2) Received: from ([206.190.38.47:38338] helo=web50206.mail.yahoo.com) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id F5/8F-19196-C56A9024 for ; Wed, 09 Feb 2005 00:57:48 -0500 Received: (qmail 930 invoked by uid 60001); 9 Feb 2005 05:57:45 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=RYBoiQ57HL09fHYxbybX64VOnXWO7AHNy+njvejy7noumVvhXzPZPANUuLpsdHiGD7WqS6Mq4tP81M65R49bQYe79WXi6snIsWpegLy8Znr2iQ4x5MHyd3dvmE70LMCIhy4jEwTy+PHpplqw8I+8OkmBNcZ7WmSQlc1iTtbWM1c= ; Message-ID: <20050209055745.928.qmail@web50206.mail.yahoo.com> Received: from [66.92.67.57] by web50206.mail.yahoo.com via HTTP; Tue, 08 Feb 2005 21:57:45 PST Date: Tue, 8 Feb 2005 21:57:45 -0800 (PST) Reply-To: sumoraigabe-php@yahoo.com To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: intercepting function calls From: sumoraigabe-php@yahoo.com Is it possible to intercept a function call (user space or built-in) in the Zend Engine and execute user space code before/after the function call? =====