安装openssl软件省略

进入到php源码包

   
   
   
   
  1. #cd /usr/local/src/php-5.3.5/ext/openssl 
  2. #cp config0.m4 config.m4
  3. # phpize 
  4. #./configure --with-openssl --with-php-config=/usr/local/php/bin/php-config 
  5. # make && make install 

vi php.ini添加

extension=openssl.so