简体   繁体   中英

Apache server don't load extensions (Windows 10, PHP 8.0.12, Apache 2.4.46, (WAMP3.2.3))

Apache don't load some modules. I need to use phpMyAdmin but it says mysqli is missing. I'm stuck with this since days... Thanks for your help ! Tell me what informations you need... I've set my path in my php.ini used by Apache this way :

; Directory in which the loadable extensions (modules) reside.
; http://php.net/extension-dir
;extension_dir = "./"
; On windows:
extension_dir = C:/wamp64/bin/php/php8.0.12/ext
upload_tmp_dir = C:/wamp64/tmp
error_log = C:/wamp64/tmp

my wampserver.conf is set this way :

<?php

$phpConf['phpIniDir'] = '.';
$phpConf['phpExeDir'] = '.';
$phpConf['phpConfFile'] = 'php.ini';

$phpConf['apache']['2.2']['LoadModuleName'] = 'php5_module';
$phpConf['apache']['2.2']['LoadModuleFile'] = 'php5apache2_2.dll';
$phpConf['apache']['2.2']['AddModule'] =  '';

$phpConf['apache']['2.4']['LoadModuleName'] = 'php_module';
$phpConf['apache']['2.4']['LoadModuleFile'] = 'php8apache2_4.dll';
$phpConf['apache']['2.4']['AddModule'] =  '';

?>

Some modules are loaded but others are not, here there's a picture to illustrate my problem :

描述

Update WAMPManager to be able to use the latest versions of PHP Apache etc

You can find the latest updates to WAMPmanager and the latest ADDONs on the WAMPServer Backup Repo

Its easier to navigate than SourceForge

Updates only "Wampmanager", does not add any Apache PHP, MySQL or MariaDB versions. It is a cumulative update. It is not necessary to apply the old updates 3.0.1 to 3.2.4 before applying 3.2.5. There will be no changes to your Apache, PHP, MySQL, MariaDB settings and versions used; your local sites and databases will not be affected. This update is necessary to install the latest Apache, PHP, MySQL or MariaDB addons.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM