Page MenuHomeDevCentral

Enable sockets extension
ClosedPublic

Authored by dereckson on Mar 15 2023, 23:58.
Referenced Files
F11626048: D2894.id.diff
Tue, Sep 2, 15:09
F11620518: D2894.id7381.diff
Tue, Sep 2, 03:27
F11620033: D2894.diff
Tue, Sep 2, 02:18
Unknown Object (File)
Wed, Aug 27, 03:28
Unknown Object (File)
Tue, Aug 26, 16:50
Unknown Object (File)
Mon, Aug 25, 17:37
Unknown Object (File)
Mon, Aug 25, 09:30
Unknown Object (File)
Sun, Aug 24, 18:00

Details

Summary

Notifications Center uses keruald/broker as an abstraction
layer to use a broker.

To connect to RabbitMQ, this library uses php-amqplib.
Recent php-amqplib versions uses the sockets extension.

It appears constants like SOCKET_EAGAIN are now defined
in the sockets extension.

Reference: https://github.com/php-amqplib/php-amqplib/issues/608

Ref T1800

Test Plan

Build on Dwellers

php -i gives Sockets Support => enabled

Diff Detail

Repository
rDPHPFPM Docker image for Nginx, php-fpm
Lint
Lint Not Applicable
Unit
Tests Not Applicable