use system's php
authorMichael Wallner <mike@php.net>
Thu, 30 Jul 2015 17:07:47 +0000 (19:07 +0200)
committerMichael Wallner <mike@php.net>
Thu, 30 Jul 2015 17:07:47 +0000 (19:07 +0200)
.travis.yml
travis/pecl/Makefile

index 9b0ea6b24fcc7f2bc1051e6fffbf602feea7f47c..af263d067439cbf5d1ec7ea3891df3e6a6fad583 100644 (file)
@@ -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:
index 358acca920a99027c409e71339a017f56a70ec05..201d530f8d9b1256c6862311c80c6d8ff62445ff 100644 (file)
@@ -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: