linux下通过phpize不重新编译增加openssl.so模块
切换到php安装目录的etx/openssl目录 cd /home/tao/soft/php-5.2.13/ext/openssl openssl目录下有个config.w32和config0.m4,把config0.m4改名为config.m4(不清楚什么原因,必须这么改,很重要!!!) mv config0.m4 config.m4 $PHP_PREFIX/bin/phpize或直接/
切换到php安装目录的etx/openssl目录 cd /home/tao/soft/php-5.2.13/ext/openssl openssl目录下有个config.w32和config0.m4,把config0.m4改名为config.m4(不清楚什么原因,必须这么改,很重要!!!) mv config0.m4 config.m4 $PHP_PREFIX/bin/phpize或直接/