php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #64378 Full support for Windows x64
Submitted: 2013-03-07 18:52 UTC Modified: 2013-03-08 05:09 UTC
From: jfha73 at gmail dot com Assigned:
Status: Duplicate Package: *Compile Issues
PHP Version: 5.5.0alpha5 OS: Windows Server 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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jfha73 at gmail dot com
New email:
PHP Version: OS:

 

 [2013-03-07 18:52 UTC] jfha73 at gmail dot com
Description:
------------
Hey guys,

Would you please have it fully compatible for Windows x64?

So far when I get it to compile in 64-bit, it shows as 64-bit in phpinfo(), but when I change memory_limit in pnp.ini to something that 32-bit won't support (Eg: 4096MB) it goes blank.

Thanks

Test script:
---------------
<?php
    phpinfo();
?>

Expected result:
----------------
To show phpinfo, instead of a blank screen when memory_limit has been changed to something 32-bit won't support

Actual result:
--------------
Blank Screen.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-03-08 05:09 UTC] pajoye@php.net
-Status: Open +Status: Duplicate
 [2013-03-08 05:09 UTC] pajoye@php.net
We already have FR for that.

Experimental x64 support is coming for 5.5 and later. However full support, as you 
request, is a much larger work than simply build a x64 version of our binaries. 
Many internal changes are required to get what linux x64 support.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon May 12 14:01:29 2025 UTC