Page MenuHomeDevCentral

Enable sockets extension
ClosedPublic

Authored by dereckson on Mar 15 2023, 23:58.
Referenced Files
F11723181: D2894.diff
Tue, Sep 16, 08:41
F11722467: D2894.id7380.diff
Tue, Sep 16, 02:20
Unknown Object (File)
Mon, Sep 15, 04:12
Unknown Object (File)
Sat, Sep 13, 18:17
Unknown Object (File)
Sat, Sep 13, 17:53
Unknown Object (File)
Sat, Sep 13, 16:19
Unknown Object (File)
Sat, Sep 13, 12:01
Unknown Object (File)
Fri, Sep 12, 18:15

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
No Lint Coverage
Unit
No Test Coverage
Branch
main
Build Status
Buildable 4570
Build 4837: arc lint + arc unit