From: prodelal at oldany dot cz Operating system: Linux / RHEL 4 PHP version: 4.4.2 PHP Bug Type: Apache2 related Bug description: Transport mbstring settings from .httaccess to apache processes.
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 bug report at http://bugs.php.net/?id=37932&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=37932&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=37932&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=37932&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=37932&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=37932&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=37932&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=37932&r=needscript Try newer version: http://bugs.php.net/fix.php?id=37932&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=37932&r=support Expected behavior: http://bugs.php.net/fix.php?id=37932&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=37932&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=37932&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=37932&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=37932&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=37932&r=dst IIS Stability: http://bugs.php.net/fix.php?id=37932&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=37932&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=37932&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=37932&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=37932&r=mysqlcfg
