From: Hannes Magnusson Date: Fri, 25 May 2007 19:25:15 +0000 (+0000) Subject: MFH: Mention why short_open_tags is off (bug#37068) X-Git-Tag: php-5.2.3~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f00ea3c023ae41f4c75aa7f18084e7fca84c076f;p=php MFH: Mention why short_open_tags is off (bug#37068) --- diff --git a/php.ini-recommended b/php.ini-recommended index dd827e29a2..743e78d6b7 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -108,6 +108,9 @@ ; It's not possible to decide to force a variable to be passed by reference ; when calling a function. The PHP 4 style to do this is by making the ; function require the relevant argument by reference. +; - 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 ;