Page MenuHomeDevCentral

Ensure PHP sockets extension is available everywhere
Closed, ResolvedPublic

Description

The recent versions of php-amqplib used by keruald/broker requires the sockets extension.

WindRiver
$ composer update
[…]
    - php-amqplib/php-amqplib v3.5.2 requires ext-sockets * -> it is missing from your system. Install or enable PHP's sockets extension.
[…]

Event Timeline

dereckson triaged this task as Normal priority.Mar 15 2023, 23:35
dereckson created this task.

Notifications Center image

The last image has been automatically rebuilt on the top of rOPSa97f45604a94, so we've the extension.

Dwellers
$ docker pull nasqueron/notifications
[…]

$ docker run --rm nasqueron/notifications:latest php -i | grep Sockets
Sockets Support => enabled