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.2.1, 8.1.14, 8.0.27, 7.4.33, 7.3-7.0, 5.6-5.3 |
Page Previous 1, 2, 3 ... 15, 16, 17 |
Author |
|
Zachary_blackjyn
Joined: 08 Dec 2018 Posts: 3
|
Posted: Thu 15 Dec '22 8:55 Post subject: RAR |
|
|
I was able to download PHP 8.2 bundle
I add php_rar to the php.ini and when checked the php version via CLI , this warning occured :
Code: | PHP Warning: RarArchive::__toString() implemented without string return type in
Unknown on line 0
Warning: RarArchive::__toString() implemented without string return type in Unkn
own on line 0
PHP Warning: RarEntry::__toString() implemented without string return type in U
nknown on line 0
Warning: RarEntry::__toString() implemented without string return type in Unknow
n on line 0 |
Help? |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1196 Location: Amsterdam, NL, EU
|
Posted: Thu 15 Dec '22 10:42 Post subject: |
|
|
Thanks for the heads up. It made me look in the php-rar sources if there already was a patch for PHP 8.2. There was, but it is not merged yet:
https://github.com/cataphract/php-rar/pull/18
So I applied the patch in my own build environment. Recompiling PHP 8.2.0 and 8.2.1RC1 now, both in 4 versions. When done I will add the links to the initial post. |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1196 Location: Amsterdam, NL, EU
|
Posted: Thu 15 Dec '22 14:23 Post subject: |
|
|
PHP 8.2.0 added |
|
Back to top |
|
Zachary_blackjyn
Joined: 08 Dec 2018 Posts: 3
|
Posted: Sat 17 Dec '22 12:45 Post subject: |
|
|
Jan-E wrote: | PHP 8.2.0 added |
Thank you! The warnings are gone now!  |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1196 Location: Amsterdam, NL, EU
|
|
Back to top |
|
|
|
|
|
|