ID: 29746 User updated by: gazman at email dot si Reported By: gazman at email dot si Status: Bogus Bug Type: Feature/Change Request Operating System: whatever PHP Version: Irrelevant New Comment:
damn :D I searched that thing for HOURS! You can anyone inform the documentation team that they should put a link to THAT site from the site where the $_SERVER vars are? :D You made my day! Previous Comments: ------------------------------------------------------------------------ [2004-08-19 01:14:18] [EMAIL PROTECTED] http://www.php.net/manual/en/language.constants.predefined.php __FILE__ ------------------------------------------------------------------------ [2004-08-19 01:06:24] gazman at email dot si Description: ------------ Please add a $_SERVER["CURRENT_SCRIPT_NAME"] variable. It should contain the name of the current EXECUTING script. It should be used to tell the code the filename it is in. It would be used in conjunction with include() and require() functions, as the $_SERVER["SCRIPT_NAME"] holds the value of the parent script and not the child script. It should be fairly easy to do... PHP must know it to parse the file and i believe you could as well make that availible as a variable from code. (a read-only variable (constant?) that points to the name of the currently parsed file) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29746&edit=1
