fix URL for travis build
authorMichael Wallner <mike@php.net>
Mon, 27 Jul 2015 09:46:07 +0000 (11:46 +0200)
committerMichael Wallner <mike@php.net>
Mon, 27 Jul 2015 09:46:07 +0000 (11:46 +0200)
travis/compile-ext-raphf.sh

index 2b2f0130ab022fa6eb19f5000b23df2b5167bdef..4c5cb9063f9a3fc01356caf0113a11aa9b3787d3 100755 (executable)
@@ -2,11 +2,11 @@
 
 set -e
 
 
 set -e
 
-git clone --depth 1 https://github.com/php/pecl-php-raphf $HOME$BUILD_SRC_DIR/raphf
+git clone --depth 1 https://github.com/m6w6/ext-raphf $HOME$BUILD_SRC_DIR/raphf
 cd $HOME$BUILD_SRC_DIR/raphf
 
 $HOME$BUILD_INSTALL_DIR/bin/phpize
 cd $HOME$BUILD_SRC_DIR/raphf
 
 $HOME$BUILD_INSTALL_DIR/bin/phpize
-./configure --with-php-config=$HOME$BUILD_INSTALL_DIR/bin/php-config --enable-raphf
+./configure --with-php-config=$HOME$BUILD_INSTALL_DIR/bin/php-config
 
 make -j2 --quiet install
 
 
 make -j2 --quiet install