Skip to content

Commit a6c0a1a

Browse files
authored
Use default branch for compiling zmq extension
The `master` branch now has all the commits of the `php7` branch now.
1 parent 087681f commit a6c0a1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/compile-extension-zmq

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ source $(dirname $0)/compile-extensions-common
55

66
travis_time_start
77

8-
git clone https://github.com/mkoppanen/php-zmq.git
8+
git clone https://github.com/zeromq/php-zmq.git
99
pushd php-zmq
1010

1111
sudo apt-get install libzmq3-dev
1212

1313
if [[ $VERSION =~ ^7 || $VERSION =~ ^8 || $VERSION =~ ^master$ ]]; then
14-
git checkout php7
1514
phpize
1615
./configure && make && make install
1716
else

0 commit comments

Comments
 (0)