openssl is disabled apache2.4 with php7.1
in phpinfo(); results give me this
OpenSSL support disabled (install ext/openssl)
- i changed this in php.ini
extension=php_openssl.dll
- i use this code using WINDOWS CMD
set OPENSSL_CONF=/path/to/openssl.cnf
- its enabled when use in CMD this but its disabled in phpinfo();
php --ri openssl OpenSSL support => enabled OpenSSL Library Version => OpenSSL 1.0.2j 26 Sep 2016 Openssl default config => C:/jampp/php71/extras/ssl/openssl.cnf
its now working in CMD and but phpinfo(); not and in laravel 5 show me this error
Call to undefined function openssl_encrypt()
Thanks