Hello, I am trying to include a dll module in the file. In php.ini safe_mode is off
I am getting following warning/error Warning: MyMod: Unable to initialize module Module compiled with debug=0, thread-safety=1 module API=20020429 PHP compiled with debug=0, thread-safety=1 module API=20010901 These options need to match in c:\apache\htdocs\dlltest.php on line 2 Can any one explain how to solve this? Thanks Suhas