From e7f8f7c01cedfa0583913721f67b33cdbe6a2cf2 Mon Sep 17 00:00:00 2001 From: "Bryan Hanks, PMP" Date: Mon, 12 Nov 2012 13:12:13 -0600 Subject: [PATCH] Corrected spelling of 'shortcut' --- php.ini-development | 2 +- php.ini-production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php.ini-development b/php.ini-development index c29f3c1988..ddba771a16 100644 --- a/php.ini-development +++ b/php.ini-development @@ -200,7 +200,7 @@ engine = On ; This directive determines whether or not PHP will recognize code between ; 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 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. 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 ; 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 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. -- 2.40.0