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 8.3.3 RC1, 8.2.16 RC1 available Page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
Author
Jan-E



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

PostPosted: Tue 24 Nov '20 22:39    Post subject: Reply with quote

All Release Candidates have been rebuilt with Imagick 7.0.10-43.
See https://www.apachelounge.com/viewtopic.php?p=39684#39684 for an explanation.
Back to top
Jan-E



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

PostPosted: Thu 17 Dec '20 3:06    Post subject: Reply with quote

A bit to my surprise a new RC1 for PHP 7.3 was tagged. PHP 7.3.26 RC1. I did not expect that, because PHP 7.3 is officially out of active support since 6 Dec 2020: https://www.php.net/supported-versions.php
Back to top
Jan-E



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

PostPosted: Sun 10 Jan '21 0:30    Post subject: Reply with quote

A lot of extensions have been added to the PHP8 builds.

To all PHP7 & PHP8 builds the maxminddb has been added:
https://github.com/maxmind/MaxMind-DB-Reader-php/pull/115

The maxminddb extension is the successor of the geoip extension. The maxminddb extension works fine with GeoLite2
https://dev.maxmind.com/geoip/geoip2/geolite2/
or the free mmdb files by https://db-ip.com/db/lite.php
Back to top
Jan-E



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

PostPosted: Tue 13 Apr '21 22:34    Post subject: Reply with quote

Jan-E wrote:
New PHP releases are on hold for 2 weeks. See https://www.php.net/archive/2021.php#2021-03-30-1 and https://twitter.com/official_php/status/1377339882645905408

PHP 7.4.17 and PHP 8.0.4 will be skipped, because the PHP devs did not want to release a new version without the bugfixes in the 4 weeks up until now. PHP 7.4.18 RC1 and PHP 8.0.5 RC1 have been tagged today. PHP 7.4.18 and PHP 8.0.5 are expected te be released on 29 April 2021.
Back to top
puertoblack2003



Joined: 31 Jul 2009
Posts: 118
Location: U.S

PostPosted: Thu 15 Apr '21 15:35    Post subject: Reply with quote

Jan-E wrote:
Jan-E wrote:
New PHP releases are on hold for 2 weeks. See https://www.php.net/archive/2021.php#2021-03-30-1 and https://twitter.com/official_php/status/1377339882645905408

PHP 7.4.17 and PHP 8.0.4 will be skipped, because the PHP devs did not want to release a new version without the bugfixes in the 4 weeks up until now. PHP 7.4.18 RC1 and PHP 8.0.5 RC1 have been tagged today. PHP 7.4.18 and PHP 8.0.5 are expected te be released on 29 April 2021.


when its on RC, would there be any changes to the file when the final comes out?
Back to top
Jan-E



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

PostPosted: Thu 15 Apr '21 15:40    Post subject: Reply with quote

In most cases almost none. See the 2 commits between 8.0.3RC1 and 8.0.3:
https://github.com/php/php-src/commits/PHP-8.0.3
Back to top
puertoblack2003



Joined: 31 Jul 2009
Posts: 118
Location: U.S

PostPosted: Sat 24 Apr '21 15:12    Post subject: Reply with quote

Jan-E wrote:
In most cases almost none. See the 2 commits between 8.0.3RC1 and 8.0.3:
https://github.com/php/php-src/commits/PHP-8.0.3


0nly issue with the gd library unable to be found when the file is there

Code:
[24-Apr-2021 13:02:23 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'gd2' (tried: A:\www\load\PHP80\ext\gd2 (The specified module could not be found), A:\www\load\PHP80\ext\php_gd2.dll (The specified module could not be found)) in Unknown on line 0
Back to top
Jan-E



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

PostPosted: Sat 24 Apr '21 15:27    Post subject: Reply with quote

For PHP8 it has become gd.
Code:
extension=gd
Back to top
puertoblack2003



Joined: 31 Jul 2009
Posts: 118
Location: U.S

PostPosted: Sat 24 Apr '21 15:30    Post subject: Reply with quote

Jan-E wrote:
For PHP8 it has become gd.
Code:
extension=gd


ah, ok make sense. imageick is working well.
Back to top
Jan-E



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

PostPosted: Fri 11 Jun '21 8:29    Post subject: Reply with quote

Quote:
PHP 8.1.0alpha1 has just been released and can be downloaded from:
https://downloads.php.net/~patrickallaert
Or use the git tag: php-8.1.0alpha1

Windows binaries are available at: https://windows.php.net/qa/

This is the first official release of the PHP 8.1 serial and includes an incredible amount of work. Please test it carefully, and report any bugs at https://bugs.php.net

8.1.0alpha2 should be expected in 2 weeks, i.e. on 24 Jun 2021.
Hash values and PGP signatures can be found below or at https://gist.github.com/ramsey/3f57be524e4469343b3d7db332c048e0

Thank you, and happy testing!

Regards,
Patrick Allaert & Ben Ramsey

I have added PHP 8.1 to my builds. At each Alpha or Beta release I wIll try to build and load PHP with all the extensions that also exist in my PHP 8.0 builds.
Back to top
Jan-E



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

PostPosted: Thu 22 Jul '21 17:35    Post subject: Reply with quote

PHP 8.1 has reached the beta stage, feature freeze. Now it is up to the extensions developers to make their extension compatible for PHP 8.1.
Back to top
jfcherng



Joined: 17 Jun 2019
Posts: 11
Location: Taiwan

PostPosted: Sun 14 Nov '21 10:18    Post subject: Reply with quote

Quote:
https://phpdev.toolsforresearch.com/php-8.1.0RC6-nts-Win32-vs16-x64.zip


File not found.
Back to top
Jan-E



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

PostPosted: Sun 14 Nov '21 14:53    Post subject: Reply with quote

Oops. Added.
Back to top
Jan-E



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

PostPosted: Fri 03 Dec '21 3:11    Post subject: Reply with quote

PHP 8.1 has entered the normal release cycle now: the RC1 of the next release 2 weeks after the previous release, 2 weeks before the next release.
Back to top
Jan-E



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

PostPosted: Wed 03 Aug '22 18:17    Post subject: Reply with quote

Added PHP 8.2.0 Beta 2.
Back to top
Jan-E



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

PostPosted: Thu 15 Dec '22 14:22    Post subject: Reply with quote

PHP 8.2.1 RC1 added
Back to top
Jan-E



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

PostPosted: Tue 13 Jun '23 15:55    Post subject: PHP 8.3.0 Alpha 1 released Reply with quote

Jakub Zelenka in php.internals (Thu, 8 Jun 2023 20:07:22 +0100):
Quote:
PHP 8.3.0alpha1 has just been released and can be downloaded from:
https://downloads.php.net/~jakub
Or use the git tag: php-8.3.0alpha1

Windows binaries are available at: https://windows.php.net/qa/

This is the first official release of the PHP 8.3 serial and includes an incredible amount of work.
Please test it carefully, and report any bugs at https://github.com/php/php-src/issues

8.3.0alpha2 should be expected in 2 weeks, i.e. on 22 Jun 2023.
Hash values and PGP signatures can be found below or at https://gist.github.com/bukka/66530718f180092527a741d023492b23

Thank you, and happy testing!

Regards,
Jakub Zelenka & Eric Mann

First signs are really good. I did not switch yet to VS17 and OpenSSL 3, but with the dependencies for PHP 8.0/8.1 only 1 extension that compiled for PHP 8.2 did not compile yet for PHP 8.3.
Back to top
nambell



Joined: 22 Jun 2023
Posts: 5

PostPosted: Fri 23 Jun '23 7:33    Post subject: Reply with quote

Hi, can you pls add v8js engine lib in your next 8.1/2/3 releases? Didn't found it for x64 ts version in your other topic, so still need last version of that lib in any php8 version release =)
Back to top
Jan-E



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

PostPosted: Fri 23 Jun '23 7:55    Post subject: Reply with quote

nambell wrote:
Hi, can you pls add v8js engine lib in your next 8.1/2/3 releases? Didn't found it for x64 ts version in your other topic, so still need last version of that lib in any php8 version release =)

I tried to build the newest V8 version several times, but failed. Sorry, v8js for Windows was a dead end.
Back to top
nambell



Joined: 22 Jun 2023
Posts: 5

PostPosted: Fri 23 Jun '23 8:00    Post subject: Reply with quote

Jan-E wrote:
nambell wrote:
Hi, can you pls add v8js engine lib in your next 8.1/2/3 releases? Didn't found it for x64 ts version in your other topic, so still need last version of that lib in any php8 version release =)

I tried to build the newest V8 version several times, but failed. Sorry, v8js for Windows was a dead end.

Is there any newer php release then 7.3.9 in which you added that lib last time?
Back to top


Reply to topic   Topic: PHP 8.3.3 RC1, 8.2.16 RC1 available View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads Page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next