File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 179
179
; http://php.net/engine
180
180
engine = On
181
181
182
+ ; This directive is DEPRECATED.
182
183
; This directive determines whether or not PHP will recognize code between
183
184
; <? and ?> tags as PHP source which should be processed as such. It is
184
185
; generally recommended that <?php and ?> should be used and that this feature
185
186
; should be disabled, as enabling it may result in issues when generating XML
186
187
; documents, however this remains supported for backward compatibility reasons.
187
188
; Note that this directive does not control the <?= shorthand tag, which can be
188
189
; used regardless of this directive.
189
- ; Default Value: On
190
+ ; Default Value: Off
190
191
; Development Value: Off
191
192
; Production Value: Off
192
193
; http://php.net/short-open-tag
Original file line number Diff line number Diff line change 184
184
; http://php.net/engine
185
185
engine = On
186
186
187
+ ; This directive is DEPRECATED.
187
188
; This directive determines whether or not PHP will recognize code between
188
189
; <? and ?> tags as PHP source which should be processed as such. It is
189
190
; generally recommended that <?php and ?> should be used and that this feature
190
191
; should be disabled, as enabling it may result in issues when generating XML
191
192
; documents, however this remains supported for backward compatibility reasons.
192
193
; Note that this directive does not control the <?= shorthand tag, which can be
193
194
; used regardless of this directive.
194
- ; Default Value: On
195
+ ; Default Value: Off
195
196
; Development Value: Off
196
197
; Production Value: Off
197
198
; http://php.net/short-open-tag
You can’t perform that action at this time.
0 commit comments