PHP installation

Posted: 06-11-2006, 04:22 PM
Has anybody installed PHP with Vista Beta 2?

Ken Ford
Reply With Quote

Responses to "PHP installation"

Jamie Smith
Guest
Posts: n/a
 
RE: PHP installation
Posted: 06-14-2006, 03:52 PM
Sorry ken i have had mega probs getting php to work.
tried this link and still no jo
http://blogs.msdn.com/david.wang/arc...P_on_IIS7.aspx

i just get an application error?

Jamie


"Ken Ford" wrote:
> Has anybody installed PHP with Vista Beta 2?
>
> Ken Ford
Reply With Quote
Jamie Smith
Guest
Posts: n/a
 
RE: PHP installation
Posted: 06-14-2006, 03:53 PM
Ken, Sorry i have had no luck. i tried to get it working follwoing the link
belo
http://blogs.msdn.com/david.wang/arc...P_on_IIS7.aspx

but i still get a application error when i try to run the page

"Ken Ford" wrote:
> Has anybody installed PHP with Vista Beta 2?
>
> Ken Ford
Reply With Quote
Ken Ford
Guest
Posts: n/a
 
Re: PHP installation
Posted: 06-15-2006, 04:04 PM
Jamie,

Got it work following one of the suggestions in that blog post:


btw, corey, i had the same problem. i created the directory, extracted php, copied over the recommended into php.ini, then made a
file called php.bat that contained the rest of david's script:

PUSHD %SYSTEMROOT%\System32\inetsrv
APPCMD SET CONFIG -section:handlers --[name='StaticFile',path='*',verb='*']
APPCMD SET
CONFIG -section:handlers -+[name='PHP',path='*.php',verb='GET,HEAD,POST',modul es='IsapiModule',scriptProcessor='%SYSTEMDRIVE%\In etpub\PHP\php5isapi.dll',resourceType='File']
APPCMD SET
CONFIG -section:handlers -+[name='StaticFile',path='*',verb='*',modules='Stati cFileModule,DefaultDocumentModule,DirectoryListing Module',resourceType='Either',requireAccess='Read']
APPCMD SET
CONFIG -section:isapiCgiRestriction -+[path='%SYSTEMDRIVE%\Inetpub\PHP\php5isapi.dll',all owed='true',groupId='PHP',description='PHP5']
POPD

i saved that, right clicked it and chose run as adminstrator


--
Ken Ford


"Jamie Smith" <JamieSmith@discussions.microsoft.com> wrote in message news:33911084-5F65-440B-9389-87662211FCEF@microsoft.com...
> Ken, Sorry i have had no luck. i tried to get it working follwoing the link
> below
> http://blogs.msdn.com/david.wang/arc...P_on_IIS7.aspx
>
> but i still get a application error when i try to run the page
>
> "Ken Ford" wrote:
>
>> Has anybody installed PHP with Vista Beta 2?
>>
>> Ken Ford
Reply With Quote
Jamie Smith
Guest
Posts: n/a
 
Re: PHP installation
Posted: 06-16-2006, 08:36 AM
Hi Ken,

Thanks for the info, i have got it working now with help from your email and
www.iis.net

thanks again,
Jamie


"Ken Ford" wrote:
> Jamie,
>
> Got it work following one of the suggestions in that blog post:
>
>
> btw, corey, i had the same problem. i created the directory, extracted php, copied over the recommended into php.ini, then made a
> file called php.bat that contained the rest of david's script:
>
> PUSHD %SYSTEMROOT%\System32\inetsrv
> APPCMD SET CONFIG -section:handlers --[name='StaticFile',path='*',verb='*']
> APPCMD SET
> CONFIG -section:handlers -+[name='PHP',path='*.php',verb='GET,HEAD,POST',modul es='IsapiModule',scriptProcessor='%SYSTEMDRIVE%\In etpub\PHP\php5isapi.dll',resourceType='File']
> APPCMD SET
> CONFIG -section:handlers -+[name='StaticFile',path='*',verb='*',modules='Stati cFileModule,DefaultDocumentModule,DirectoryListing Module',resourceType='Either',requireAccess='Read']
> APPCMD SET
> CONFIG -section:isapiCgiRestriction -+[path='%SYSTEMDRIVE%\Inetpub\PHP\php5isapi.dll',all owed='true',groupId='PHP',description='PHP5']
> POPD
>
> i saved that, right clicked it and chose run as adminstrator
>
>
> --
> Ken Ford
>
>
> "Jamie Smith" <JamieSmith@discussions.microsoft.com> wrote in message news:33911084-5F65-440B-9389-87662211FCEF@microsoft.com...
> > Ken, Sorry i have had no luck. i tried to get it working follwoing the link
> > below
> > http://blogs.msdn.com/david.wang/arc...P_on_IIS7.aspx
> >
> > but i still get a application error when i try to run the page
> >
> > "Ken Ford" wrote:
> >
> >> Has anybody installed PHP with Vista Beta 2?
> >>
> >> Ken Ford
>
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump