php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #49492 I need 64bit package
Submitted: 2009-09-07 17:39 UTC Modified: 2009-09-07 19:48 UTC
From: davija at cshp dot info Assigned:
Status: Not a bug Package: IIS related
PHP Version: 5.3.0 OS: Windows 2003 x64
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: davija at cshp dot info
New email:
PHP Version: OS:

 

 [2009-09-07 17:39 UTC] davija at cshp dot info
Description:
------------
Not having a x64 official release build at this point is laughable.  While you can run the x86 version by tweaking a configuration setting, this breaks the ability for IIS to run other .net applications that require x64 support.  Expecting that you can just run them on another server isn't really acceptable either.

Please provide an official release for x64.  Many of us aren't really all that concerned that there may not be a performance increase at this point, we just need a version that is compatible with our server requirements.

Reproduce code:
---------------
Install php alongside something like cc.net on a x64 box


Expected result:
----------------
you should be able to have x64 .net apps run in the same server as php.

Actual result:
--------------
I have to setup a whole new server to run php apps.  This is a very expensive waste of machine equipment.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-09-07 18:15 UTC] pajoye@php.net
"Not having a x64 official release build at this point is laughable. "

What is laughable is the fact that I never heard of you before so I won't bother to much about your sense of humour. You can laugh at us if you help :)

x64 support is experimental and as such it is available in our QA downloads: http://windows.php.net/qa/
 [2009-09-07 18:26 UTC] davija at cshp dot info
I looked at the ones on the QA site, but they didn't have any of the IIS isapi dll's built in.
 [2009-09-07 18:29 UTC] pajoye@php.net
And that's laughable. ISAPI is deprecated and the FCGI SAPI is recommended instead (by php.net and the IIS team). As such it has been removed from our releases, in 5.3.0 and later.

more infos on www.iis.net.


 [2009-09-07 18:36 UTC] pajoye@php.net
Btw, you can run 32bit versions smoothly in a 64bit server :)
 [2009-09-07 19:35 UTC] davija at cshp dot info
As I stated above, you cannot run 32 bit stuff smoothly in a x64 environment when you have stuff that requires .net x64.

In the distribution on the QA for x64, there were no server based extenstions, apache or IIS.
 [2009-09-07 19:48 UTC] pajoye@php.net
Please ask support questions either in the IIS forums, the php-install mailing list or whatever is your favorite support channel.

But let me tell you a last time some facts:
- You can run x86 PHP on x64 servers.
- You should run FCGI and not ISAPI
- Apache does not provide nor support windows x64 yet

Have a nice day :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 10:01:31 2024 UTC