Default setting for short_open_tag is better be Off.

This commit is contained in:
foobar 2002-04-26 23:20:06 +00:00
parent 2b07dd4fe3
commit f0de9845f8
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -81,7 +81,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