-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
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've even tried on docker) but with php5.6 when I run
APP=/path/to/app PHPCFG=/usr/bin/php-config make
returns:
go install ./zend
# github.com/kitech/php-go/zend
zend/zend_ini.go:123:26: could not determine kind of name for C.uint32_t
Makefile:31: recipe for target 'all' failed
make: *** [all] Error 2
should I forgotten something?
Metadata
Metadata
Assignees
Labels
No labels