summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-04-26 23:20:06 +0000
committerfoobar <sniper@php.net>2002-04-26 23:20:06 +0000
commitf0de9845f85af6b83a3e4257101ebbf3764c544e (patch)
treed3f092b52b52373edfc4f6f5221d3da4b6f0a273 /php.ini-dist
parent2b07dd4fe3039b3b988e168b492e53ee34c4ac9f (diff)
downloadphp-git-f0de9845f85af6b83a3e4257101ebbf3764c544e.tar.gz
Default setting for short_open_tag is better be Off.
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-dist b/php.ini-dist
index eb671163e8..08a2118698 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -68,7 +68,7 @@
engine = On
; Allow the <? tag. Otherwise, only <?php and <script> tags are recognized.
-short_open_tag = On
+short_open_tag = Off
; Allow ASP-style <% %> tags.
asp_tags = Off