Could any one tell me how to enable SOCKET support in PHP ?
The PHP Docker images come with 3 helper script commands that make installing and configuring extensions easier:
docker-php-ext-configure: This command allows you to provide the
custom arguments for an extension. docker-php-ext-install: Use this
command to install new extensions in your container.docker-php-ext-enable: This command can be used to enable PHP
extensions.Run
docker-php-ext-install sockets
Reference: https://confluence.atlassian.com/bitbucket/php-with-bitbucket-pipelines-873907835.html#PHPwithBitbucketPipelines-InstallandenablePHPextensions