Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
platform
active.directory
adsi
adsi.iis-admin
base
com_ole
complus_mts
component_svcs
database
directx
gdi
graphics_mm
internet.client
internet.server
internet.server.isapi-dev
localization
mapi
messaging
msi
mslayerforunicode
multimedia
networking
networking.ipv6
sdk_install
security
shell
telephony.tapi_2
telephony.tapi_3
telephony.tsp
telephony.wte
tools
ui
ui_shell
win_base_svcs
win16
  
 
date: Mon, 16 Jun 2008 08:53:03 -0700,    group: microsoft.public.platformsdk.adsi.iis-admin        back       


IIS 5.1 and PHP   
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.
date: Mon, 16 Jun 2008 08:53:03 -0700   author:   Alice Wei

RE: IIS 5.1 and PHP   
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.
>
date: Tue, 24 Jun 2008 06:52:04 -0700   author:   Rich rblevins at bhix dot org Rich rblevins at bhix dot

RE: IIS 5.1 and PHP   
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.
> >
date: Wed, 6 Aug 2008 08:30:01 -0700   author:   JF

RE: IIS 5.1 and PHP   
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.
> > >
date: Sun, 10 Aug 2008 08:06:01 -0700   author:   ShortCircuit

RE: IIS 5.1 and PHP   
"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....
date: Thu, 25 Sep 2008 11:39:10 -0700   author:   Max A. Max

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us