[Resolved] PHP 7 - SOAP

Status
Not open for further replies.
#1
Hi,

I'm trying to install a SOAP module on centos 7 with php 7 and litespeed.

I've managed to get the following result:
Code:
php -i | grep soap
Configure Command =>  './configure'  '--prefix=/usr/local/php70' '--program-suffix=70' '--with-litespeed' '--with-config-file-scan-dir=/usr/local/php70/lib/php.conf.d' '--with-curl=/usr/local/lib' '--with-gd' '--enable-gd-native-ttf' '--with-gettext' '--with-jpeg-dir=/usr/local/lib' '--with-freetype-dir=/usr/local/lib' '--with-libxml-dir=/usr/local/lib' '--with-kerberos' '--with-openssl' '--with-mcrypt' '--with-mhash' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-mysqli=mysqlnd' '--with-pcre-regex=/usr/local' '--with-pdo-mysql=mysqlnd' '--with-pear' '--with-png-dir=/usr/local/lib' '--with-xsl' '--with-zlib' '--with-zlib-dir=/usr/local/lib' '--enable-zip' '--with-iconv=/usr/local' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-sockets' '--enable-soap' '--enable-mbstring' '--with-icu-dir=/usr/local/icu' '--enable-intl'
soap
soap.wsdl_cache => 1 => 1
soap.wsdl_cache_dir => /tmp => /tmp
soap.wsdl_cache_enabled => 1 => 1
soap.wsdl_cache_limit => 5 => 5
soap.wsdl_cache_ttl => 86400 => 86400
But in phpinfo() there is no result for enabeld soap?

Kind regards,
Alco
 
Last edited by a moderator:
#4
Hi,

I'm using directadmin as control panel, but this isn't a problem for this update.
I've downloaded the correct rpm package & was able to find lsphp70-soap then. I've installed this & compilled PHP via litespeed & now its working :)

Thank you for the hint.
 
Last edited by a moderator:
Status
Not open for further replies.
Top