I get this error when I'm debug-stepping trough my script.
I tried to get the PHP version, it reads 5.2.0.
I'm puzzled.

Please give me a hand.
<?php
echo "\n" . phpversion();
$str = "\nMuzica asta e de doi lei.";
echo "\n" . mb_strlen ($str, '8bit');
exit();
// ...
?>
|
I found a German forum, where the guy complains that it's code, containing calls to mb_strlen works in the webbrowser, but fails to execute from within the console. Is there a chance that the same problem is here?
I'm in the dark. Please help.
Claudius