php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4238 Unable to initialize module
Submitted: 2000-04-25 13:03 UTC Modified: 2000-06-07 21:30 UTC
From: steeven_lee at etang dot com Assigned:
Status: Closed Package: Compile Warning
PHP Version: 4.0 Release Candidate 1 OS: win98
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
50 + 1 = ?
Subscribe to this entry?

 
 [2000-04-25 13:03 UTC] steeven_lee at etang dot com
I got an anditional header from browser:


when php.exe is run under dos, 
It showed this:
Content-type: text/html

PHP Warning:  MySQL: Unable to initialize module
Module compiled with debug=0, thread-safety=0 module API=0
PHP compiled with debug=0, thread-safety=1 module API=20000313
These options need to match
 in Unknown on line 0

nothing wrong when I run php4b3, 
I use chinese windows98.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-07 21:30 UTC] hholzgra at cvs dot php dot net
so i assume your MySQL module is still 
the one you got with php4b3 and not the
one that belongs to RC1?

thread-safety=0 / thread-safety=1: 
    These options need to match

should be rather clear for an error message?
 [2002-06-01 11:05 UTC] sandymac1 at rogers dot com
I get these error messages, how do I determine the module that is unable to initialize.
Sandy

PHP Warning:  (null): Unable to initialize module
Module compiled with debug=96, thread-safety=219 module API=1077833856
PHP compiled with debug=0, thread-safety=0 module API=20010901
These options need to match
 in Unknown on line 0
PHP Warning:  U1???]É???': Unable to initialize module
Module compiled with debug=144, thread-safety=151 module API=1073873612
PHP compiled with debug=0, thread-safety=0 module API=20010901
These options need to match
 in Unknown on line 0
PHP Warning:  U??S????????Ø`: Unable to initialize module
Module compiled with debug=64, thread-safety=156 module API=1073871584
PHP compiled with debug=0, thread-safety=0 module API=20010901
These options need to match
 in Unknown on line 0
 [2002-11-18 23:01 UTC] info at experttek dot com
If you come across this problem...

xxx: Unable to initialize module
Module compiled with debug=0, thread-safety=1 module API=xxxxxxxx
PHP compiled with debug=0, thread-safety=1 module API=xxxxxxxx
These options need to match

Then go here to find the fix for it...

http://www.experttek.com/mod.php?mod=userpage&page_id=16
 [2004-08-15 17:53 UTC] alvinbenson90 at hotmail dot com
The link is not available...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 14:01:30 2024 UTC