From: vigna at dsi dot unimi dot it Operating system: Linux PHP version: 4.3.0 PHP Bug Type: Documentation problem Bug description: mbstring configuration variables are marked PHP_INI_ALL, but this is false.
The documentation states that the mbstring.func_overload mbstring.internal_encoding mbstring.http_input mbstring.http_output mbstring.substitute_character are PHP_INI_ALL. This is completely false--it is impossible to set them in a script (except maybe for internal_encoding, but the effect is not completely clear if you already have strings floating around). Apparently, all of them can be set using .htaccess except for func_overload, which must be set in php.ini. -- Edit bug report at http://bugs.php.net/?id=22331&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=22331&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=22331&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=22331&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=22331&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=22331&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=22331&r=support Expected behavior: http://bugs.php.net/fix.php?id=22331&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=22331&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=22331&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=22331&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22331&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=22331&r=dst IIS Stability: http://bugs.php.net/fix.php?id=22331&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=22331&r=gnused -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php