summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2007-05-25 19:25:15 +0000
committerHannes Magnusson <bjori@php.net>2007-05-25 19:25:15 +0000
commitf00ea3c023ae41f4c75aa7f18084e7fca84c076f (patch)
tree3f6a030f135d76b3fdffcbd9893390124cf0a3f0 /php.ini-recommended
parentdf03be1a3b4226103d1fc376abbbee460186e415 (diff)
downloadphp-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-recommended3
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 ;