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.5.0 RC1, 8.4.13 RC1, 8.3.26 RC1 available |
Page Previous 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 |
Author |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1283 Location: Amsterdam, NL, EU
|
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1283 Location: Amsterdam, NL, EU
|
Posted: Thu 07 Aug '25 0:22 Post subject: |
|
|
Significant change for PHP 8.5+: OPcache will be compiled statically into PHP. You will have to remove ‘zend_extension=opcache’ from php.ini for PHP 8.5 and upwards.
See PHP 8.5.0 alpha 4 now. Backgroundinfo: https://externals.io/message/127643 |
|
Back to top |
|
jimski

Joined: 18 Jan 2014 Posts: 202 Location: USSA
|
Posted: Mon 22 Sep '25 5:53 Post subject: |
|
|
@Jan-E, The PHP nts binaries 8.5.0 on Windows 10 VS17, are throwing errors pertaining to some PHP extensions.
This is the binary throwing errors:
https://phpdev.toolsforresearch.com/php-8.5.0alpha4-nts-Win32-vs17-x64.zip
The older binaries 8.4.11 nts are throwing the same errors.
The following errors are reported in php_error.log:
[20-Sep-2025 21:02:02 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'ffmpeg' (tried: E:\Server\PHP\ext\ffmpeg (The specified module could not be found), E:\Server\PHP\ext\php_ffmpeg.dll (The specified module could not be found)) in Unknown on line 0
[20-Sep-2025 21:02:02 UTC] PHP Warning: Missing arginfo for xxhash32() in Unknown on line 0
[20-Sep-2025 21:02:02 UTC] PHP Warning: Missing arginfo for xxhash64() in Unknown on line 0
[20-Sep-2025 21:02:02 UTC] PHP Warning: Missing arginfo for xxhash64Unsigned() in Unknown on line 0
The php_ffmpeg.dll is present in the \ext folder together with all other extensions, so the error "module could not be found" is most likely related to the the fact that ffmpeg was built different way than the core PHP.
Please see my post about the same problem with older binaries: https://www.apachelounge.com/viewtopic.php?p=43752#43752 |
|
Back to top |
|
|
|
|
|
|