From 0d579eea43f821d5687091f23f08f062ce6edf89 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Sep 2013 13:18:41 +0200 Subject: PHP 5.5.4 --- php.ini | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'php.ini') diff --git a/php.ini b/php.ini index 7210341..539f961 100644 --- a/php.ini +++ b/php.ini @@ -197,13 +197,12 @@ engine = On ; This directive determines whether or not PHP will recognize code between -; tags as PHP source which should be processed as such. It's been -; recommended for several years that you not use the short tag "short cut" and -; instead to use the full tag combination. With the wide spread 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. But because -; this short cut has been a feature for such a long time, it's currently still -; supported for backwards compatibility, but we recommend you don't use them. +; tags as PHP source which should be processed as such. It is +; generally recommended that should be used and that this feature +; should be disabled, as enabling it may result in issues when generating XML +; documents, however this remains supported for backward compatibility reasons. +; Note that this directive does not control the