ID: 36809 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Closed Bug Type: Scripting Engine problem Operating System: linux (gentoo) PHP Version: 5CVS-2006-03-20 (CVS) Assigned To: dmitry New Comment:
Fixed in CVS HEAD and PHP_5_1. Previous Comments: ------------------------------------------------------------------------ [2006-03-21 00:09:06] [EMAIL PROTECTED] Yes, I guess it's related to the optimization hacks done ~week ago, related to runtime constants fetching etc. Dmitry, please check it out. ------------------------------------------------------------------------ [2006-03-21 00:02:58] [EMAIL PROTECTED] [16:49:22] <tony2002> fill the report and assign it to Dmitry [16:49:41] <tony2002> it's definitely related to the hacks he did recently ------------------------------------------------------------------------ [2006-03-21 00:02:24] [EMAIL PROTECTED] Description: ------------ if test.php is: <?php echo __FILE__; ?> running "php test.php" used to spit out the full path to test.php, now it just spits out "test.php" note that php -r "include 'test.php';" spits out the whole path to test.php ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36809&edit=1