deuill / go-php

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

php7: Allow for additional `php7.debian` build tag #27

Closed deuill closed 7 years ago

deuill commented 7 years ago

The additional php7.debian build tag allows Go-PHP to be built against PHP7 on Debian (and Debian-derived, such as Ubuntu) distributions. This additional build tag is required due to the non-standard include and library file locations.

Relates-To: #26

deuill commented 7 years ago

This doesn't actually fix the issue, but needs to be applied for #28 to be applied as well.

promorphus commented 7 years ago

Looks good, lets go!

deuill commented 7 years ago

Merging this and waiting for #28 to clear before merging.