Skip to content

Commit 334ba4a

Browse files
committed
Install php-swoole from aptitude
1 parent a6c958e commit 334ba4a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

extensions/core/swoole/install.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
#!/usr/bin/env bash
22

33
set -e
4-
export DEV_DEPENDENCIES="zlib1g-dev"
54
export DEPENDENCIES="zlib1g"
6-
export USE_PECL=1
7-
PECL_EXTENSION=swoole ../docker-install.sh
5+
EXTENSION=swoole ../docker-install.sh
6+
7+
## 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

Comments
 (0)