OPNsense Forum

English Forums => Development and Code Review => Topic started by: cdburgess75 on August 31, 2016, 12:22:08 am

Title: [SOLVED] soap.so support to php
Post by: cdburgess75 on August 31, 2016, 12:22:08 am
If I wanted to add and extension to php: soap.so,  how would I do that with opnsense?
Title: Re: soap.so support to php
Post by: franco on August 31, 2016, 10:10:53 am
Hi there,

The immediate answer for 16.7.3:

# pkg install git
# opnsense-code ports
# cd /usr/ports/net/php56-soap
# make install

The answer for 16.7.4:

# pkg install php56-soap

https://github.com/opnsense/tools/commit/6aafe9923

In both cases the extension will be registered on its own on install, no need to fiddle with the PHP .ini files.


Cheers,
Franco
Title: Re: [SOLVED] soap.so support to php
Post by: cdburgess75 on August 31, 2016, 10:56:18 am
Thanks franco,  that worked great.

/dave