Re: [PHP-DEV] RFC: Selecting Namespaces and Tag styles at include time. ( was Re: PHP Dev RFC Selecting Namespaces and Tag styles at include time.)

2010-12-17 Thread Stanley Sufficool
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

[PHP-DEV] SVN Account Request: sbeattie

2010-12-17 Thread Steve Beattie
Ubuntu security contact, as requested. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RFC: Selecting Namespaces and Tag styles at include time. ( was Re: PHP Dev RFC Selecting Namespaces and Tag styles at include time.)

2010-12-17 Thread Michael Morris
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

Re: [PHP-DEV] [PATCH] Add option to disable POST data processing

2010-12-17 Thread Gustavo Lopes
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