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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 16:01:27 2024 UTC