简体   繁体   中英

enable php_openssl not working

Im trying to enable php_openssl but its not working,

i kinda have the same problem as this question Enabling the OpenSSL in XAMPP

in my php.ini there is no extension extension=php_openssl.dll

but there was this OPENSSL_CONF C:/xampp/apache/bin/openssl.cnf

so i added the extension=php_openssl.dll to my php.ini but when i add , i checked my xampp\\php\\ext and there was no php_openssl.dll file,

so i googled for the module, then i put it in my xampp\\php\\ext restart apache, but still getting error - specified module could not be found

my current version is xampp 1.7.3 php 5.3.1

if can provide the download link of the module, or guide...thanks

我设法激活它,我的最后一招是使用不同的xampp,1.7.7版对我有效,只需在php.ini中激活以下扩展名

extension=php_openssl.dll

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