Skip to content

Commit e7f8f7c

Browse files
committed
Corrected spelling of 'shortcut'
1 parent d0727b5 commit e7f8f7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

php.ini-development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ engine = On
200200

201201
; This directive determines whether or not PHP will recognize code between
202202
; <? and ?> tags as PHP source which should be processed as such. For several
203-
; years we recommended that you not use the short tag "short cut" and
203+
; years we recommended that you not use the short tag shortcut and
204204
; instead to use the full <?php and ?> tag combination. With the widespread use
205205
; of XML and use of these tags by other languages, the server can become easily
206206
; confused and end up parsing the wrong code in the wrong context.

php.ini-production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ engine = On
200200

201201
; This directive determines whether or not PHP will recognize code between
202202
; <? and ?> tags as PHP source which should be processed as such. For several
203-
; years we recommended that you not use the short tag "short cut" and
203+
; years we recommended that you not use the short tag shortcut and
204204
; instead to use the full <?php and ?> tag combination. With the widespread use
205205
; of XML and use of these tags by other languages, the server can become easily
206206
; confused and end up parsing the wrong code in the wrong context.

0 commit comments

Comments
 (0)