Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53744 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42807 invoked from network); 5 Jul 2011 13:52:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jul 2011 13:52:13 -0000 Authentication-Results: pb1.pair.com header.from=jerome@loyet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jerome@loyet.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain loyet.net from 209.85.210.170 cause and error) X-PHP-List-Original-Sender: jerome@loyet.net X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:51043] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E4/34-18802-B07131E4 for ; Tue, 05 Jul 2011 09:52:12 -0400 Received: by iym1 with SMTP id 1so6241302iym.29 for ; Tue, 05 Jul 2011 06:52:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.50.16 with SMTP id x16mr6834371ibf.171.1309873929174; Tue, 05 Jul 2011 06:52:09 -0700 (PDT) Received: by 10.231.182.79 with HTTP; Tue, 5 Jul 2011 06:52:09 -0700 (PDT) Date: Tue, 5 Jul 2011 15:52:09 +0200 Message-ID: To: php-dev Content-Type: text/plain; charset=ISO-8859-1 Subject: [RFC] Allow multiple simultaneous syslog connections From: jerome@loyet.net (=?ISO-8859-1?B?Suly9G1lIExveWV0?=) Hi there, a while ago I submitted a patch to allow multiple simultaneous syslog connections (http://marc.info/?l=php-internals&m=129639452805700&w=2). I've written a RFC for inclusion in 5.4: https://wiki.php.net/rfc/allow_multiple_simultaneous_syslog_connections Any thoughts? Thanks ++ Jerome