From f00ea3c023ae41f4c75aa7f18084e7fca84c076f Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Fri, 25 May 2007 19:25:15 +0000 Subject: [PATCH] MFH: Mention why short_open_tags is off (bug#37068) --- php.ini-recommended | 3 +++ 1 file changed, 3 insertions(+) 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 ; -- 2.50.1