Adam Curtis
Adam Curtis
Any thoughts on this @iStefo? After switching to this plugin I've just come across this and it seems like it'd be a pretty common use case :+1:
Same issue here :(
Makes sense, sadly I don't really write PHP any more, but feel free to submit a PR and I'll gladly merge it :)
:+1: this would be awesome!
What about a docker image? That would be handy 👍
This would be interesting if we could do this, especially in lambda!
I did have a go trying the example above after building a new docker image against your pull request but it wouldn't compile my code, something related to linker errors...
I've literally just pulled that feature branch in #55 to try it. Is that the right branch?
I'm getting the following errors, also had to install `libreadline-dev` to get this far: ``` /usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib/libphp7.a(interface.o): In function `zm_info_curl': interface.c:(.text+0x1aa): undefined reference to `curl_version_info' /usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib/libphp7.a(interface.o): In function `zm_startup_curl': interface.c:(.text+0x3ba4): undefined...
I'll be honest I have no experience with cgo at all, heres what I'm trying to compile :) ```go package main import ( "fmt" php "github.com/deuill/go-php" ) func main() {...