Re: [PHP-DEV] Re: When, When, When???

2014-09-16 Thread Anatol Belski
Hi Jorge,

On Mon, September 15, 2014 22:25, Jorge F. Hernandez wrote:
 Stephen asked me to check in your list, but I don't see anything new, so
 does anybody have any idea? Signature



 On 9/15/2014 3:32 PM, Stephen Zarkos wrote:

 Hi,



 -Original Message-
 From: Jorge F. Hernandez [mailto:jfh...@gmail.com]


 Somebody please tell us when PHP is finally going to have FULL x64

 capability
 for Guidows?

 x64 technology has been out for over 10 years now, how much longer do

 we
 need to wait until this is completed?

 The last post in the link at http://windows.php.net asks who was
 going
 to
 continue this after Anthony left, but nothing else after that.

 Thanks.


 I would recommend you check out the internals mailing list archive.

 We've been working on this for many months and there have been numerous
 RFCs about this.  The work was completed quite a while ago, but the
 difficulty has been merging this into a release branch.

 We first wanted to have this in PHP 5.6, but ran into some friction
 with
 that so now it's targeted for PHP 7.  Anatol recently merged our patches
 with PHPNG in the master branch.

 Thanks,
 Steve




the master branch has full 64 bit support now. If your curiosity is out of
control - test your app, report bugs :)

Regards

Anatol

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Re: When, When, When???

2014-09-16 Thread Jorge F. Hernandez
I am running PHP 5.6.0 x64 on my Windows Server 2008 R2 with Apache 2.4 
x64, I just tried to put a memory_limit higher than 3584M and I got a 
white screen when trying to access phpinfo() to check, I also tested 
uploading a 6GB file (after changing memory_limit back to 3.5G - x86 
maximum) and it only uploaded 1.92GB.


So, the main issues with x64 have not been resolved.

Jorge_.
Signature


On 9/16/2014 3:36 AM, Anatol Belski wrote:

Hi Jorge,

On Mon, September 15, 2014 22:25, Jorge F. Hernandez wrote:

Stephen asked me to check in your list, but I don't see anything new, so
does anybody have any idea? Signature



On 9/15/2014 3:32 PM, Stephen Zarkos wrote:


Hi,




-Original Message-
From: Jorge F. Hernandez [mailto:jfh...@gmail.com]


Somebody please tell us when PHP is finally going to have FULL x64


capability

for Guidows?

x64 technology has been out for over 10 years now, how much longer do


we

need to wait until this is completed?

The last post in the link at http://windows.php.net asks who was
going

to

continue this after Anthony left, but nothing else after that.

Thanks.



I would recommend you check out the internals mailing list archive.


We've been working on this for many months and there have been numerous
RFCs about this.  The work was completed quite a while ago, but the
difficulty has been merging this into a release branch.

We first wanted to have this in PHP 5.6, but ran into some friction
with

that so now it's targeted for PHP 7.  Anatol recently merged our patches
with PHPNG in the master branch.

Thanks,
Steve





the master branch has full 64 bit support now. If your curiosity is out of
control - test your app, report bugs :)

Regards

Anatol




Re: [PHP-DEV] Re: When, When, When???

2014-09-16 Thread Andrea Faulds

On 16 Sep 2014, at 14:40, Jorge F. Hernandez jfh...@gmail.com wrote:

 I am running PHP 5.6.0 x64 on my Windows Server 2008 R2 with Apache 2.4 x64, 
 I just tried to put a memory_limit higher than 3584M and I got a white 
 screen when trying to access phpinfo() to check, I also tested uploading a 
 6GB file (after changing memory_limit back to 3.5G - x86 maximum) and it only 
 uploaded 1.92GB.
 
 So, the main issues with x64 have not been resolved.

5.6.0 isn’t the master branch. That would be the elusive PHP “7”.

--
Andrea Faulds
http://ajf.me/





--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Re: When, When, When???

2014-09-16 Thread Jorge F. Hernandez

Where can I get the master branch?
I just went to http://windows.php.net/downloads/snaps/master/ and all I 
saw was x86.


Thanks,
Signature


On 9/16/2014 9:46 AM, Andrea Faulds wrote:

On 16 Sep 2014, at 14:40, Jorge F. Hernandez jfh...@gmail.com wrote:


I am running PHP 5.6.0 x64 on my Windows Server 2008 R2 with Apache 2.4 x64, I just tried 
to put a memory_limit higher than 3584M and I got a white screen when trying 
to access phpinfo() to check, I also tested uploading a 6GB file (after changing 
memory_limit back to 3.5G - x86 maximum) and it only uploaded 1.92GB.

So, the main issues with x64 have not been resolved.

5.6.0 isn’t the master branch. That would be the elusive PHP “7”.

--
Andrea Faulds
http://ajf.me/








Re: [PHP-DEV] Re: When, When, When???

2014-09-16 Thread Christoph Becker
Jorge F. Hernandez wrote:

 I am running PHP 5.6.0 x64 on my Windows Server 2008 R2 with Apache 2.4
 x64, I just tried to put a memory_limit higher than 3584M and I got a
 white screen when trying to access phpinfo() to check, I also tested
 uploading a 6GB file (after changing memory_limit back to 3.5G - x86
 maximum) and it only uploaded 1.92GB.

The PHP 5.6.0 x64 builds are tagged as experimental and do not provide
64-bit integer or large file support.  See
http://windows.php.net/download/#x64.

As Anatol already wrote, you'll have to have a look at master, which you
have to build yourself AFAIK; see http://php.net/git.php and
https://wiki.php.net/internals/windows/stepbystepbuild.

Please do not top-post; see
http://git.php.net/?p=php-src.git;a=blob_plain;f=README.MAILINGLIST_RULES;hb=HEAD.

-- 
Christoph M. Becker


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Re: When, When, When???

2014-09-16 Thread Anatol Belski
Hi,

On Tue, September 16, 2014 15:54, Christoph Becker wrote:
 Jorge F. Hernandez wrote:


 I am running PHP 5.6.0 x64 on my Windows Server 2008 R2 with Apache 2.4
  x64, I just tried to put a memory_limit higher than 3584M and I got
 a white screen when trying to access phpinfo() to check, I also tested
 uploading a 6GB file (after changing memory_limit back to 3.5G - x86
 maximum) and it only uploaded 1.92GB.

 The PHP 5.6.0 x64 builds are tagged as experimental and do not provide
 64-bit integer or large file support.  See
 http://windows.php.net/download/#x64.


 As Anatol already wrote, you'll have to have a look at master, which you
 have to build yourself AFAIK; see http://php.net/git.php and
 https://wiki.php.net/internals/windows/stepbystepbuild.


 Please do not top-post; see
 http://git.php.net/?p=php-src.git;a=blob_plain;f=README.MAILINGLIST_RULES
 ;hb=HEAD.


I made a build from the current revision
http://windows.php.net/downloads/snaps/ostc/master-f469dc74/ so anyone
curious can easy snuffle :) It contains all the currently ported exts +
debug symbols, no PGO. Please catch up later with windows.php.net when the
build bot issue is fixed.

Cheers

Anatol



-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Re: When, When, When???

2014-09-16 Thread Jorge F. Hernandez

On 9/16/2014 11:14 AM, Anatol Belski wrote:

Hi,

On Tue, September 16, 2014 15:54, Christoph Becker wrote:

Jorge F. Hernandez wrote:



I am running PHP 5.6.0 x64 on my Windows Server 2008 R2 with Apache 2.4
  x64, I just tried to put a memory_limit higher than 3584M and I got
a white screen when trying to access phpinfo() to check, I also tested
uploading a 6GB file (after changing memory_limit back to 3.5G - x86
maximum) and it only uploaded 1.92GB.

The PHP 5.6.0 x64 builds are tagged as experimental and do not provide
64-bit integer or large file support.  See
http://windows.php.net/download/#x64.


As Anatol already wrote, you'll have to have a look at master, which you
have to build yourself AFAIK; see http://php.net/git.php and
https://wiki.php.net/internals/windows/stepbystepbuild.


Please do not top-post; see
http://git.php.net/?p=php-src.git;a=blob_plain;f=README.MAILINGLIST_RULES
;hb=HEAD.



I made a build from the current revision
http://windows.php.net/downloads/snaps/ostc/master-f469dc74/ so anyone
curious can easy snuffle :) It contains all the currently ported exts +
debug symbols, no PGO. Please catch up later with windows.php.net when the
build bot issue is fixed.

Cheers

Anatol



I just downloaded it but I got this when trying to enable the Apache Module:

httpd: Syntax error on line 448 of D:/Apache24/conf/httpd.conf: Can't 
locate API

 module structure `php7_module' in file D:/PHP/php7apache2_4.dll: No error

Is that how it's called or it's still php5_module?

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Re: When, When, When???

2014-09-16 Thread Jorge F. Hernandez

On 9/16/2014 11:14 AM, Anatol Belski wrote:

Hi,

On Tue, September 16, 2014 15:54, Christoph Becker wrote:

Jorge F. Hernandez wrote:



I am running PHP 5.6.0 x64 on my Windows Server 2008 R2 with Apache 2.4
  x64, I just tried to put a memory_limit higher than 3584M and I got
a white screen when trying to access phpinfo() to check, I also tested
uploading a 6GB file (after changing memory_limit back to 3.5G - x86
maximum) and it only uploaded 1.92GB.

The PHP 5.6.0 x64 builds are tagged as experimental and do not provide
64-bit integer or large file support.  See
http://windows.php.net/download/#x64.


As Anatol already wrote, you'll have to have a look at master, which you
have to build yourself AFAIK; see http://php.net/git.php and
https://wiki.php.net/internals/windows/stepbystepbuild.


Please do not top-post; see
http://git.php.net/?p=php-src.git;a=blob_plain;f=README.MAILINGLIST_RULES
;hb=HEAD.



I made a build from the current revision
http://windows.php.net/downloads/snaps/ostc/master-f469dc74/ so anyone
curious can easy snuffle :) It contains all the currently ported exts +
debug symbols, no PGO. Please catch up later with windows.php.net when the
build bot issue is fixed.

Cheers

Anatol


It loads when I change LoadModule to php5_module, but it shows me 
nothing when I try to see phpinfo();  Apache says Syntax is OK and php 
-m shows me all the modules I have enabled, but when I ask using a web 
browser, I see nothing.



--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Re: When, When, When???

2014-09-16 Thread Leigh
On 16 September 2014 16:14, Anatol Belski anatol@belski.net wrote:
 I made a build from the current revision
 http://windows.php.net/downloads/snaps/ostc/master-f469dc74/ so anyone
 curious can easy snuffle :) It contains all the currently ported exts +
 debug symbols, no PGO. Please catch up later with windows.php.net when the
 build bot issue is fixed.

Hey Anatol,

What's the difference between the build you put up, and the builds in
http://windows.php.net/downloads/snaps/master/ ?

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Re: When, When, When???

2014-09-16 Thread christopher jones



On 9/16/14, 9:11 AM, Jorge F. Hernandez wrote:

On 9/16/2014 11:14 AM, Anatol Belski wrote:




I made a build from the current revision
http://windows.php.net/downloads/snaps/ostc/master-f469dc74/ so anyone
curious can easy snuffle :) It contains all the currently ported exts +
debug symbols, no PGO. Please catch up later with windows.php.net when the
build bot issue is fixed.

Cheers

Anatol



It loads when I change LoadModule to php5_module,


That would be because a PR to change references from php5 to php7 hasn't yet 
been completed or merged: https://github.com/php/php-src/pull/805

Chris

--
christopher.jo...@oracle.com  http://twitter.com/ghrd
Free PHP  Oracle book:
http://www.oracle.com/technetwork/topics/php/underground-php-oracle-manual-098250.html

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Re: When, When, When???

2014-09-16 Thread Anatol Belski
Hi Jorge,

On Tue, September 16, 2014 18:11, Jorge F. Hernandez wrote:
 On 9/16/2014 11:14 AM, Anatol Belski wrote:

 Hi,


 On Tue, September 16, 2014 15:54, Christoph Becker wrote:

 Jorge F. Hernandez wrote:



 I am running PHP 5.6.0 x64 on my Windows Server 2008 R2 with Apache
 2.4
 x64, I just tried to put a memory_limit higher than 3584M and I
 got a white screen when trying to access phpinfo() to check, I also
 tested uploading a 6GB file (after changing memory_limit back to
 3.5G - x86
 maximum) and it only uploaded 1.92GB.
 The PHP 5.6.0 x64 builds are tagged as experimental and do not
 provide 64-bit integer or large file support.  See
 http://windows.php.net/download/#x64.



 As Anatol already wrote, you'll have to have a look at master, which
 you have to build yourself AFAIK; see http://php.net/git.php and
 https://wiki.php.net/internals/windows/stepbystepbuild.



 Please do not top-post; see
 http://git.php.net/?p=php-src.git;a=blob_plain;f=README.MAILINGLIST_R
 ULES
 ;hb=HEAD.



 I made a build from the current revision
 http://windows.php.net/downloads/snaps/ostc/master-f469dc74/ so anyone
 curious can easy snuffle :) It contains all the currently ported exts +
 debug symbols, no PGO. Please catch up later with windows.php.net when
 the build bot issue is fixed.
Thanks for checking this. Please report any strange occurrences to the
bugtracker, handier to manage. Some parts can be of course broken, it's
still work in progress. Nevertheless, there are exts, sapi and other parts
which can be tested, or some special things regarding 64 bit.

Regards

anatol


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Re: When, When, When???

2014-09-16 Thread Leigh
On 16 September 2014 17:25, Leigh lei...@gmail.com wrote:

 What's the difference between the build you put up, and the builds in
 http://windows.php.net/downloads/snaps/master/ ?

Since I am home now and can test. I'll answer my own question - builds
in snaps/master are still 32 bit builds.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Re: When, When, When???

2014-09-16 Thread Anatol Belski
On Tue, September 16, 2014 18:25, Leigh wrote:
 On 16 September 2014 16:14, Anatol Belski anatol@belski.net wrote:

 I made a build from the current revision
 http://windows.php.net/downloads/snaps/ostc/master-f469dc74/ so anyone
 curious can easy snuffle :) It contains all the currently ported exts +
 debug symbols, no PGO. Please catch up later with windows.php.net when
 the build bot issue is fixed.

 Hey Anatol,


 What's the difference between the build you put up, and the builds in
 http://windows.php.net/downloads/snaps/master/ ?

Hi Leigh,

as the others noticed, the most recent builds available are x86 only. Thus
I provided a current x64 snap for the interested people :) No any other
difference, check later for the automated x64 builds on windows.php.net

Regards

Anatol


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] Re: When, When, When???

2014-09-15 Thread Jorge F. Hernandez
Stephen asked me to check in your list, but I don't see anything new, so 
does anybody have any idea?

Signature


On 9/15/2014 3:32 PM, Stephen Zarkos wrote:

Hi,



-Original Message-
From: Jorge F. Hernandez [mailto:jfh...@gmail.com]

Somebody please tell us when PHP is finally going to have FULL x64 capability
for Guidows?

x64 technology has been out for over 10 years now, how much longer do we
need to wait until this is completed?

The last post in the link at http://windows.php.net asks who was going to
continue this after Anthony left, but nothing else after that.

Thanks.


I would recommend you check out the internals mailing list archive.  We've been working 
on this for many months and there have been numerous RFCs about this.  The work was 
completed quite a while ago, but the difficulty has been merging this into a 
release branch.

We first wanted to have this in PHP 5.6, but ran into some friction with that 
so now it's targeted for PHP 7.  Anatol recently merged our patches with PHPNG 
in the master branch.

Thanks,
Steve