File tree Expand file tree Collapse file tree 2 files changed +12
-15
lines changed Expand file tree Collapse file tree 2 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 199
199
engine = On
200
200
201
201
; This directive determines whether or not PHP will recognize code between
202
- ; <? and ?> tags as PHP source which should be processed as such. For several
203
- ; years we recommended that you not use the short tag shortcut and
204
- ; instead to use the full <?php and ?> tag combination. With the widespread use
205
- ; of XML and use of these tags by other languages, the server can become easily
206
- ; confused and end up parsing the wrong code in the wrong context.
207
- ; This shortcut is still supported for backwards compatibility, but we
208
- ; recommend against its use.
202
+ ; <? and ?> tags as PHP source which should be processed as such. It is
203
+ ; generally recommended that <?php and ?> should be used and that this feature
204
+ ; should be disabled, as enabling it may result in issues when generating XML
205
+ ; documents, however this remains supported for backward compatibility reasons.
206
+ ; Note that this directive does not control the <?= shorthand tag, which can be
207
+ ; used regardless of this directive.
209
208
; Default Value: On
210
209
; Development Value: Off
211
210
; Production Value: Off
Original file line number Diff line number Diff line change 199
199
engine = On
200
200
201
201
; This directive determines whether or not PHP will recognize code between
202
- ; <? and ?> tags as PHP source which should be processed as such. For several
203
- ; years we recommended that you not use the short tag shortcut and
204
- ; instead to use the full <?php and ?> tag combination. With the widespread use
205
- ; of XML and use of these tags by other languages, the server can become easily
206
- ; confused and end up parsing the wrong code in the wrong context.
207
- ; This shortcut is still supported for backwards compatibility, but we
208
- ; recommend against its use.
209
- ; Default Value: On
202
+ ; <? and ?> tags as PHP source which should be processed as such. It is
203
+ ; generally recommended that <?php and ?> should be used and that this feature
204
+ ; should be disabled, as enabling it may result in issues when generating XML
205
+ ; documents, however this remains supported for backward compatibility reasons.
206
+ ; Note that this directive does not control the <?= shorthand tag, which can be
207
+ ; used regardless of this directive.
210
208
; Default Value: On
211
209
; Development Value: Off
212
210
; Production Value: Off
You can’t perform that action at this time.
0 commit comments