OPNsense Forum
English Forums => Development and Code Review => Topic started 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?
-
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