Skip to content

Commit 4b249af

Browse files
committed
Removed info about short_open_tags in INI files
1 parent 037e2a9 commit 4b249af

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

php.ini-development

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -173,19 +173,6 @@
173173
; http://php.net/engine
174174
engine = On
175175

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-
189176
; The number of significant digits displayed in floating point numbers.
190177
; http://php.net/precision
191178
precision = 14

php.ini-production

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -173,19 +173,6 @@
173173
; http://php.net/engine
174174
engine = On
175175

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-
189176
; The number of significant digits displayed in floating point numbers.
190177
; http://php.net/precision
191178
precision = 14

0 commit comments

Comments
 (0)