diff options
author | foobar <sniper@php.net> | 2002-04-26 23:20:06 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-04-26 23:20:06 +0000 |
commit | f0de9845f85af6b83a3e4257101ebbf3764c544e (patch) | |
tree | d3f092b52b52373edfc4f6f5221d3da4b6f0a273 /php.ini-dist | |
parent | 2b07dd4fe3039b3b988e168b492e53ee34c4ac9f (diff) | |
download | php-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-dist | 2 |
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 |