Skip to content

Commit c3547f1

Browse files
committed
Fixed bug #62128 superfluous ";"
1 parent 86d2faf commit c3547f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

php.ini-development

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ enable_dl = Off
842842
; will look for to know it is OK to continue execution. Setting this variable MAY
843843
; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
844844
; http://php.net/cgi.redirect-status-env
845-
;cgi.redirect_status_env = ;
845+
;cgi.redirect_status_env =
846846

847847
; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's
848848
; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok
@@ -859,7 +859,7 @@ enable_dl = Off
859859
; does not currently support this feature (03/17/2002)
860860
; Set to 1 if running under IIS. Default is zero.
861861
; http://php.net/fastcgi.impersonate
862-
;fastcgi.impersonate = 1;
862+
;fastcgi.impersonate = 1
863863

864864
; Disable logging through FastCGI connection. PHP's default behavior is to enable
865865
; this feature.

php.ini-production

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ enable_dl = Off
842842
; will look for to know it is OK to continue execution. Setting this variable MAY
843843
; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
844844
; http://php.net/cgi.redirect-status-env
845-
;cgi.redirect_status_env = ;
845+
;cgi.redirect_status_env =
846846

847847
; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's
848848
; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok
@@ -859,7 +859,7 @@ enable_dl = Off
859859
; does not currently support this feature (03/17/2002)
860860
; Set to 1 if running under IIS. Default is zero.
861861
; http://php.net/fastcgi.impersonate
862-
;fastcgi.impersonate = 1;
862+
;fastcgi.impersonate = 1
863863

864864
; Disable logging through FastCGI connection. PHP's default behavior is to enable
865865
; this feature.

0 commit comments

Comments
 (0)