I would go with a maskable enumeration for multiple options support:
Val Constant
0PHP_TAGS_NONE
1PHP_TAGS_LEGACY
2PHP_TAGS_STANDARD
4PHP_TAGS_SHORT
8PHP_TAGS_SCRIPT
16PHP_TAGS_ASP
So that if I want to use mixed tags ( wrote:
> I've been giving some thought to the implica
Ubuntu security contact, as requested.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
I've been giving some thought to the implication of my off the cuff addition
of PHP_TAGS_NONE to the modes allowed and what should logically go with
that. If tag style can be declared in a function, it should be possible set
them in the configuration and at other places. Currently tag style is spre
On Thu, 16 Dec 2010 21:47:51 -, Matt Wilson wrote:
Pierre Joye wrote:
The more I look at this option the more I think it is confusing. I'm
not sure the gain is worth this confusion either. However I would
prefer to bring back a proposal we had a couple of years ago, to
totally disable pos