Page MenuHomeDevCentral

Enable sockets extension
ClosedPublic

Authored by dereckson on Mar 15 2023, 23:58.
Referenced Files
F7524856: D2894.id.diff
Mon, Apr 28, 03:46
F7508129: D2894.diff
Sun, Apr 27, 21:08
F7500227: D2894.diff
Sun, Apr 27, 18:17
F7480815: D2894.diff
Sun, Apr 27, 11:34
Unknown Object (File)
Sat, Apr 26, 12:09
Unknown Object (File)
Thu, Apr 24, 09:42
Unknown Object (File)
Wed, Apr 23, 23:55
Unknown Object (File)
Wed, Apr 23, 17:24

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