[SOLVED] soap.so support to php

Started by cdburgess75, August 31, 2016, 12:22:08 AM

Previous topic - Next topic
August 31, 2016, 12:22:08 AM Last Edit: August 31, 2016, 10:11:28 AM by franco
If I wanted to add and extension to php: soap.so,  how would I do that with opnsense?

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

Thanks franco,  that worked great.

/dave