From:             incitist at msn dot com
Operating system: Windows XP
PHP version:      5.0.0
PHP Bug Type:     Scripting Engine problem
Bug description:  $PATH_INFO not set

Description:
------------
I'm using Aprelium's Abyss Web Server and PHP 5.
When I try to open a url like script.php/test.html
$PATH_INFO is not set, irregardless of whether register globals is set on
or off.

Reproduce code:
---------------
<?php
        header("Content-type: text/html");
        if (isset($PATH_INFO)) print("$PATH_INFO");
        else print("Not set");
?>

Expected result:
----------------
/test.html

Actual result:
--------------
Not set

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

Reply via email to