Hi,
By doing this,
you force PHP 8.1.31 FCGI mode on all local sites (VirtualHost) and all aliases that aren't already in FCGI mode, and this makes a "merry mess", as we say in my house, of everything that was running with PHP as an Apache module.
For example, the localhost page running under Apache module PHP 8.4.4 ends up under PHP 8.1.31 (phpinfo) with a php.ini with errors like :
*** ERROR *** The PHP configuration loaded file is: e:/wamp64/bin/php/php8.1.31/php.ini - should be: E:/wamp64/bin/apache/apache2.4.63.1/bin/php.ini or e:/wamp64/bin/php/php8.4.4/phpforapache.ini
and PHP errors
[13-Feb-2025 13:52:32 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'ldap' (tried: E:/wamp64/bin/php/php8.1.31/ext/ldap (The specified module cannot be found), E:/wamp64/bin/php/php8.1.31/ext/php_ldap.dll (The specified module cannot be found)) in Unknown on line 0
[13-Feb-2025 13:52:32 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'curl' (tried: E:/wamp64/bin/php/php8.1.31/ext/curl (The specified module cannot be found), E:/wamp64/bin/php/php8.1.31/ext/php_curl.dll (The specified module cannot be found)) in Unknown on line 0
[13-Feb-2025 13:52:32 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'com_dotnet' (tried: E:/wamp64/bin/php/php8.1.31/ext/com_dotnet (The specified module cannot be found), E:/wamp64/bin/php/php8.1.31/ext/php_com_dotnet.dll (The specified procedure cannot be found)) in Unknown on line 0
[13-Feb-2025 13:52:32 UTC] PHP Warning: PHP Startup: fileinfo: Unable to initialize module
Module compiled with module API=20210902
PHP compiled with module API=20240924
These options need to match
---------------------------------------------------------------
Documentation Apache -
Documentation PHP -
Documentation MySQL -
Wampserver install files & addonsEdited 1 time(s). Last edit at 02/13/2025 05:43PM by Otomatic.