Fixed mistake.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295459 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Egeberg 2010-02-24 09:51:01 +00:00
parent 7a525a0f97
commit 34244cfcb3

View file

@ -5013,7 +5013,7 @@ include_path=".;c:\php\includes"
<literal>PATH_TRANSLATED</literal> support for <acronym>CGI</acronym>.
PHP's previous behaviour was to set <literal>PATH_TRANSLATED</literal>
to <literal>SCRIPT_FILENAME</literal>, and to not grok what <literal>
PATH_INFO</literal>is. For more information on
PATH_INFO</literal> is. For more information on
<literal>PATH_INFO</literal>, see the <acronym>CGI</acronym> specs.
Setting this to <literal>1</literal> will cause PHP
<acronym>CGI</acronym> to fix its paths to conform to the spec. A