Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: PHP 8.3.0, 8.2.13, 8.1.26, 8.0.30, 7.4-7.0, 5.6-5.3 |
Page Previous 1, 2, 3 ... 16, 17, 18 |
Author |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1245 Location: Amsterdam, NL, EU
|
|
Back to top |
|
mrdj1024
Joined: 03 Apr 2023 Posts: 22 Location: Bridgeton,NJ,USA
|
Posted: Wed 14 Jun '23 20:09 Post subject: |
|
|
thankyou for this!
i just got your php 8.1.20 version of php and use it on my wampserver and it has the newest openssl version
thanks alot.
like as far as you know,this wouldnt have any issues working on wampserver? |
|
Back to top |
|
lubber
Joined: 14 Jun 2023 Posts: 2 Location: Germany
|
Posted: Thu 15 Jun '23 10:25 Post subject: |
|
|
Awesome! :love:
Thank you _very_ much. |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1245 Location: Amsterdam, NL, EU
|
|
Back to top |
|
mrdj1024
Joined: 03 Apr 2023 Posts: 22 Location: Bridgeton,NJ,USA
|
Posted: Sun 06 Aug '23 22:59 Post subject: |
|
|
thankyou for this  |
|
Back to top |
|
timo
Joined: 03 Jun 2012 Posts: 45 Location: FI, EU
|
Posted: Fri 11 Aug '23 11:56 Post subject: PHP 8.0.30 |
|
|
Hello.
In 8.0.30 build by Jan-E Code: | Openssl default config = \usr\local\ssl/openssl.cnf |
It seems that this default value was in use prior to PHP 7.4.0.
Now, it should be as stated in https://www.php.net/manual/en/openssl.installation.php
PHP will search for the openssl.cnf using the following logic:
the OPENSSL_CONF environmental variable, if set, will be used as the path (including filename) of the configuration file.
the SSLEAY_CONF environmental variable, if set, will be used as the path (including filename) of the configuration file.
The file openssl.cnf will be assumed to be found in the default certificate area, as configured at the time that the openssl DLL was compiled.
This is usually means that the default filename is C:\Program Files\Common Files\SSL\openssl.cnf (x64) or C:\Program Files (x86)\Common Files\SSL\openssl.cnf (x86), or, prior to PHP 7.4.0, C:\usr\local\ssl\openssl.cnf. |
|
Back to top |
|
ltdeta
Joined: 27 Feb 2015 Posts: 22 Location: Germany
|
Posted: Wed 23 Aug '23 16:09 Post subject: |
|
|
Quote: | My PHP 8.1, 8.2 and 8.3 builds use OpenSSL 1.1.1 as well, unlike the official builds, which use OpenSSL 3 nowadays. |
When do you plan to release the first version with OpenSSL 3 ?
OpenSSL 1.1.1 series will reach End of Life (EOL) on 11th September 2023.
https://www.openssl.org/blog/blog/2023/06/15/1.1.1-EOL-Reminder/ |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1245 Location: Amsterdam, NL, EU
|
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1245 Location: Amsterdam, NL, EU
|
Posted: Mon 04 Dec '23 6:45 Post subject: |
|
|
ltdeta wrote: | Quote: | My PHP 8.1, 8.2 and 8.3 builds use OpenSSL 1.1.1 as well, unlike the official builds, which use OpenSSL 3 nowadays. |
When do you plan to release the first version with OpenSSL 3 ?
OpenSSL 1.1.1 series will reach End of Life (EOL) on 11th September 2023. |
I have an updated set of VS16 dependencies which uses OpenSSL 3.0.12. The VS16 builds are all using OpenSSL 3 now. There even is a PHP 7.4.33 VS16 build, that uses OpenSSL 3.0.12. |
|
Back to top |
|
|
|
|
|
|