]> granicus.if.org Git - php/commitdiff
Default setting for short_open_tag is better be Off.
authorfoobar <sniper@php.net>
Fri, 26 Apr 2002 23:20:06 +0000 (23:20 +0000)
committerfoobar <sniper@php.net>
Fri, 26 Apr 2002 23:20:06 +0000 (23:20 +0000)
php.ini-dist
php.ini-recommended

index eb671163e83b52d10a642779118162286166b166..08a211869815186b4761cb2dcd4885712cc81d24 100644 (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
index 697dec6771d8d17a6cfa11cf82e66a7aa1171d5e..c706f01be7af5536b0529c19f57a869b2ece2637 100644 (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