atlaschiew / php-study

php study
0 stars 0 forks source link

install swoole #2

Open atlaschiew opened 8 months ago

atlaschiew commented 8 months ago
cd /usr/local/src

wget https://pecl.php.net/get/swoole-4.2.13.tgz

tar -xzf swoole-4.2.13.tgz

cd swoole-4.2.13

/opt/cpanel/ea-php70/root/usr/bin/phpize && \
./configure --with-php-config=/opt/cpanel/ea-php70/root/usr/bin/php-config \
--enable-openssl --enable-sockets --enable-mysqlnd --enable-swoole-curl --enable-swoole-pgsql && \
sudo make && sudo make install

https://wiki.swoole.com/#/environment