新手小白求指导
环境:win7+php5.5.30+Apache2.4
php安装在D:\php,安装目录下有两个php.ini(php.ini-development和php.ini-production),两个文件里都改成了extension_dir="D:/php/ext/",extension=php_openssl.dll前面的分号也都去掉了,系统环境变量里也添加了D:\php和D:\php\ext
安装Apache时候我用了httpd -k install -n “openssl”
可是安装composer的时候还是报错:openssl extension is missing...If impossible you should enable it or recompile php with --with-openssl
环境:win7+php5.5.30+Apache2.4
php安装在D:\php,安装目录下有两个php.ini(php.ini-development和php.ini-production),两个文件里都改成了extension_dir="D:/php/ext/",extension=php_openssl.dll前面的分号也都去掉了,系统环境变量里也添加了D:\php和D:\php\ext
安装Apache时候我用了httpd -k install -n “openssl”
可是安装composer的时候还是报错:openssl extension is missing...If impossible you should enable it or recompile php with --with-openssl