|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-12-21 18:26 UTC] ab@php.net
-Status: Open
+Status: Feedback
[2015-12-21 18:26 UTC] ab@php.net
[2016-01-03 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 02:00:02 2025 UTC |
Description: ------------ The mb_string extension have a bug. In browser && (apache || nginx), the extension is not loaded. But , In console, the extension is loaded and okay. And, The Yii PHP Framework it's not worked error report as below: Uncaught Error: Call to undefined function yii\web\mb_strlen() in script.php:394 Test script: --------------- <?php phpinfo(); echo mb_strlen('1','utf-8');