Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3450 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4707 invoked by uid 1007); 16 Jul 2003 19:55:52 -0000 Message-ID: <20030716195552.4706.qmail@pb1.pair.com> To: internals@lists.php.net Reply-To: idsam@gmx.de Date: Wed, 16 Jul 2003 21:55:50 +0200 Lines: 13 User-Agent: KNode/0.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Posted-By: 134.155.22.122 Subject: Current php-file in extension From: idsam@gmx.de (Sam Baum) Hi there, how can i get the current php-file, not the filename in PHP_SELF, that was requested, but that file that actually has the written code that called the PHP_FUNCTION of my extension. Background is, that i syslog mail(), so i can track down misuse on my server. bg Sam