php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #69192 Unable to initialize mbstring module
Submitted: 2015-03-05 11:33 UTC Modified: 2015-03-05 12:38 UTC
From: druhypokus at gmail dot com Assigned:
Status: Not a bug Package: Dynamic loading
PHP Version: 5.5.22 OS: Windows 7 Enterprise
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: druhypokus at gmail dot com
New email:
PHP Version: OS:

 

 [2015-03-05 11:33 UTC] druhypokus at gmail dot com
Description:
------------
PHP running as built-in web server is unable to load php_mbstring.dll.

Starting command:

php -d extension=C:\php\ext\php_mbstring.dll -S localhost:80

Message displayed:

[Thu Mar 05 12:27:01 2015] PHP Warning:  PHP Startup: mbstring: Unable to initialize module
Module compiled with module API=20131226
PHP    compiled with module API=20121212
These options need to match
 in Unknown on line 0
PHP 5.5.22 Development Server started at Thu Mar 05 12:27:01 2015
Listening on http://localhost:80



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-03-05 12:38 UTC] reeze@php.net
-Status: Open +Status: Not a bug
 [2015-03-05 12:38 UTC] reeze@php.net
You need to load the extensions compiled with proper PHP version. I mean you should load an extension suitable for you PHP's version.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Feb 13 13:01:28 2025 UTC