extract from php.ini file
<<
; Allow the <? tag.  Otherwise, only <?php and <script> tags are recognized.
; NOTE: Using short tags should be avoided when developing applications or
; libraries that are meant for redistribution, or deployment on PHP
; servers which are not under your control, because short tags may not
; be supported on the target server. For portable, redistributable code,
; be sure not to use short tags.
short_open_tag = On

; Allow ASP-style <% %> tags.
asp_tags = Off

>>

Hope this helps

YT

-----Oorspronkelijk bericht-----
Van: Ulrik NIelsen [mailto:[EMAIL PROTECTED]
Verzonden: Friday, June 13, 2003 3:39 PM
Aan: [EMAIL PROTECTED]
Onderwerp: Re: [PHP] regarding <?php ?> tags




Mike Ford wrote:
>
> This has been discussed more than once by the PHP developers, and the
> decision has always been not to adopt it.  I think you can safely
> file it in the "Won't Fix" category (there may even be a Feature
> Request at bugs.php.net marked as such).


bugger ;) I would have loved this feature....


--
>> ulrik - ulrik(@)lazy.dk
excuse of the day : Domain controller not responding
         from bofh : http://www.cs.wisc.edu/~ballard/bofh/


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to