deuill / go-php

PHP bindings for the Go programming language (Golang)
MIT License
925 stars 105 forks source link

Install problem #50

Closed anjapadu closed 6 years ago

anjapadu commented 6 years ago

Hello, I'm having an issue installing even when i followed all in #26 I already used go build -tags php7.debian and still got the error:

/home/qdev/Documents/Code/pkg/linux_amd64/github.com/go-php ./context.go:11:23: fatal error: main/php.h: No such file or directory // #include <main/php.h>

im using PHP 7.0.22-0ubuntu0.16.04.1

Anyone have an idea of what it can be?

anjapadu commented 6 years ago

Fixed it with #42 and