swooletw / laravel-swoole

High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications.
MIT License
4.04k stars 390 forks source link

Question about pecl install swoole settings #466

Closed MazzMazz closed 3 years ago

MazzMazz commented 3 years ago

When pecl install swoole we see the following:

enable sockets supports? [no] : enable openssl support? [no] : enable http2 support? [no] : enable mysqlnd support? [no] : enable json support? [no] : enable curl support? [no] :

Is any of this necessary? If not could you update the install wiki for it?

Arkanius commented 3 years ago

Hi, you don't need these supports in case of basic utilization of laravel. We'll talk about update the docs but I think it makes sense.

Thanks!