Hi
I'm a greenhorn tying to add some code to /ext/standard/mail.c php_mail(...),
but I have trouble to get the filename of the php script that triggers the
php_mail(...) call. compiler_globals.compiled_filename doesn't work. It's
always NULL.
Any ideas how i could get this filename?
thanks !
Stefan
From zend_error():
error_filename = zend_get_executed_filename(TSRMLS_C);
error_lineno = zend_get_executed_lineno(TSRMLS_C);
--Wez.
-----Original Message-----
From: Stefan Mueller [mailto:phplist@s-mueller.ch]
Sent: 16 May 2004 15:22
To: internals@lists.php.net
Subject: [PHP-DEV] Filename of the currently executed php scriptHi
I'm a greenhorn tying to add some code to
/ext/standard/mail.c php_mail(...),
but I have trouble to get the filename of the php script that
triggers the
php_mail(...) call. compiler_globals.compiled_filename
doesn't work. It's
always NULL.
Any ideas how i could get this filename?thanks !
Stefan