From: Lonnie A. <li...@lo...> - 2015-01-30 14:45:54
|
Hi Michael, After a little research, for our php.mk simply adding "--enable-soap" should work. It relies on --enable-libxml and associated xml2 library, which we install by default. So in package/php/php.mk adding the line: PHP_CONF_OPT += --enable-soap should allow you to test. Lonnie On Jan 29, 2015, at 10:51 PM, Michael Knill <mic...@ip...> wrote: > Hi devs > > Just wondering what are the implications of installing the PHP SOAP Client on Astlinux? > I would like to do some SOAP based integration to obtain CRM data. > > Regards > Michael Knill |