Im trying to increase max execution time of PHP script with line
ini_set('max_execution_time', 90000);
In "php.ini" file, but after I restart server I got error in PHPMyAdmin "mbstring extension is missing". If I comment line with "ini_set" PHPMyAdmin works fine.
So, why mbstring extension stop working?