I am running a relatively new install of MySQL Client API Version 4.1.7 using PHP 5 on Apache 2.0. I did encounter some glitches during initial configuration, however I recall them as being attributed to my attempt to operate w/ the dll's in my PHP folder in their "original" unpacked state, instead of moving them to their (proper) location at the root of c:\php\
i have encountered what i believe to be a "new" error, although it was most likely present, an oversight the last time i opened my installation of phpMyAdmin 2.6.4
the notice at the bottom of the main content area of phpMyAdmin 2.6.4 shows the following in bold red:
"The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results."
obviously, something is wrong here. what can i do to find the source of this problem, and what would likely correct it?
thank you!