diff options
author | Dmitry Stogov <dmitry@php.net> | 2007-06-21 09:01:57 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2007-06-21 09:01:57 +0000 |
commit | f79678093b9e8fb4014562a2bf7df860dc2ed5aa (patch) | |
tree | c32c65338bd2c29b5c90e477c32d0342b5691bce /php.ini-dist | |
parent | 22527c8e031f369abac2e9492d022201c91e1de2 (diff) | |
download | php-git-f79678093b9e8fb4014562a2bf7df860dc2ed5aa.tar.gz |
Fixed default values
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-dist b/php.ini-dist index aaa37278c2..4d9d486410 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -425,7 +425,7 @@ extension_dir = "./" ; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok ; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting ; this to 1 will cause PHP CGI to fix it's paths to conform to the spec. A setting -; of zero causes PHP to behave as before. Default is zero. You should fix your scripts +; of zero causes PHP to behave as before. Default is 1. You should fix your scripts ; to use SCRIPT_FILENAME rather than PATH_TRANSLATED. ; cgi.fix_pathinfo=0 |