Skip to content

Commit 472b3c6

Browse files
committed
Removed short_open_tag from section detailling different configurated INI setting from the engine default. Commented out short_open_tag INI setting.
1 parent e1e9e78 commit 472b3c6

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

php.ini-development

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,6 @@
143143
; Development Value: 5
144144
; Production Value: 5
145145

146-
; This directive is DEPRECATED.
147-
; short_open_tag
148-
; Default Value: Off
149-
; Development Value: Off
150-
; Production Value: Off
151-
152146
; variables_order
153147
; Default Value: "EGPCS"
154148
; Development Value: "GPCS"
@@ -186,7 +180,7 @@ engine = On
186180
; Development Value: Off
187181
; Production Value: Off
188182
; http://php.net/short-open-tag
189-
short_open_tag = Off
183+
;short_open_tag =
190184

191185
; The number of significant digits displayed in floating point numbers.
192186
; http://php.net/precision

php.ini-production

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,6 @@
143143
; Development Value: 5
144144
; Production Value: 5
145145

146-
; This directive is DEPRECATED.
147-
; short_open_tag
148-
; Default Value: Off
149-
; Development Value: Off
150-
; Production Value: Off
151-
152146
; track_errors
153147
; Default Value: Off
154148
; Development Value: On
@@ -191,7 +185,7 @@ engine = On
191185
; Development Value: Off
192186
; Production Value: Off
193187
; http://php.net/short-open-tag
194-
short_open_tag = Off
188+
;short_open_tag =
195189

196190
; The number of significant digits displayed in floating point numbers.
197191
; http://php.net/precision

0 commit comments

Comments
 (0)