https://bugzilla.wikimedia.org/show_bug.cgi?id=60170
--- Comment #4 from Bill <[email protected]> --- My PHP Info page shows this for memory: memory_limit 64M 64M I have this directive in my php.ini: memory_limit = 64M And this Directive in my www.conf php_admin_value[memory_limit] = 64M And I do not have Multibye String enabled or installed that I could find. In order o test I ran this PHP: <?php error_reporting(E_ALL); ini_set('display_errors', 1); mb_strlen("test"); ?> Which resulted with this error stating that there were no multi byte functions available: Fatal error: Call to undefined function mb_strlen() in /site/flyerguide.com/testmb.php on line 6 -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
