From:             bretschneider at element5 dot com
Operating system: freebsd 4
PHP version:      4.3.3RC1
PHP Bug Type:     PHP options/info functions
Bug description:  missing one _SERVER var

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 bug report at http://bugs.php.net/?id=24584&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=24584&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=24584&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=24584&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24584&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24584&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24584&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24584&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24584&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24584&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24584&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24584&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24584&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24584&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24584&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24584&r=gnused

Reply via email to