php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #42187 (null): unable to initialize module
Submitted: 2007-08-02 19:17 UTC Modified: 2007-08-02 20:53 UTC
From: mike dot kloc at reuters dot com Assigned:
Status: Closed Package: PHP options/info functions
PHP Version: 5.2.3 OS: Windows 2003 Server SP2
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: mike dot kloc at reuters dot com
New email:
PHP Version: OS:

 

 [2007-08-02 19:17 UTC] mike dot kloc at reuters dot com
Description:
------------
Installed PHP 5.2.3 to connect to MySQL server using PHPmyAdmin. This is under IIS 6.  Everything works fine but when the system is restarted, the console displays 4 errors boxes:

Unknown(): (null): Unable to initialize module
Module compiled with module API=20060613, debug=0, thread-safety=1
PHP compiled with module API=20020429, debug=0, thread-safety=1
These options need to match

I installed from the MSI file and do not have any other versions  or modules loaded.  The only modules added as part of the install are MySQL and Multi-Byte String.  Is there anything I can do to resolve this or is it a bug?

Reproduce code:
---------------
n/a

Expected result:
----------------
n/a

Actual result:
--------------
n/a

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-08-02 19:21 UTC] pajoye@php.net
Module compiled with module API=20060613, debug=0, thread-safety=1
PHP compiled with module API=20020429, debug=0, thread-safety=1
                         ????????????

The API dates differ. You are trying to load a module compiled for a given version php using another (5.2.3). You certainly left some old extension dll from the old install/php versions.

not a bug > bogus.
 [2007-08-02 20:53 UTC] mike dot kloc at reuters dot com
Found that HP System Monitoring Homepage utility had php4ts.dll under its modules folder and that was causing conflict with PHP 5.  I renamed that file and no errors occur.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Apr 18 16:01:26 2025 UTC