rfc:allow_multiple_simultaneous_syslog_connections

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rfc:allow_multiple_simultaneous_syslog_connections [2011/07/05 13:19] – [Example] fatrfc:allow_multiple_simultaneous_syslog_connections [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Allow multiple simultaneous syslog connections  ====== ====== Allow multiple simultaneous syslog connections  ======
-  * Version: 1.0+  * Version: 0.1
   * Date: 2011-07-05   * Date: 2011-07-05
   * Author: Jérôme Loyet <fat@php.net>   * Author: Jérôme Loyet <fat@php.net>
-  * Status: Under Discussion+  * Status: Dead as no one seem to be interested in
   * First Published at: https://wiki.php.net/rfc/syslog_enhancement   * First Published at: https://wiki.php.net/rfc/syslog_enhancement
   * Original discussion: http://marc.info/?l=php-internals&m=129639452805700&w=2   * Original discussion: http://marc.info/?l=php-internals&m=129639452805700&w=2
Line 76: Line 76:
   /*   /*
     openlog has been called, so ident not the default until closelog() call     openlog has been called, so ident not the default until closelog() call
-    Jul 23 05:20:22 hostname php: test 3 with openlog() but without ressource+    Jul 23 05:20:22 hostname php[24144]: test 3 with openlog() but without ressource
   */   */
   closelog();   closelog();
Line 89: Line 89:
 ===== Patch ===== ===== Patch =====
   * The source patch can be found with the ticket: https://bugs.php.net/bug.php?id=51118   * The source patch can be found with the ticket: https://bugs.php.net/bug.php?id=51118
 +  * The patch has not been tested on win32 yet and it needs small adjustments.
   * The documentation has not been patched yet. (waiting for approval)   * The documentation has not been patched yet. (waiting for approval)
   * Tests have not been done/updated yet. (waiting for approval)   * Tests have not been done/updated yet. (waiting for approval)
Line 98: Line 99:
 ===== Changelog ===== ===== Changelog =====
   * 2011/07/05 Draft   * 2011/07/05 Draft
 +  * 2011/07/05 first revision
 +  * 2011/10/08 marked as dead
rfc/allow_multiple_simultaneous_syslog_connections.1309871960.txt.gz · Last modified: 2017/09/22 13:28 (external edit)