Skip to content

Commit 45399eb

Browse files
committed
Use my msgpack fork temporarily for PHP 7.1 compatibility
1 parent 5d09273 commit 45399eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis/travis.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ function install_igbinary() {
7777
}
7878

7979
function install_msgpack() {
80-
git clone https://github.com/msgpack/msgpack-php.git
80+
git clone https://github.com/sodabrew/msgpack-php.git
8181
pushd msgpack-php
82+
git checkout struct_unserialize_data
8283
phpize
8384
./configure
8485
make

0 commit comments

Comments
 (0)