I want to enable the "sockets" in PHP-fpm how can I do that?
`extension=sockets`
I have docker where I have installed the Nginx server and PHP-fpm. Now I want to enable the sockets extension as I have in the XAMPP server as above in the quotes.
I want to achieve a typical socket communication like Client and Server over the sockets.
How can I do that?
In Dockerfile you must enable extension - add this line:
RUN docker-php-ext-install sockets
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With