logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: PHP 64-bit platform testing
Author
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Mon 23 Dec '13 12:25    Post subject: PHP 64-bit platform testing Reply with quote

The PHP devs are experimenting with 64-bit integer support on all platforms, including Windows. See:

https://wiki.php.net/rfc/size_t_and_int64

I was curious to see which PECL extensions compiled out-of-the-box with these experimental builds. I was not disappointed:
dba blenc timezonedb translit uploadprogress xmldiff

This resulted in he following builds:
http://phpdev.toolsforresearch.com/php-5.7.0-dev-nts-Win32-VC11-x64.zip
http://phpdev.toolsforresearch.com/php-5.7.0-dev-Win32-VC11-x64.zip
There is a phpinfo.htm in the zip's with all those modules loaded.

Initial tests with Drupal7, Wordpress and custom PHP sites did not show anything abnormal. They just ran.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Mon 23 Dec '13 19:02    Post subject: Reply with quote

I think also interessting is https://wiki.php.net/rfc/string-size_t/progress
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Tue 24 Dec '13 18:29    Post subject: Reply with quote

And my discussion with Anatol Belski, php dev:
http://comments.gmane.org/gmane.comp.php.windows/18216
Back to top
jimski



Joined: 18 Jan 2014
Posts: 196
Location: USSA

PostPosted: Thu 23 Oct '14 5:05    Post subject: Redis and Igbinary extension Reply with quote

Thank you Jan-E for this release of PHP.
Would you be so kind to compile the Redis and Igbinary extensions for PHP-5.7 ?

BTW I have tested several of your php compilations and they are all very solid and always loaded with extensions which is a great time saver for many of us.
Also, although you mentioned in one of your posts that some of you previous builds may be little slower my tests show very little or no performance loss vs the official releases.

If I may suggest one thing it would be placing a PayPal donations button on one of you websites.
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Fri 24 Oct '14 22:39    Post subject: Re: Redis and Igbinary extension Reply with quote

jimski wrote:
Thank you Jan-E for this release of PHP.
Would you be so kind to compile the Redis and Igbinary extensions for PHP-5.7 ?
These PHP '5.7' builds are a dead end. There were 2 different approaches: this 64-bit (for Windows) branch and 'PHPNG' (speed improvements). The two branches are merged now and will become PHP 7.

Anyway: most extensions did not even build with the experimental PHP 5.7.
Back to top
jimski



Joined: 18 Jan 2014
Posts: 196
Location: USSA

PostPosted: Sat 25 Oct '14 12:25    Post subject: Re: Redis and Igbinary extension Reply with quote

Jan-E wrote:
The two branches are merged now and will become PHP 7.

Thanks for update, are there any builds of PHP7 for windonws?
Back to top


Reply to topic   Topic: PHP 64-bit platform testing View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads