Closed Gugiman closed 7 years ago
Although this repo is only a PHP 7 compatible fork and the official nusoap seems not to be maintained anymore I've got this small snippet to support namespaces in nusoap methods like register(). Credits for this snippets belongs to the stackoverflow user in this thread: http://stackoverflow.com/questions/30669749/registering-namespaced-php-class-methods-with-nusoap#answer-43096118
I've made this change in the composer installed core file and if this PR might be merged i don't have to bother that my change got overwritten by any update.
Anyway, thanks for porting to php7 :)
Thanks. I don't see anything to not merge it. :-)
Although this repo is only a PHP 7 compatible fork and the official nusoap seems not to be maintained anymore I've got this small snippet to support namespaces in nusoap methods like register(). Credits for this snippets belongs to the stackoverflow user in this thread: http://stackoverflow.com/questions/30669749/registering-namespaced-php-class-methods-with-nusoap#answer-43096118
I've made this change in the composer installed core file and if this PR might be merged i don't have to bother that my change got overwritten by any update.
Anyway, thanks for porting to php7 :)