Merge pull request #21 from elwinar/patch-php5

Fix the Zend inclusion path for PHP5
This commit is contained in:
Alex Palaistras 2016-04-13 13:29:36 +01:00
commit a6fe19a1be
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
package engine
// #cgo CFLAGS: -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM
// #cgo CFLAGS: -I/usr/include/Zend -Iinclude/php5
// #cgo CFLAGS: -I/usr/include/php5/Zend -Iinclude/php5
// #cgo LDFLAGS: -lphp5
import "C"