diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2002-04-27 13:38:55 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2002-04-27 13:38:55 +0000 |
commit | 22182fc78d9e1fb239978a6deba8331c6e78c412 (patch) | |
tree | 44accbd7f90bdd2de6250fedc65d48e795f60e0f /php.ini-dist | |
parent | a380af2247a012d5a7ec188201f07de53e6373e1 (diff) | |
download | php-git-22182fc78d9e1fb239978a6deba8331c6e78c412.tar.gz |
# Since Jani seems to have us all on /ignore, I'm reverting
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 08a2118698..eb671163e8 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 = Off +short_open_tag = On ; Allow ASP-style <% %> tags. asp_tags = Off |