Page MenuHomeDevCentral

Enable sockets extension
ClosedPublic

Authored by dereckson on Mar 15 2023, 23:58.
Referenced Files
F9008802: D2894.id7380.diff
Fri, May 23, 13:59
Unknown Object (File)
Tue, May 20, 04:34
Unknown Object (File)
Sun, May 18, 19:50
Unknown Object (File)
Thu, May 15, 08:16
Unknown Object (File)
Tue, May 13, 05:46
Unknown Object (File)
Tue, May 13, 05:46
Unknown Object (File)
Mon, May 12, 10:10
Unknown Object (File)
Mon, May 12, 00:27

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