Actions
Todo #12060
closedRemove deprecated ``libzmq`` code and references
Start date:
06/18/2021
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
22.01
Release Notes:
Default
Description
Once upon a time ZMQ was intended to be a potential logging or notification type, but that hasn't been touched in quite some time.
We still include libraries and modules for it, and a couple lines of code, all of which can be removed since they are not needed.
etc/inc/syslog.inc: if (isset($syslogcfg['zmqserver'])) { etc/inc/syslog.inc:*.* ^{$syslogcfg['zmqserver']} etc/rc.php_ini_setup:PHPMODULES="$PHPMODULES zmq"
The following libraries and dependencies can be removed after the other references to zmq are removed:
libzmq4-4.3.4 php74-pecl-zmq-1.1.3_3
Updated by Renato Botelho over 3 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset afab96d6b3bcc47e8fb5b2cd8cbe49d4aefe1a55.
Updated by Jim Pingle about 3 years ago
- Subject changed from Remove deprecated libzmq pieces to Remove deprecated ``libzmq`` code and references
Updating subject for release notes.
Updated by Jim Pingle about 3 years ago
- Status changed from Feedback to Resolved
All traces are gone as far as I can see.
Updated by Jim Pingle about 3 years ago
- Plus Target Version changed from 21.09 to 22.01
Actions