travis (precise) comes with php-5.3
authorMichael Wallner <mike@php.net>
Fri, 7 Aug 2015 19:51:02 +0000 (21:51 +0200)
committerMichael Wallner <mike@php.net>
Fri, 7 Aug 2015 19:51:02 +0000 (21:51 +0200)
Makefile

index 88d36a9f74cd3890841cdacdd46881edf1eef310..7274717dba7c97f1032a2c2276f979c3ea8432ec 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -128,4 +128,4 @@ test: php
        REPORT_EXIT_STATUS=1 $(bindir)/php run-tests.php -q -p $(bindir)/php --set-timeout 300 --show-diff tests
 
 pharext/%: $(PECL_INI) php | $(srcdir)/../%.ext.phar
-       for phar in $|; do $$phar --prefix=$(prefix) --ini=$(PECL_INI); done
+       for phar in $|; do $(bindir)/php $$phar --prefix=$(prefix) --ini=$(PECL_INI); done