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 087681f commit a6c0a1aCopy full SHA for a6c0a1a
bin/compile-extension-zmq
@@ -5,13 +5,12 @@ source $(dirname $0)/compile-extensions-common
5
6
travis_time_start
7
8
-git clone https://github.com/mkoppanen/php-zmq.git
+git clone https://github.com/zeromq/php-zmq.git
9
pushd php-zmq
10
11
sudo apt-get install libzmq3-dev
12
13
if [[ $VERSION =~ ^7 || $VERSION =~ ^8 || $VERSION =~ ^master$ ]]; then
14
- git checkout php7
15
phpize
16
./configure && make && make install
17
else
0 commit comments