Wampserver 3.2.6 - PHP 7.4.26 - PhpMyAdmin 5.1.1
If I disable the PHP openssl extension there is the error:
"Composer detected issues in your platform: Your Composer dependencies require the following PHP extensions to be installed: openssl"
when launching PhpMyAdmin.
This confirms that it is not due to any installation of Composer.
If I revalidate the openssl extension, this error disappears and PhpMyAdmin starts without problem.
To work properly, the PHP openssl extension requires the ability to access the dll file libeay32.dll, or, as of OpenSSL 1.1, libcrypto-*.dll
For PHP 7.4.26 32bit, it is libcrypto-1_1.dll
For PHP 7.4.26 64bit, it is libcrypto-1_1-x64.dll
and these files are present in the related php folder.
I don't see what could be causing this error unless it's another unloaded PHP extension.
Wampserver 3.2.6 has the possibility to display (and possibly copy to the clipboard) the list of PHP extensions actually loaded by :
Left-click -> PHP -> Show PHP loaded Extensions.
For me, it's :
-- PHP Loaded Extensions
With function get_loaded_extensions()
bcmath bz2 calendar com_dotnet Core ctype
curl date dom exif fileinfo filter
gd gettext gmp hash iconv imap
intl json ldap libxml mbstring mysqli
mysqlnd openssl pcre PDO pdo_mysql pdo_sqlite
Phar readline Reflection session SimpleXML soap
sockets SPL sqlite3 standard tokenizer xdebug
xml xmlreader xmlrpc xmlwriter xsl Zend OPcache
zip zlib
------------------------------------------------------------------------------------------------------------
Wampserver 3.2.9 32 bit - Apache 2.4.53 - PHP 8.1.5…5.6.40 - MySQL 5.7.38 - MariaDB 10.5.13/10.6.5
Wampserver 3.2.9 64 bit - Apache 2.4.53 - PHP 8.1.5…5.6.40 - MySQL 5.7.38/8.0.29 - MariaDB 10.5.15/10.7.3
PhPMyadmin 5.1.3 - MysqlDumper 1.24.5 on W10 and W7 Pro 64 bit
Documentation Apache -
Documentation PHP -
Documentation MySQL -
Wampserver install files & addons« Ce n'est pas parce qu'ils sont nombreux à avoir tort, qu'ils ont forcément raison. Coluche »
« It's not because they are many to be wrong, they are necessarily right. Coluche »