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 a6c958e commit 334ba4aCopy full SHA for 334ba4a
extensions/core/swoole/install.sh
@@ -1,7 +1,10 @@
1
#!/usr/bin/env bash
2
3
set -e
4
-export DEV_DEPENDENCIES="zlib1g-dev"
5
export DEPENDENCIES="zlib1g"
6
-export USE_PECL=1
7
-PECL_EXTENSION=swoole ../docker-install.sh
+EXTENSION=swoole ../docker-install.sh
+
+## http://pecl.php.net/package/swoole
8
+#export DEV_DEPENDENCIES="zlib1g-dev"
9
+#export USE_PECL=1
10
+#PECL_EXTENSION=swoole ./docker-install.sh
0 commit comments