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