From:             [EMAIL PROTECTED]
Operating system: Any? (Redhat 7.2)
PHP version:      4.2.0
PHP Bug Type:     Apache2 related
Bug description:  PATH_INFO, AcceptPathInfo Apache 2 Directive failure

The use of the Apache 2 Directive, AcceptPathInfo fails in conjuction with
PHP. AcceptPathInfo is supposed to allow scripts such as
www.server.com/script.php to be referenced with additional URI information
to be passed to the script such as www.server.com/script.php/value/value2.
PHP calls this value PATH_INFO.

When AcceptPathInfo is used in .htaccess files Apache still attempts to
search for files in the file system and reports "object" not found.


-- 
Edit bug report at http://bugs.php.net/?id=16622&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16622&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16622&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16622&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16622&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16622&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16622&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16622&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16622&r=submittedtwice

Reply via email to