kitech / php-go

Write PHP extension using go/golang. Zend API wrapper for go/golang.
882 stars 108 forks source link

Add support for custom PHPDIR. #4

Closed hyper0x closed 8 years ago

kitech commented 8 years ago

PHPDIR=/usr/local/ make

Use like this, right?

hyper0x commented 8 years ago

Yep. I installed php with homebrew on OS X. The installation directory is /usr/local/opt/php56. I want to specify it.