Unicode library Error
Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini mbstring.http_input setting. Please refer to the PHP mbstring documentation for more information.
This is the error message that I get when attempting install of Drupal CMS in my localhost.
PHP Version 5.6.0-1 System Linux notosh 3.16-2-amd64 #1 SMP Debian 3.16.3-2 (2014-09-20) x86_64
The problem is that in my php.ini this setting is deprecated:
"Use of this INI entry is deprecated, use global input_encoding instead." Anyway it is set to Off.
But, iconv.input_encoding = is also deprecated, and global input_encoding is nowhere to be found in my php.ini.
So at this point I ran out of options and do not know how to disable multibyte string input conversion.
Please help.