我在我的网络服务器上安装SOAP时遇到了麻烦。我正在使用SUSE Linux,我有PHP 5.2.6。
我试过了,apt-cache search php-soap
但我没有得到任何东西。当我尝试时apt-cache search soap
,我得到3个包libsoup
,libsoup-2_4-1-32bit
然后libsoup-2_4-1
。
我也想把这条线--enable-soap
放到我的php配置文件中。当我尝试安装它时,我收到错误“无法找到包php-soap”。
我的php.ini
档案有
[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