Hi, I am not sure if this is the place for me to post this. I am trying to get PHP to connect to a MS SQL database on a Windows machine, and I have just installed IIS 5.1 using the FastCGI module for the PHP installation. I have installed PHP at C:/Program Files/PHP directory. I have created a hello.php file in the C:\Inetpub\wwwroot directory, and when I open up the file http://localhost/info.php, it gives me this: CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_oci8.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_pdo_oci.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_pdo_oci8.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_pdo_pgsql.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_pdo_sqlite_external.dll' - The specified module could not b Does anyone know what I can do to fix this? Thanks in advance.
I am having the same problem I found 2 proposed solutions that do not solve the problem: 1.update the Registry 2.copy the modules to C:\WINDOWS\SYSTEM32 Neither solution seems to work "Alice Wei" wrote: > Hi, > > I am not sure if this is the place for me to post this. > I am trying to get PHP to connect to a MS SQL database on a Windows > machine, and I have just installed IIS 5.1 using the FastCGI module for the > PHP installation. I have installed PHP at C:/Program Files/PHP directory. > > I have created a hello.php file in the C:\Inetpub\wwwroot directory, and > when I open up the file http://localhost/info.php, it gives me this: > > CGI Error > The specified CGI application misbehaved by not returning a complete set of > HTTP headers. The headers it did return are: > > > PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program > Files\PHP\ext\php_oci8.dll' - The specified module could not be found. > in Unknown on line 0 > PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program > Files\PHP\ext\php_pdo_oci.dll' - The specified module could not be found. > in Unknown on line 0 > PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program > Files\PHP\ext\php_pdo_oci8.dll' - The specified module could not be found. > in Unknown on line 0 > PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program > Files\PHP\ext\php_pdo_pgsql.dll' - The specified module could not be found. > in Unknown on line 0 > PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program > Files\PHP\ext\php_pdo_sqlite_external.dll' - The specified module could not b > > Does anyone know what I can do to fix this? > > Thanks in advance. >
Hello, I start having the same problem since three week when i decided to install php over the IIS. it seems that no one on the net could solve this proble because i been reading and testing different approches since 3 weeks. if you got any solution please send it to e220610@hotmail.com "Rich rblevins at bhix dot org" wrote: > I am having the same problem > I found 2 proposed solutions that do not solve the problem: > 1.update the Registry > 2.copy the modules to C:\WINDOWS\SYSTEM32 > Neither solution seems to work > > > > "Alice Wei" wrote: > > > Hi, > > > > I am not sure if this is the place for me to post this. > > I am trying to get PHP to connect to a MS SQL database on a Windows > > machine, and I have just installed IIS 5.1 using the FastCGI module for the > > PHP installation. I have installed PHP at C:/Program Files/PHP directory. > > > > I have created a hello.php file in the C:\Inetpub\wwwroot directory, and > > when I open up the file http://localhost/info.php, it gives me this: > > > > CGI Error > > The specified CGI application misbehaved by not returning a complete set of > > HTTP headers. The headers it did return are: > > > > > > PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program > > Files\PHP\ext\php_oci8.dll' - The specified module could not be found. > > in Unknown on line 0 > > PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program > > Files\PHP\ext\php_pdo_oci.dll' - The specified module could not be found. > > in Unknown on line 0 > > PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program > > Files\PHP\ext\php_pdo_oci8.dll' - The specified module could not be found. > > in Unknown on line 0 > > PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program > > Files\PHP\ext\php_pdo_pgsql.dll' - The specified module could not be found. > > in Unknown on line 0 > > PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program > > Files\PHP\ext\php_pdo_sqlite_external.dll' - The specified module could not b > > > > Does anyone know what I can do to fix this? > > > > Thanks in advance. > >
Hi, Had the same problem, looks like we have loaded all the extentions and php can't handle it. Go to your php.ini file and comment (;) all the extentions you dont need. "JF" wrote: > > Hello, > > I start having the same problem since three week when i decided to install > php over the IIS. it seems that no one on the net could solve this proble > because i been reading and testing different approches since 3 weeks. if you > got any solution please send it to e220610@hotmail.com > > "Rich rblevins at bhix dot org" wrote: > > > I am having the same problem > > I found 2 proposed solutions that do not solve the problem: > > 1.update the Registry > > 2.copy the modules to C:\WINDOWS\SYSTEM32 > > Neither solution seems to work > > > > > > > > "Alice Wei" wrote: > > > > > Hi, > > > > > > I am not sure if this is the place for me to post this. > > > I am trying to get PHP to connect to a MS SQL database on a Windows > > > machine, and I have just installed IIS 5.1 using the FastCGI module for the > > > PHP installation. I have installed PHP at C:/Program Files/PHP directory. > > > > > > I have created a hello.php file in the C:\Inetpub\wwwroot directory, and > > > when I open up the file http://localhost/info.php, it gives me this: > > > > > > CGI Error > > > The specified CGI application misbehaved by not returning a complete set of > > > HTTP headers. The headers it did return are: > > > > > > > > > PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program > > > Files\PHP\ext\php_oci8.dll' - The specified module could not be found. > > > in Unknown on line 0 > > > PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program > > > Files\PHP\ext\php_pdo_oci.dll' - The specified module could not be found. > > > in Unknown on line 0 > > > PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program > > > Files\PHP\ext\php_pdo_oci8.dll' - The specified module could not be found. > > > in Unknown on line 0 > > > PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program > > > Files\PHP\ext\php_pdo_pgsql.dll' - The specified module could not be found. > > > in Unknown on line 0 > > > PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program > > > Files\PHP\ext\php_pdo_sqlite_external.dll' - The specified module could not b > > > > > > Does anyone know what I can do to fix this? > > > > > > Thanks in advance. > > >
"Alice Wei" wrote: > Hi, > > I am not sure if this is the place for me to post this. > I am trying to get PHP to connect to a MS SQL database on a Windows > machine, and I have just installed IIS 5.1 using the FastCGI module for the > PHP installation. I have installed PHP at C:/Program Files/PHP directory. > > I have created a hello.php file in the C:\Inetpub\wwwroot directory, and > when I open up the file http://localhost/info.php, it gives me this: > > CGI Error > The specified CGI application misbehaved by not returning a complete set of > HTTP headers. The headers it did return are: > > > PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program > Files\PHP\ext\php_oci8.dll' - The specified module could not be found. > in Unknown on line 0 > PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program > Files\PHP\ext\php_pdo_oci.dll' - The specified module could not be found. > in Unknown on line 0 > PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program > Files\PHP\ext\php_pdo_oci8.dll' - The specified module could not be found. > in Unknown on line 0 > PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program > Files\PHP\ext\php_pdo_pgsql.dll' - The specified module could not be found. > in Unknown on line 0 > PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program > Files\PHP\ext\php_pdo_sqlite_external.dll' - The specified module could not b > > Does anyone know what I can do to fix this? > > Thanks in advance. > Well I was experiencing this problem as well. I'm trying to install PHP over IIS on a XP machine. I was getting the same errors, but i resolved it by changing the PHP installation: When installing PHP or the php-5.2.6.installer, don't install all the extensions. Click on the 'Program' dropdown, and choose : Entire feature will be installed on local hard drive. Click on 'Extras' dropdown, and choose: Entire feature will be installed on the local hard drive. Heres' the important step: Click on 'Extensions' dropdown and select: Entire feature will be unavailable. Then open the tree and select ONLY the extensions you will need. I needed the MultiByte and MySQL. I believe the whole problem lies in installing all the extensions for PHP. I hope this info may solve some problems. Good luck....