问题
Is this possible? I'm on Mac OSX.
I'm using a custom install already, with the Mac OSX default*ish* apache.
回答1:
I was able to do this by:
cd {php_dir}/ext/openssl
phpize ./configure make && make install
Restart apache
来源:https://stackoverflow.com/questions/7544805/add-support-for-openssl-in-php-without-recompiling