From 49a68e2dc90a01e3da956f216da1b478e1d2e53b Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 30 Jul 2015 19:07:47 +0200 Subject: [PATCH] use system's php --- .travis.yml | 2 +- travis/pecl/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9b0ea6b..af263d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ env: before_script: - make -f travis/pecl/Makefile php - - make -df travis/pecl/Makefile pecl PECL=raphf + - make -f travis/pecl/Makefile pecl PECL=raphf - make -f travis/pecl/Makefile ext PECL=pq script: diff --git a/travis/pecl/Makefile b/travis/pecl/Makefile index 358acca..201d530 100644 --- a/travis/pecl/Makefile +++ b/travis/pecl/Makefile @@ -23,7 +23,7 @@ PECL_SONAME ?= $(if $(shell echo $(PECL) | cut -d: -f2),$(shell echo $(PECL) | c PECL_VERSION ?= $(shell echo $(PECL) | cut -d: -f3 -s) PECL_INI = $(with_config_file_scan_dir)/pecl.ini -PHP_VERSION ?= $(shell test -e $(srcdir)/php-versions.json && cat $(srcdir)/php-versions.json | php $(srcdir)/php-version.php $(PHP)) +PHP_VERSION ?= $(shell test -e $(srcdir)/php-versions.json && cat $(srcdir)/php-versions.json | /usr/bin/php $(srcdir)/php-version.php $(PHP)) .PHONY: all php check clean reconf pecl ext test .SUFFIXES: -- 2.30.2