php-go icon indicating copy to clipboard operation
php-go copied to clipboard

Write PHP extension using go/golang. Zend API wrapper for go/golang.

Results 25 php-go issues
Sort by recently updated
recently updated
newest added

hi i get error on make go version go1.19.10 linux/amd64 centos 7 64 bit ``` [root@nginx php-go]# make go install ./zend # example.com/m/zend zend/typeconv.go:31:26: could not determine kind of name...

I ask you if with an extension can I override the whatever is of php that wrote errors to log file. I want to override it to directly parse and...

大佬吊炸天,能继续更新吗

gcc: error: Usage:: No such file or directory gcc: error: [OPTION]: No such file or directory gcc: error: Options:: No such file or directory gcc: error: [-I/home/php7/include/php: No such file...

Hi, I've tried to build an extension on an ubuntu 16.04 server with go version go1.12.5 linux/amd64 and php version 5.6.40-6+ubuntu16.04.1+deb.sury.org+3 but got an error. With php 7 works perfectly...

I invoke sql`s query in golang func when invoke in php(thinkphp) It return 504 why? how to resolve it. thanks a lot.

Hi, I can't build it on my mac (10.13.4) make failed with: ``` PHPCFG=/usr/local/bin/php-config make go install ./zend go build github.com/kitech/php-go/zend: invalid flag in #cgo LDFLAGS: -undefined make: *** [all]...

```bash go install ./zend # errors compile: version "go1.12.9" does not match go tool version "go1.10.4" # math/bits compile: version "go1.12.9" does not match go tool version "go1.10.4" # runtime/internal/atomic...

目前我的php版本是:PHP 7.1.2 (cli) (built: May 6 2019 14:06:43) ( NTS ) 在cli模式下支持go协程运行,但是在php-fpm运行模式下就会阻塞。

$ make make: /usr/bin/php-config: Command not found make: /usr/bin/php-config: Command not found make: /usr/bin/php-config: Command not found make: /usr/bin/php-config: Command not found go install ./zend # github.com/kitech/php-go/zend In file included...