ID: 24584 Updated by: [EMAIL PROTECTED] Reported By: bretschneider at element5 dot com -Status: Open +Status: Bogus Bug Type: PHP options/info functions Operating System: freebsd 4 PHP Version: 4.3.3RC1 New Comment:
>From my phpinfo() output: _SERVER["SCRIPT_NAME"] /misc/info.php Previous Comments: ------------------------------------------------------------------------ [2003-07-10 05:32:30] bretschneider at element5 dot com Description: ------------ un php 4.3.3RC1 the var _SERVER['SCRIPT_NAME'] does not exist anymore. therefore u get _SERVER['SCRIPT_FILENAME']. i could not find any hind in the documentation. therefore it must be a bug. frank Reproduce code: --------------- <? phpinfo(); ?> :-) Expected result: ---------------- /report.php Actual result: -------------- '' :-) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24584&edit=1