[PHP-DEV] Re: Current php-file in extension

2003-07-17 Thread Sam Baum
Hi, am Wednesday 16 July 2003 21:55 schrieb Sam Baum: > 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. got it myself, its zend_get_executed_filename

[PHP-DEV] Current php-file in extension

2003-07-16 Thread 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 -- PHP Internals