diff options
author | Hannes Magnusson <bjori@php.net> | 2007-05-25 19:25:15 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2007-05-25 19:25:15 +0000 |
commit | f00ea3c023ae41f4c75aa7f18084e7fca84c076f (patch) | |
tree | 3f6a030f135d76b3fdffcbd9893390124cf0a3f0 /php.ini-recommended | |
parent | df03be1a3b4226103d1fc376abbbee460186e415 (diff) | |
download | php-git-f00ea3c023ae41f4c75aa7f18084e7fca84c076f.tar.gz |
MFH: Mention why short_open_tags is off (bug#37068)
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 3 |
1 files changed, 3 insertions, 0 deletions
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 ; |