Tested on winXP/Apache 2.0.48 (cgi) php 4.3.3 var_dump( __FILE__ ); gives -> C:\Program Files\Apache Group\Apache2\htdocs\index.php
php 4.3.4 var_dump( __FILE__); gives -> c:\program files\apache group\apache2\htdocs\index.php php 4.3.5RC2 var_dump( __FILE__ ); gives -> C:\Program Files\Apache Group\Apache2\htdocs\index.php The contents of __FILE__ in php 4.3.4 is lower cased, but seems to be working correctly in 4.3.5RC2, hence the reason why I didn't submit a bug report. So if anyone asks, its in the archives, and I hope the powers to be makes sure that 4.3.5 interpretation of __FILE__ stays the way it is... Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php