Installation

Utiliser --with-swoole[=DIR] lors de la compilation de PHP.

Des informations sur l'installation de ces extensions PECL peuvent ĂȘtre trouvĂ©es dans le chapitre du manuel intitulĂ© Installation des extensions PECL. D'autres informations comme les notes sur les nouvelles versions, les tĂ©lĂ©chargements, les sources des fichiers, les informations concernant les mainteneurs ainsi qu'un CHANGELOG, peuvent ĂȘtre trouvĂ©es ici : » https://pecl.php.net/package/swoole

add a note

User Contributed Notes 1 note

up
-1
php dot anonymous1 at gmail dot com ¶
7 years ago
to install swoole with mac os x 
open your terminal 
and use this commands 
git clone https://github.com/swoole/swoole-src.git
cd swoole-src
phpize
./configure
make && make install

also find your swoole.so from folder swoole-src and move it 
in to your apache and add full path in php.ini 
like extension=your/full/path/swoole.so