mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Corrected spelling of 'shortcut'
This commit is contained in:
parent
d0727b58da
commit
e7f8f7c01c
2 changed files with 2 additions and 2 deletions
|
@ -200,7 +200,7 @@ engine = On
|
|||
|
||||
; This directive determines whether or not PHP will recognize code between
|
||||
; <? and ?> tags as PHP source which should be processed as such. For several
|
||||
; years we recommended that you not use the short tag "short cut" and
|
||||
; years we recommended that you not use the short tag shortcut and
|
||||
; instead to use the full <?php and ?> tag combination. With the widespread use
|
||||
; of XML and use of these tags by other languages, the server can become easily
|
||||
; confused and end up parsing the wrong code in the wrong context.
|
||||
|
|
|
@ -200,7 +200,7 @@ engine = On
|
|||
|
||||
; This directive determines whether or not PHP will recognize code between
|
||||
; <? and ?> tags as PHP source which should be processed as such. For several
|
||||
; years we recommended that you not use the short tag "short cut" and
|
||||
; years we recommended that you not use the short tag shortcut and
|
||||
; instead to use the full <?php and ?> tag combination. With the widespread use
|
||||
; of XML and use of these tags by other languages, the server can become easily
|
||||
; confused and end up parsing the wrong code in the wrong context.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue