Skip to content

Commit 29de8f2

Browse files
committed
[skip ci] Add INI setting value
1 parent 6f2ea35 commit 29de8f2

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

php.ini-development

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,8 @@ engine = On
176176
; documents, however this remains supported for backward compatibility reasons.
177177
; Note that this directive does not control the <?= shorthand tag, which can be
178178
; used regardless of this directive.
179-
; Default Value: Off
180-
; Development Value: Off
181-
; Production Value: Off
182179
; http://php.net/short-open-tag
183-
;short_open_tag =
180+
;short_open_tag = Off
184181

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

php.ini-production

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,8 @@ engine = On
181181
; documents, however this remains supported for backward compatibility reasons.
182182
; Note that this directive does not control the <?= shorthand tag, which can be
183183
; used regardless of this directive.
184-
; Default Value: Off
185-
; Development Value: Off
186-
; Production Value: Off
187184
; http://php.net/short-open-tag
188-
;short_open_tag =
185+
;short_open_tag = Off
189186

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

0 commit comments

Comments
 (0)