summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authorBryan Hanks, PMP <bryan@master-developer.com>2012-11-12 13:12:13 -0600
committerBryan Hanks, PMP <bryan@master-developer.com>2012-11-12 13:12:13 -0600
commite7f8f7c01cedfa0583913721f67b33cdbe6a2cf2 (patch)
treecbfdf3822a6f42a0212d5e236b6083fe9f9ce23b /php.ini-production
parentd0727b58da9e76f24f69f42e5418960c1e85e5f0 (diff)
downloadphp-git-e7f8f7c01cedfa0583913721f67b33cdbe6a2cf2.tar.gz
Corrected spelling of 'shortcut'
Diffstat (limited to 'php.ini-production')
-rw-r--r--php.ini-production2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-production b/php.ini-production
index 37fee997b2..86c0e8f1c0 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -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.