Just installed PHPH 4.0.6 from using 4.0.4pl1 on W2K and IIS 5.
Install notes are much better :-) but have come into some problems. When I uncomment any of the non-default dlls like php_mssql.dll or php_oci8.dll in the php.ini file I get errors when I restart IIS 5.
The errors happen when the server is restarting I get the following message:
Oracle: Unable to initialize module
Module compiled with debug=0, thred-safe=1, module API=20001222.
PHP compiled with debug=0, thred-safe=1, module API=20001214
These options need to mach
I have the line
extensions_dir = C:\php
in the php.ini but also get the message:
Unable to load the dynamic link library C:\php\extentions/php_mssql.dll The specified procedure could not be found
Does anyone have a clue as why I’m getting these errors php works fine if I don’t uncomment php_mssql.dll or php_oci8.dll in the php.ini?
The dlls do exist and the path is correct.
Any help much appreciated
James Floyd