Skip to content

Commit 1c06e21

Browse files
committed
Use my msgpack fork temporarily for PHP 7.1 compatibility
1 parent e3a86a7 commit 1c06e21

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis/travis.sh

Lines changed: 3 additions & 2 deletions
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
@@ -237,7 +238,7 @@ case $ACTION in
237238
# Install igbinary extension
238239
install_igbinary
239240

240-
# install msgpack
241+
# Install msgpack extension
241242
install_msgpack
242243

243244
install_memcached

0 commit comments

Comments
 (0)