On Fri, 21 Mar 2008, Antony Dovgal wrote:

> On 03/20/2008 09:12 PM, Stanislav Malyshev wrote:
> > +- Allowed user-level access for short_open_tag. (Stas)
> 
> -1
> 
> > Now you force people to put something like "ini_set('short_open_tag', 0);" 
> > in 
> > each script to be sure it's not being enabled.
> 
> +1
> 
> Please revert.

Yeah, I also think this is a bad idea. For example when an application 
turns short tags on, while a library that it uses relies on it being of 
because it handles XML stuff in a way the application doesn;t (and 
shouldn't) know about. Like you said, it forces those libs to put 
"ini_set('short_open_tag', 0);" everywhere. And for what it's worth, 
I've never seen the original "question" either.

regards,
Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org

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

Reply via email to