Re: [us...@httpd] PHP Issue...

2010-12-06 Thread Igor Galić
- "Marcin 'Rambo' Roguski" wrote: > > Anyway the real question is: Is there a way to have short tags > turned > > on for one web site and turned off for another? > > Yes, either by > php_admin_flag short_open_tags on in vhost. Or in a of that vhost, should it be only valid for a certai

Re: [us...@httpd] PHP Issue...

2010-12-05 Thread Marcin 'Rambo' Roguski
> Anyway the real question is: Is there a way to have short tags turned > on for one web site and turned off for another? Yes, either by php_flag short_open_tags on in .htaccess or separate php.ini for vhost. - The official Us

[us...@httpd] PHP Issue...

2010-12-05 Thread Scott Shippee
Not sure this is really the place for this question. but I am hoping that someone might have an answer nonetheless. I use php5 (Apache2, php5, Ubuntu) and a product called phpAlbum, which up until now has worked great. Recently one of my customers required that I turn off SHORT_TAGS in php, w