I am having difficulties installing php 403pl1 with oracle support to NT/IIS4 server. Php works fine but no dynamic modules are loaded. At least they don't show up when trying phpinfo() function.
When I start IIS after working with php.ini I get the following warning:
"Unable to load dynamic library 'C:\PHP403\EXTENSIO\php_oci8.dll' -The Specified module could not be found"
And yet, the path is right. The php_oci8.dll is found exactly at C:\PHP403\EXTENSIO\ directory.
when I comment extension = php_oci8.dll line and after stopping (with 'net stop iisadmin' in command prompt) and Starting (with net start w3svc') IIS again it warns me about Php_oracle.dll. If i comment both dll's, the server starts without warnings, but Php_pdf.dll module is not loaded into PHP! At least php info won't show them anywhere!
The second problem, that does not make any sense to me is that when I change the max_execution_time from default 30 to 50 there will be no change in phpinfo() printing. First I thought I was editing wrong php.ini (I have old php.ini for backup in another dir), but then I realized that commenting the modules helped with server startup warnings.
I would really appreciate if someone would share me the knowledge to get the php, oracle and IIS4 to work nicely together.
Cheers -ARi