Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
Development and Code Review
(Moderator:
fabian
) »
[SOLVED] soap.so support to php
« previous
next »
Print
Pages: [
1
]
Author
Topic: [SOLVED] soap.so support to php (Read 5254 times)
cdburgess75
Newbie
Posts: 46
Karma: 8
[SOLVED] soap.so support to php
«
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?
«
Last Edit: August 31, 2016, 10:11:28 am by franco
»
Logged
franco
Administrator
Hero Member
Posts: 17570
Karma: 1596
Re: soap.so support to php
«
Reply #1 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
Logged
cdburgess75
Newbie
Posts: 46
Karma: 8
Re: [SOLVED] soap.so support to php
«
Reply #2 on:
August 31, 2016, 10:56:18 am »
Thanks franco, that worked great.
/dave
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
Development and Code Review
(Moderator:
fabian
) »
[SOLVED] soap.so support to php