Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117752857
D2026.1775191533.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
461 B
Referenced Files
None
Subscribers
None
D2026.1775191533.diff
View Options
diff --git a/bin/quickstart.sh b/bin/quickstart.sh
--- a/bin/quickstart.sh
+++ b/bin/quickstart.sh
@@ -31,6 +31,10 @@
test ! -z "$(php --ini | grep mysql)" || \
die "Is php-mysqlnd installed?"
+pecl info swoole >/dev/null 2>&1 || \
+ test ! -z "$(php --modules | grep swoole)" || \
+ die "Is swoole installed? ('pecl install swoole', then load from php.ini)"
+
base_dir=$(dirname $(dirname $0))
docker pull docker.io/kolab/centos7:latest
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 4:45 AM (10 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18773610
Default Alt Text
D2026.1775191533.diff (461 B)
Attached To
Mode
D2026: Check if swoole is installed in quickstart.sh
Attached
Detach File
Event Timeline