php-windows Digest 11 Feb 2010 07:54:17 -0000 Issue 3757
Topics (messages 29876 through 29881):
Re: 64-bit PHP binaries
29876 by: Sascha Meyer
29877 by: Morris
29878 by: Keith Davis
29879 by: Sascha Meyer
29880 by: Pierre Joye
29881 by: Morris
Administrivia:
To subscribe to the digest, e-mail:
php-windows-digest-subscr...@lists.php.net
To unsubscribe from the digest, e-mail:
php-windows-digest-unsubscr...@lists.php.net
To post to the list, e-mail:
php-wind...@lists.php.net
----------------------------------------------------------------------
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
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"" <harlequ...@gmx.de> wrote in message
news:20100210114028.29...@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
--- End Message ---
--- Begin Message ---
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:mo...@afridata.net]
Sent: Wednesday, February 10, 2010 6:44 AM
To: php-wind...@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"" <harlequ...@gmx.de> wrote in message
news:20100210114028.29...@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
--- End Message ---
--- Begin Message ---
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" <mo...@afridata.net>
> An: php-wind...@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"" <harlequ...@gmx.de> wrote in message
> news:20100210114028.29...@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
--- End Message ---
--- Begin Message ---
hi,
On Wed, Feb 10, 2010 at 2:55 PM, Sascha Meyer <harlequ...@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
--- End Message ---
--- Begin Message ---
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"" <keithda...@pridedallas.com> wrote in message
news:b0baccaa54a7cc479fb67d9494fb018a8cc...@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:mo...@afridata.net]
Sent: Wednesday, February 10, 2010 6:44 AM
To: php-wind...@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"" <harlequ...@gmx.de> wrote in message
news:20100210114028.29...@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
--- End Message ---