php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #46820 $_SERVER['PATH_INFO'] is not documented
Submitted: 2008-12-10 12:27 UTC Modified: 2009-11-20 11:47 UTC
Votes:3
Avg. Score:4.7 ± 0.5
Reproduced:3 of 3 (100.0%)
Same Version:1 (33.3%)
Same OS:1 (33.3%)
From: francois dot gannaz at free dot fr Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: francois dot gannaz at free dot fr
New email:
PHP Version: OS:

 

 [2008-12-10 12:27 UTC] francois dot gannaz at free dot fr
Description:
------------
On the page describing $_SERVER the paragraph about 'PATH_TRANSLATED' relates it to 'PATH_INFO'. But this 'PATH_INFO' key isn't documented anywhere in the PHP manual.

Please add a description of $_SERVER['PATH_INFO'] on the page http://php.net/manual/en/reserved.variables.server.php


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-12-13 16:14 UTC] philip@php.net
Although we don't document every possible environment variable, we may as well document this one because we mention it in a few places and even have the cgi.fix_pathinfo directive.

See also:
 - http://hoohoo.ncsa.uiuc.edu/cgi/env.html
 - http://php.net/manual/en/ini.core.php#ini.cgi.fix-pathinfo
 [2008-12-13 18:12 UTC] philip@php.net
And also document ORIG_PATH_INFO while solving this bug.

 [2009-09-09 07:37 UTC] svn@php.net
Automatic comment from SVN on behalf of torben
Revision: http://svn.php.net/viewvc/?view=revision&revision=288189
Log: Document PATH_INFO (at least, the basics).
Partially addresses bug #46820, although more information on the
history of PATH_INFO is needed. And ORIG_PATH_INFO remains to be
documented.
 [2009-11-20 11:47 UTC] svn@php.net
Automatic comment from SVN on behalf of vrana
Revision: http://svn.php.net/viewvc/?view=revision&revision=291068
Log: Document ORIG_PATH_INFO (bug #46820)
 [2009-11-20 11:47 UTC] vrana@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jun 17 21:00:02 2026 UTC