summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2012-05-25 22:33:17 +0800
committerXinchen Hui <laruence@php.net>2012-05-25 22:33:17 +0800
commit91ad40d9bbc772709fb9f88c55d7ce55f55df71b (patch)
tree6e9a1a2664f240a523fe7d9264e7d0efcfca3d67 /php.ini-production
parent16a592b13a7909aa9d370fd020a10e00772bc254 (diff)
parentc3547f19359c7150a9bbd35aa2a7adc9da900da5 (diff)
downloadphp-git-91ad40d9bbc772709fb9f88c55d7ce55f55df71b.tar.gz
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3: Fixed bug #62128 superfluous ";"
Diffstat (limited to 'php.ini-production')
-rw-r--r--php.ini-production4
1 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-production b/php.ini-production
index e8d1c748e2..d4c1261fcd 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -751,7 +751,7 @@ enable_dl = Off
; will look for to know it is OK to continue execution. Setting this variable MAY
; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
; http://php.net/cgi.redirect-status-env
-;cgi.redirect_status_env = ;
+;cgi.redirect_status_env =
; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's
; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok
@@ -768,7 +768,7 @@ enable_dl = Off
; does not currently support this feature (03/17/2002)
; Set to 1 if running under IIS. Default is zero.
; http://php.net/fastcgi.impersonate
-;fastcgi.impersonate = 1;
+;fastcgi.impersonate = 1
; Disable logging through FastCGI connection. PHP's default behavior is to enable
; this feature.