Skip to content

Commit 35ef911

Browse files
authored
Igbinary php7 development is in igbinary/igbinary master branch now
igbinary7 was moved to src/php7, and bug fixes/improvements were/will be added there later. See igbinary/igbinary#62
1 parent 4fa2111 commit 35ef911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis/travis.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ function install_libmemcached() {
6767
}
6868

6969
function install_igbinary() {
70-
git clone https://github.com/igbinary/igbinary7.git
71-
pushd igbinary7
70+
git clone https://github.com/igbinary/igbinary.git
71+
pushd igbinary
7272
phpize
7373
./configure
7474
make

0 commit comments

Comments
 (0)