Skip to content

Commit 26e38cc

Browse files
committed
Use temporary fork of igbinary for php-8 support
1 parent 5d154be commit 26e38cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .travis/travis.sh

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

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

0 commit comments

Comments
 (0)