On Thu, July 19, 2007 8:29 am, Jani Taskinen wrote: > 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.. ;)
Maybe I'm being stupid, but why would this "work" when .htaccess isn't supposed to work for Unicode on/off because it would require too much gnarly ifdef-type code in PHP source? Maybe this doesn't really really work at all and it's going to be a problem? -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php