On Thu, 2007-07-19 at 15:47 +0300, Tomas Kuliavas wrote:
> >  From the low end user perspective I think this would be great from
> > another POV. Let's imagine for a second that Wordpress will only work
> > with unicode semantics off and that phpBB will only work with the switch
> >   "on". What if someone would want to run both on a shared server?
> 
> from httpd.conf
> 
> <Directory /var/www/example.org/www/phpbb>
>    php_admin_flag unicode.semantics on
> </Directory>
> <Directory /var/www/example.org/www/wp>
>    php_admin_flag unicode.semantics off
> </Directory>

Hmm..I forgot that this works for ZEND_INI_SYSTEM type of options.
Live and learn I guess. :)

Too bad it only works for Apache module.. ;)

--Jani

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to