Hello,
Sorry for the late reply.
no problem.
The ini_set is meant to be used inside a php script not in an .htaccess
file.
So perhaps you could test this in a script specific manner.
i know;) i do php/apache for some years...
i found out the problem in meanwhile.
http://bugs.php.net/bug.php?
Hello,
Besides the .htaccess which might be an apache configuration problem if
you use ini_set("mbstring.func_overload",2) in a script of this
directory does it work?
no, also the ini_set does not work for this Directive.
Sorry for the late reply.
The ini_set is meant to be used inside a p
Hello,
Besides the .htaccess which might be an apache configuration problem if
you use ini_set("mbstring.func_overload",2) in a script of this
directory does it work?
no, also the ini_set does not work for this Directive.
In addition to this heck your apache configuration to see if you allow
Hello,
following in my .htaccess works with php 5.2.6 (mod_php)
php_value mbstring.func_overload 2
Seems that since (5.2.7?) 5.2.8/5.2.9 this value is not any more
accepted by php in .htaccess.
mbstring.func_overload should be changeable by PHP_INI_PERDIR which
includes .htaccess
Other valu
Hello,
following in my .htaccess works with php 5.2.6 (mod_php)
php_value mbstring.func_overload 2
Seems that since (5.2.7?) 5.2.8/5.2.9 this value is not any more accepted by
php in .htaccess.
mbstring.func_overload should be changeable by PHP_INI_PERDIR which includes
.htaccess
Other values
5 matches
Mail list logo