From: Hannes Magnusson Date: Fri, 25 May 2007 19:24:29 +0000 (+0000) Subject: Mention why short_open_tags is off (bug#37068) X-Git-Tag: RELEASE_1_4~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5240666f6ca662054405e2963ea8d8bce9892521;p=php Mention why short_open_tags is off (bug#37068) --- diff --git a/php.ini-recommended b/php.ini-recommended index c04e171e98..f7d23ebf37 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -96,6 +96,9 @@ ; are emitted for non-critical errors, but that could be a symptom of a bigger ; problem. Most notably, this will cause error messages about the use ; of uninitialized variables to be displayed. +; - short_open_tag = Off [Portability] +; Using short tags is discouraged when developing code meant for redistribution +; since short tags may not be supported on the target server. ;;;;;;;;;;;;;;;;;;;; ; Language Options ;