php-windows Digest 3 Aug 2009 07:15:24 -0000 Issue 3667

Topics (messages 29491 through 29497):

PHP 5.3 IIS 5.1 not working...help!
        29491 by: Fred Silsbee
        29492 by: Elizabeth M Smith
        29493 by: Fred Silsbee
        29494 by: Ruslan Yakushev
        29495 by: Fred Silsbee
        29496 by: Fred Silsbee

php installer for windows 2008 x64
        29497 by: Azfar Hashmi

Administrivia:

To subscribe to the digest, e-mail:
        [email protected]

To unsubscribe from the digest, e-mail:
        [email protected]

To post to the list, e-mail:
        [email protected]


----------------------------------------------------------------------
--- Begin Message ---
http://72.47.28.125:8080/phpinfo.php not working
ERROR:
The website cannot display the page 
 HTTP 500  

IIS 5.1, PHP 5.3 XP Prof SP3 + all updates
PHP 5.2.8 worked great and took a few minutes to install

phpinfo.php is in C:\inetpub\wwwroot 

<?php
phpinfo();
?>

php.ini has:
doc_root = "C:\inetpub\wwwroot" // for IIS/PWS (tried removing the "")
 extension_dir = "ext"
php.ini put into 

    C:\php
    C:\Windows
    C:\Windows\system
    C:\windows\system32
system variable PHPRC set = C:\php

http://72.47.28.125:8080/aspx/abc.aspx works great with IIS 5.1

IIS 5.1 application configuration mappings .php   C:\php\php5.dll (that is all 
there is)
There is no php5isapi file!
home directory = C:\inetpub\wwwroot
web site: IP all unassigned, TCP Port 8080
directory security unchanged: IUSR_<machine name>...allow IIS to control 
password

VC9 versions downloaded and put into C:\php
Microsoft 2008 C++ Runtime (x86) installed
VC9 x86 Non Thread Safe (2009-Jun-30 08:52:54)

C:\php;c:\php\ext put on the end of the path environmental
          system variable


yes I rebooted many times

command line (black window) 
cd C:\php
php -i           generates plenty stuff

I am administrator!

    





      


--- End Message ---
--- Begin Message ---
Fred Silsbee wrote:
> http://72.47.28.125:8080/phpinfo.php not working
> ERROR:
> The website cannot display the page 
>  HTTP 500  
> 
> IIS 5.1, PHP 5.3 XP Prof SP3 + all updates
> PHP 5.2.8 worked great and took a few minutes to install
> 
> phpinfo.php is in C:\inetpub\wwwroot 
> 
> <?php
> phpinfo();
> ?>
> 
> php.ini has:
> doc_root = "C:\inetpub\wwwroot" // for IIS/PWS (tried removing the "")
>  extension_dir = "ext"
> php.ini put into 
> 
>     C:\php
>     C:\Windows
>     C:\Windows\system
>     C:\windows\system32
> system variable PHPRC set = C:\php
> 
> http://72.47.28.125:8080/aspx/abc.aspx works great with IIS 5.1
> 
> IIS 5.1 application configuration mappings .php   C:\php\php5.dll (that is 
> all there is)
> There is no php5isapi file!
> home directory = C:\inetpub\wwwroot
> web site: IP all unassigned, TCP Port 8080
> directory security unchanged: IUSR_<machine name>...allow IIS to control 
> password
> 
> VC9 versions downloaded and put into C:\php
> Microsoft 2008 C++ Runtime (x86) installed
> VC9 x86 Non Thread Safe (2009-Jun-30 08:52:54)
> 
> C:\php;c:\php\ext put on the end of the path environmental
>           system variable
> 
> 
> yes I rebooted many times
> 
> command line (black window) 
> cd C:\php
> php -i           generates plenty stuff
> 
> I am administrator!

PHP 5.3 does not support isapi, please use fastcgi

http://learn.iis.net/page.aspx/375/setting-up-fastcgi-for-php/

Thanks,
Elizabeth


--- End Message ---
--- Begin Message ---
is isapi the default for IIS 5.1?

I didn't have a php5isapi file in the download?
I didn't make a isapi entry in the properties tab of IIS 5.1

--- On Thu, 7/30/09, Elizabeth M Smith <[email protected]> wrote:

> From: Elizabeth M Smith <[email protected]>
> Subject: Re: PHP 5.3 IIS 5.1 not working...help!
> To: "Fred Silsbee" <[email protected]>
> Cc: [email protected]
> Date: Thursday, July 30, 2009, 6:55 PM
> Fred Silsbee wrote:
> > http://72.47.28.125:8080/phpinfo.php not working
> > ERROR:
> > The website cannot display the page 
> >  HTTP 500  
> > 
> > IIS 5.1, PHP 5.3 XP Prof SP3 + all updates
> > PHP 5.2.8 worked great and took a few minutes to
> install
> > 
> > phpinfo.php is in C:\inetpub\wwwroot 
> > 
> > <?php
> > phpinfo();
> > ?>
> > 
> > php.ini has:
> > doc_root = "C:\inetpub\wwwroot" // for IIS/PWS (tried
> removing the "")
> >  extension_dir = "ext"
> > php.ini put into 
> > 
> >     C:\php
> >     C:\Windows
> >     C:\Windows\system
> >     C:\windows\system32
> > system variable PHPRC set = C:\php
> > 
> > http://72.47.28.125:8080/aspx/abc.aspx works great with
> IIS 5.1
> > 
> > IIS 5.1 application configuration mappings
> .php   C:\php\php5.dll (that is all there
> is)
> > There is no php5isapi file!
> > home directory = C:\inetpub\wwwroot
> > web site: IP all unassigned, TCP Port 8080
> > directory security unchanged: IUSR_<machine
> name>...allow IIS to control password
> > 
> > VC9 versions downloaded and put into C:\php
> > Microsoft 2008 C++ Runtime (x86) installed
> > VC9 x86 Non Thread Safe (2009-Jun-30 08:52:54)
> > 
> > C:\php;c:\php\ext put on the end of the path
> environmental
> >           system
> variable
> > 
> > 
> > yes I rebooted many times
> > 
> > command line (black window) 
> > cd C:\php
> > php -i       
>    generates plenty stuff
> > 
> > I am administrator!
> 
> PHP 5.3 does not support isapi, please use fastcgi
> 
> http://learn.iis.net/page.aspx/375/setting-up-fastcgi-for-php/
> 
> Thanks,
> Elizabeth
> 
> 





--- End Message ---
--- Begin Message ---
It is highly recommended to use FastCGI Extension for IIS 5.1. You can download 
the FastCGI Extension from here: 
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=227219aa-6aec-4b80-a9fa-76f811ee9e84
 

-----Original Message-----
From: Fred Silsbee [mailto:[email protected]] 
Sent: Thursday, July 30, 2009 12:42 PM
To: Elizabeth M Smith
Cc: [email protected]
Subject: [PHP-WIN] Re: PHP 5.3 IIS 5.1 not working...help!


is isapi the default for IIS 5.1?

I didn't have a php5isapi file in the download?
I didn't make a isapi entry in the properties tab of IIS 5.1

--- On Thu, 7/30/09, Elizabeth M Smith <[email protected]> wrote:

> From: Elizabeth M Smith <[email protected]>
> Subject: Re: PHP 5.3 IIS 5.1 not working...help!
> To: "Fred Silsbee" <[email protected]>
> Cc: [email protected]
> Date: Thursday, July 30, 2009, 6:55 PM
> Fred Silsbee wrote:
> > http://72.47.28.125:8080/phpinfo.php not working
> > ERROR:
> > The website cannot display the page 
> >  HTTP 500  
> > 
> > IIS 5.1, PHP 5.3 XP Prof SP3 + all updates
> > PHP 5.2.8 worked great and took a few minutes to
> install
> > 
> > phpinfo.php is in C:\inetpub\wwwroot 
> > 
> > <?php
> > phpinfo();
> > ?>
> > 
> > php.ini has:
> > doc_root = "C:\inetpub\wwwroot" // for IIS/PWS (tried
> removing the "")
> >  extension_dir = "ext"
> > php.ini put into 
> > 
> >     C:\php
> >     C:\Windows
> >     C:\Windows\system
> >     C:\windows\system32
> > system variable PHPRC set = C:\php
> > 
> > http://72.47.28.125:8080/aspx/abc.aspx works great with
> IIS 5.1
> > 
> > IIS 5.1 application configuration mappings
> .php   C:\php\php5.dll (that is all there
> is)
> > There is no php5isapi file!
> > home directory = C:\inetpub\wwwroot
> > web site: IP all unassigned, TCP Port 8080
> > directory security unchanged: IUSR_<machine
> name>...allow IIS to control password
> > 
> > VC9 versions downloaded and put into C:\php
> > Microsoft 2008 C++ Runtime (x86) installed
> > VC9 x86 Non Thread Safe (2009-Jun-30 08:52:54)
> > 
> > C:\php;c:\php\ext put on the end of the path
> environmental
> >           system
> variable
> > 
> > 
> > yes I rebooted many times
> > 
> > command line (black window) 
> > cd C:\php
> > php -i       
>    generates plenty stuff
> > 
> > I am administrator!
> 
> PHP 5.3 does not support isapi, please use fastcgi
> 
> http://learn.iis.net/page.aspx/375/setting-up-fastcgi-for-php/
> 
> Thanks,
> Elizabeth
> 
> 


      


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



--- End Message ---
--- Begin Message ---
thanks!

--- On Thu, 7/30/09, Ruslan Yakushev <[email protected]> wrote:

> From: Ruslan Yakushev <[email protected]>
> Subject: RE: [PHP-WIN] Re: PHP 5.3 IIS 5.1 not working...help!
> To: "'Fred Silsbee'" <[email protected]>, "'Elizabeth M Smith'" 
> <[email protected]>
> Cc: "'[email protected]'" <[email protected]>
> Date: Thursday, July 30, 2009, 8:35 PM
> It is highly recommended to use
> FastCGI Extension for IIS 5.1. You can download the FastCGI
> Extension from here: 
> http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=227219aa-6aec-4b80-a9fa-76f811ee9e84
> 
> 
> -----Original Message-----
> From: Fred Silsbee [mailto:[email protected]]
> 
> Sent: Thursday, July 30, 2009 12:42 PM
> To: Elizabeth M Smith
> Cc: [email protected]
> Subject: [PHP-WIN] Re: PHP 5.3 IIS 5.1 not working...help!
> 
> 
> is isapi the default for IIS 5.1?
> 
> I didn't have a php5isapi file in the download?
> I didn't make a isapi entry in the properties tab of IIS
> 5.1
> 
> --- On Thu, 7/30/09, Elizabeth M Smith <[email protected]>
> wrote:
> 
> > From: Elizabeth M Smith <[email protected]>
> > Subject: Re: PHP 5.3 IIS 5.1 not working...help!
> > To: "Fred Silsbee" <[email protected]>
> > Cc: [email protected]
> > Date: Thursday, July 30, 2009, 6:55 PM
> > Fred Silsbee wrote:
> > > http://72.47.28.125:8080/phpinfo.php not working
> > > ERROR:
> > > The website cannot display the page 
> > >  HTTP 500  
> > > 
> > > IIS 5.1, PHP 5.3 XP Prof SP3 + all updates
> > > PHP 5.2.8 worked great and took a few minutes to
> > install
> > > 
> > > phpinfo.php is in C:\inetpub\wwwroot 
> > > 
> > > <?php
> > > phpinfo();
> > > ?>
> > > 
> > > php.ini has:
> > > doc_root = "C:\inetpub\wwwroot" // for IIS/PWS
> (tried
> > removing the "")
> > >  extension_dir = "ext"
> > > php.ini put into 
> > > 
> > >     C:\php
> > >     C:\Windows
> > >     C:\Windows\system
> > >     C:\windows\system32
> > > system variable PHPRC set = C:\php
> > > 
> > > http://72.47.28.125:8080/aspx/abc.aspx works great
> with
> > IIS 5.1
> > > 
> > > IIS 5.1 application configuration mappings
> > .php   C:\php\php5.dll (that is all there
> > is)
> > > There is no php5isapi file!
> > > home directory = C:\inetpub\wwwroot
> > > web site: IP all unassigned, TCP Port 8080
> > > directory security unchanged: IUSR_<machine
> > name>...allow IIS to control password
> > > 
> > > VC9 versions downloaded and put into C:\php
> > > Microsoft 2008 C++ Runtime (x86) installed
> > > VC9 x86 Non Thread Safe (2009-Jun-30 08:52:54)
> > > 
> > > C:\php;c:\php\ext put on the end of the path
> > environmental
> > >           system
> > variable
> > > 
> > > 
> > > yes I rebooted many times
> > > 
> > > command line (black window) 
> > > cd C:\php
> > > php -i       
> >    generates plenty stuff
> > > 
> > > I am administrator!
> > 
> > PHP 5.3 does not support isapi, please use fastcgi
> > 
> > http://learn.iis.net/page.aspx/375/setting-up-fastcgi-for-php/
> > 
> > Thanks,
> > Elizabeth
> > 
> > 
> 
> 
>       
> 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
> 





--- End Message ---
--- Begin Message ---
I installed cgi without hitch!

cgi.force_redirect = 0

extension_dir =  "C:\PHP\ext"

commented out
;doc_root = "C:\inetpub\wwwroot" // for IIS/PWS

and now it works...thanks...WHEW!

I never found any statement of the necessity of having cgi!

The instructions ramble around



--- On Thu, 7/30/09, Ruslan Yakushev <[email protected]> wrote:

> From: Ruslan Yakushev <[email protected]>
> Subject: RE: [PHP-WIN] Re: PHP 5.3 IIS 5.1 not working...help!
> To: "'Fred Silsbee'" <[email protected]>, "'Elizabeth M Smith'" 
> <[email protected]>
> Cc: "'[email protected]'" <[email protected]>
> Date: Thursday, July 30, 2009, 8:35 PM
> It is highly recommended to use
> FastCGI Extension for IIS 5.1. You can download the FastCGI
> Extension from here: 
> http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=227219aa-6aec-4b80-a9fa-76f811ee9e84
> 
> 
> -----Original Message-----
> From: Fred Silsbee [mailto:[email protected]]
> 
> Sent: Thursday, July 30, 2009 12:42 PM
> To: Elizabeth M Smith
> Cc: [email protected]
> Subject: [PHP-WIN] Re: PHP 5.3 IIS 5..1 not working...help!
> 
> 
> is isapi the default for IIS 5.1?
> 
> I didn't have a php5isapi file in the download?
> I didn't make a isapi entry in the properties tab of IIS
> 5.1
> 
> --- On Thu, 7/30/09, Elizabeth M Smith <[email protected]>
> wrote:
> 
> > From: Elizabeth M Smith <[email protected]>
> > Subject: Re: PHP 5.3 IIS 5..1 not working...help!
> > To: "Fred Silsbee" <[email protected]>
> > Cc: [email protected]
> > Date: Thursday, July 30, 2009, 6:55 PM
> > Fred Silsbee wrote:
> > > http://72.47.28.125:8080/phpinfo.php not working
> > > ERROR:
> > > The website cannot display the page 
> > >  HTTP 500  
> > > 
> > > IIS 5.1, PHP 5.3 XP Prof SP3 + all updates
> > > PHP 5.2.8 worked great and took a few minutes to
> > install
> > > 
> > > phpinfo.php is in C:\inetpub\wwwroot 
> > > 
> > > <?php
> > > phpinfo();
> > > ?>
> > > 
> > > php.ini has:
> > > doc_root = "C:\inetpub\wwwroot" // for IIS/PWS
> (tried
> > removing the "")
> > >  extension_dir = "ext"
> > > php.ini put into 
> > > 
> > >     C:\php
> > >     C:\Windows
> > >     C:\Windows\system
> > >     C:\windows\system32
> > > system variable PHPRC set = C:\php
> > > 
> > > http://72.47.28.125:8080/aspx/abc.aspx works great
> with
> > IIS 5.1
> > > 
> > > IIS 5.1 application configuration mappings
> > .php   C:\php\php5.dll (that is all there
> > is)
> > > There is no php5isapi file!
> > > home directory = C:\inetpub\wwwroot
> > > web site: IP all unassigned, TCP Port 8080
> > > directory security unchanged: IUSR_<machine
> > name>...allow IIS to control password
> > > 
> > > VC9 versions downloaded and put into C:\php
> > > Microsoft 2008 C++ Runtime (x86) installed
> > > VC9 x86 Non Thread Safe (2009-Jun-30 08:52:54)
> > > 
> > > C:\php;c:\php\ext put on the end of the path
> > environmental
> > >           system
> > variable
> > > 
> > > 
> > > yes I rebooted many times
> > > 
> > > command line (black window) 
> > > cd C:\php
> > > php -i       
> >    generates plenty stuff
> > > 
> > > I am administrator!
> > 
> > PHP 5.3 does not support isapi, please use fastcgi
> > 
> > http://learn.iis.net/page.aspx/375/setting-up-fastcgi-for-php/
> > 
> > Thanks,
> > Elizabeth
> > 
> > 
> 
> 
>       
> 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
>







--- End Message ---
--- Begin Message ---
Does php support windows 2008 x64 (IIS7), if yes then where do I found
the installer and zip version.

--- End Message ---

Reply via email to