有
[soap]
; Enables or disables WSDL caching feature.
soap.wsdl_cache_enabled=1
; Sets the directory name where SOAP extension will put cache files.
soap.wsdl_cache_dir="/tmp"
; (time to live) Sets the number of second while cached file will be used
; instead of original one.
soap.wsdl_cache_ttl=86400
切換到php5安裝目錄的soap目錄
cd /soft/php-5.2.8/ext/soap
視php安裝目錄定
/usr/local/php5/bin/phpize
編譯soap.so
./configure --with-php-config=/usr/local/php5/bin/php-config --enable-soap
make
make install