We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a86a7 commit 1c06e21Copy full SHA for 1c06e21
.travis/travis.sh
@@ -77,8 +77,9 @@ function install_igbinary() {
77
}
78
79
function install_msgpack() {
80
- git clone https://github.com/msgpack/msgpack-php.git
+ git clone https://github.com/sodabrew/msgpack-php.git
81
pushd msgpack-php
82
+ git checkout struct_unserialize_data
83
phpize
84
./configure
85
make
@@ -237,7 +238,7 @@ case $ACTION in
237
238
# Install igbinary extension
239
install_igbinary
240
- # install msgpack
241
+ # Install msgpack extension
242
install_msgpack
243
244
install_memcached
0 commit comments