Skip to content

Commit 7712044

Browse files
committed
Revert "Use temporary fork of igbinary for php-8 support"
Upstream accepted the patch for PHP master / PHP 8 support. This reverts commit 26e38cc.
1 parent 487db05 commit 7712044

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis/travis.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@ function install_libmemcached() {
6767
}
6868

6969
function install_igbinary() {
70-
git clone https://github.com/sodabrew/igbinary.git
70+
git clone https://github.com/igbinary/igbinary.git
7171
pushd igbinary
72-
git checkout php-8
7372
phpize
7473
./configure
7574
make

0 commit comments

Comments
 (0)