1. 程式人生 > >Swoole 框架安裝

Swoole 框架安裝

Swoole 擴充套件

版本選擇

當前 2.0 系列最新版本為:2.1.3 倉庫地址:v2.1.3

安裝

進入原始碼目錄

$ phpize
$ ./configure --enable-swoole-debug --enable-sockets --enable-openssl --enable-http2 --enable-async-redis --enable-mysqlnd --enable-coroutine
$ make && make install 

--enable-swoole-debug 在生產環境不要開啟

make時若出現找不到 openssl 的標頭檔案,請將 openssl 原始碼拷貝至 Swoole 原始碼目錄中的 include

 目錄下。 Mac 中的 openssl 應該是在 /usr/local/opt/openssl/include/openssl/