| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
  [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. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 13:00:02 2025 UTC | 
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?