From: "Morris" on
Thanks Sascha.

I tried this post and a couple of other before but still no luck. I thas
been very frsutrating as the php.net site does not have good detailed
documentation. I stillr eceive the error below. When I go to the command
prompt and ty php -info I can see php is working. it just does not want to
serve it from the server. I changed point 6 on the iis install to reflect
php5 not php. Any ideas will be appreciated.

Server Error in '/' Application.
--------------------------------------------------------------------------------

There is no build provider registered for the extension '.php'. You can
register one in the <compilation><buildProviders> section in machine.config
or web.config. Make sure is has a BuildProviderAppliesToAttribute attribute
which includes the value 'Web' or 'All'.


""Sascha Meyer"" <harlequin2(a)gmx.de> wrote in message
news:20100210114028.29920(a)gmx.net...
> Hi Morris,
>
> Morris wrote:
>> I have windows 2008 R2 STD and cannot get php to work on it.
>
> Have a look at a post on the MS IIS forums which describes installation of
> 64-bit PHP on IIS:
> http://forums.iis.net/t/1149917.aspx
>
> HTH!
>
> Regards,
>
> Sascha
> --
> Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox
> 3.5 -
> sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser

From: "Keith Davis" on
Why exactly do you want it to run in 64 Bit? I mean, from everything
that I have read, the benefits are negligible?



Keith Davis (214) 906-5183

-----Original Message-----
From: Morris [mailto:morne(a)afridata.net]
Sent: Wednesday, February 10, 2010 6:44 AM
To: php-windows(a)lists.php.net
Subject: Re: [PHP-WIN] 64-bit PHP binaries

Thanks Sascha.

I tried this post and a couple of other before but still no luck. I thas
been very frsutrating as the php.net site does not have good detailed
documentation. I stillr eceive the error below. When I go to the command
prompt and ty php -info I can see php is working. it just does not want
to serve it from the server. I changed point 6 on the iis install to
reflect
php5 not php. Any ideas will be appreciated.

Server Error in '/' Application.
------------------------------------------------------------------------
--------

There is no build provider registered for the extension '.php'. You can
register one in the <compilation><buildProviders> section in
machine.config or web.config. Make sure is has a
BuildProviderAppliesToAttribute attribute which includes the value 'Web'
or 'All'.


""Sascha Meyer"" <harlequin2(a)gmx.de> wrote in message
news:20100210114028.29920(a)gmx.net...
> Hi Morris,
>
> Morris wrote:
>> I have windows 2008 R2 STD and cannot get php to work on it.
>
> Have a look at a post on the MS IIS forums which describes
> installation of 64-bit PHP on IIS:
> http://forums.iis.net/t/1149917.aspx
>
> HTH!
>
> Regards,
>
> Sascha
> --
> Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox
> 3.5 -
> sicherer, schneller und einfacher!
> http://portal.gmx.net/de/go/chbrowser


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


This message (including any attachments) may contain confidential or otherwise privileged information and is intended only for the individual(s) to which it is addressed. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message or that arise as a result of e-mail transmission. If verification is required please request a hard-copy version from the sender.

www.pridedallas.com

From: "Sascha Meyer" on
Hey Morris,

Morris wrote:
> I still receive the error below.
> [...]
> "There is no build provider registered for the extension '.php'."

hmmm, I found a blog post where someone suggested to map ".php" to asp.net, but the post absolutely didn't make any sense ... anyway, could you check if there is a line similar to:
[CODE]
<buildproviders>
<add extension=".php" type="System.Web.Compilation.WebHandlerBuildProvider"/>
[/CODE]
in your "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG"? If it's not, add it, restart IIS, check again.
Which version of the PHP binaries did you try?

Sorry, I know a lot about how to configure PHP with various webservers, but I haven't used Windows 2008 before, so I hope somebody else knows how to get your system up and running.

What's really puzzling me is that the X64 windows builds have been removed from windows.php.net, so I would really advise to give the WPI 32-bit a try.

Keep us up to date about your progress!

Regards,

Sascha
-------- Original-Nachricht --------
> Datum: Wed, 10 Feb 2010 14:43:30 +0200
> Von: "Morris" <morne(a)afridata.net>
> An: php-windows(a)lists.php.net
> Betreff: Re: [PHP-WIN] 64-bit PHP binaries

> Thanks Sascha.
>
> I tried this post and a couple of other before but still no luck. I thas
> been very frsutrating as the php.net site does not have good detailed
> documentation. I stillr eceive the error below. When I go to the command
> prompt and ty php -info I can see php is working. it just does not want to
> serve it from the server. I changed point 6 on the iis install to reflect
> php5 not php. Any ideas will be appreciated.
>
> Server Error in '/' Application.
> --------------------------------------------------------------------------------
>
> There is no build provider registered for the extension '.php'. You can
> register one in the <compilation><buildProviders> section in
> machine.config
> or web.config. Make sure is has a BuildProviderAppliesToAttribute
> attribute
> which includes the value 'Web' or 'All'.
>
>
> ""Sascha Meyer"" <harlequin2(a)gmx.de> wrote in message
> news:20100210114028.29920(a)gmx.net...
> > Hi Morris,
> >
> > Morris wrote:
> >> I have windows 2008 R2 STD and cannot get php to work on it.
> >
> > Have a look at a post on the MS IIS forums which describes installation
> of
> > 64-bit PHP on IIS:
> > http://forums.iis.net/t/1149917.aspx
> >
> > HTH!
> >
> > Regards,
> >
> > Sascha
> > --
> > Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox
> > 3.5 -
> > sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

--
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser
From: Pierre Joye on
hi,

On Wed, Feb 10, 2010 at 2:55 PM, Sascha Meyer <harlequin2(a)gmx.de> wrote:
> What's really puzzling me is that the X64 windows builds have been removed from windows.php.net, so I would really advise to give the WPI 32-bit a try.

They will come back with the new snapshots and maybe with 5.3.2RC2 this week.

However I won't recommend to use x64 in production as not all
libraries have been tested on win64 and it brings absolutely no gain
(perf or whatever else).

Cheers,
--
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
From: "Morris" on
Hi Keith.

This is a future requirement and we want to get it working now. I would have
thought that php.net would have completed testing on 4 bit by now, I mean it
has been out for a while.

Regards,

Morris

""Keith Davis"" <keithdavis(a)pridedallas.com> wrote in message
news:B0BACCAA54A7CC479FB67D9494FB018A8CCA53(a)dc01.pridedallas.com...
> Why exactly do you want it to run in 64 Bit? I mean, from everything
> that I have read, the benefits are negligible?
>
>
>
> Keith Davis (214) 906-5183
>
> -----Original Message-----
> From: Morris [mailto:morne(a)afridata.net]
> Sent: Wednesday, February 10, 2010 6:44 AM
> To: php-windows(a)lists.php.net
> Subject: Re: [PHP-WIN] 64-bit PHP binaries
>
> Thanks Sascha.
>
> I tried this post and a couple of other before but still no luck. I thas
> been very frsutrating as the php.net site does not have good detailed
> documentation. I stillr eceive the error below. When I go to the command
> prompt and ty php -info I can see php is working. it just does not want
> to serve it from the server. I changed point 6 on the iis install to
> reflect
> php5 not php. Any ideas will be appreciated.
>
> Server Error in '/' Application.
> ------------------------------------------------------------------------
> --------
>
> There is no build provider registered for the extension '.php'. You can
> register one in the <compilation><buildProviders> section in
> machine.config or web.config. Make sure is has a
> BuildProviderAppliesToAttribute attribute which includes the value 'Web'
> or 'All'.
>
>
> ""Sascha Meyer"" <harlequin2(a)gmx.de> wrote in message
> news:20100210114028.29920(a)gmx.net...
>> Hi Morris,
>>
>> Morris wrote:
>>> I have windows 2008 R2 STD and cannot get php to work on it.
>>
>> Have a look at a post on the MS IIS forums which describes
>> installation of 64-bit PHP on IIS:
>> http://forums.iis.net/t/1149917.aspx
>>
>> HTH!
>>
>> Regards,
>>
>> Sascha
>> --
>> Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox
>> 3.5 -
>> sicherer, schneller und einfacher!
>> http://portal.gmx.net/de/go/chbrowser
>
>
> --
> PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
> http://www.php.net/unsub.php
>
>
> This message (including any attachments) may contain confidential or
> otherwise privileged information and is intended only for the
> individual(s) to which it is addressed. If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail. Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system. E-mail transmission
> cannot be guaranteed to be secured or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses. The sender therefore does not accept liability for any
> errors or omissions in the contents of this message or that arise as a
> result of e-mail transmission. If verification is required please request
> a hard-copy version from the sender.
>
> www.pridedallas.com
>