ID: 37932 Updated by: [EMAIL PROTECTED] Reported By: prodelal at oldany dot cz Status: Feedback Bug Type: Apache2 related Operating System: Linux / RHEL 4 PHP Version: 4.4.2 New Comment:
It should also be fixed in 4.4. Previous Comments: ------------------------------------------------------------------------ [2006-06-27 18:25:56] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.2-win32-latest.zip ------------------------------------------------------------------------ [2006-06-27 18:18:27] prodelal at oldany dot cz Description: ------------ We use mbstring directives in .htaccess in one of our virtualhost .htaccess: ========== php_value mbstring.func_overload 6 php_value mbstring.internal_encoding UTF-8 php_flag mbstring.encoding_translation Off But problem is, that if one of apache process load this virtualhost (mean processing it), after that next virtualhost is load into this proccess and mbstring settings are valid here also. We have to do in all our projects, that we put into .htaccess directives of mbstring which set default values. This is not OK, becuase we have troubles with older and new projects, we have to set defautl values of mbstring, because if there are settings (above), many projects would not work and post errors, because they have different encoding. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37932&edit=1
