arnaud-lb / php-go

php-go allows to call Go code from PHP, with minimal code boilerplate
MIT License
187 stars 20 forks source link

Fixes issue #6 #7

Closed DasJott closed 4 years ago

DasJott commented 4 years ago

One copy/paste error for the in/out parameters lead to a crash.
Uninitialized int variable lead to random numbers of parameters...

arnaud-lb commented 4 years ago

Thanks !