|
@@ -391,7 +391,7 @@ build_php5.6_c() {
|
|
build_php5.6_mac() {
|
|
build_php5.6_mac() {
|
|
# Install PHP
|
|
# Install PHP
|
|
curl -s https://php-osx.liip.ch/install.sh | bash -s 5.6
|
|
curl -s https://php-osx.liip.ch/install.sh | bash -s 5.6
|
|
- export PATH="/usr/local/php5-5.6.25-20160831-101628/bin:$PATH"
|
|
|
|
|
|
+ export PATH="/usr/local/php5/bin:$PATH"
|
|
|
|
|
|
# Install phpunit
|
|
# Install phpunit
|
|
curl https://phar.phpunit.de/phpunit.phar -L -o phpunit.phar
|
|
curl https://phar.phpunit.de/phpunit.phar -L -o phpunit.phar
|