Skip to content

Commit 0abeb8c

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 bdaecf3 commit 0abeb8c

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
@@ -148,12 +148,6 @@
148148
; Development Value: 5
149149
; Production Value: 5
150150

151-
; This directive is DEPRECATED.
152-
; short_open_tag
153-
; Default Value: Off
154-
; Development Value: Off
155-
; Production Value: Off
156-
157151
; variables_order
158152
; Default Value: "EGPCS"
159153
; Development Value: "GPCS"
@@ -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

php.ini-production

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,6 @@
148148
; Development Value: 5
149149
; Production Value: 5
150150

151-
; This directive is DEPRECATED.
152-
; short_open_tag
153-
; Default Value: Off
154-
; Development Value: Off
155-
; Production Value: Off
156-
157151
; track_errors
158152
; Default Value: Off
159153
; Development Value: On
@@ -196,7 +190,7 @@ engine = On
196190
; Development Value: Off
197191
; Production Value: Off
198192
; http://php.net/short-open-tag
199-
short_open_tag = Off
193+
;short_open_tag =
200194

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

0 commit comments

Comments
 (0)