Skip to content
Snippets Groups Projects
Commit 1965c9cd authored by catch's avatar catch
Browse files

Issue #3164678 by jonathan_hunt, longwave: Reference to RFC5424 severity levels is incorrect

(cherry picked from commit a245f97c)
parent 800d7f20
No related branches found
No related tags found
9 merge requests!1445Issue #2920039: Views' User Name exposed group filter validation,!1298Issue #3240993: Let layout builder render inline block translations,!774Issue #3174569: Example node template file name is incorrect,!497Issue #2463967: Use .user.ini file for PHP settings,!433Resolve #3163663 "Too many open files",!233Resolve #2693787 "Taxonomy term name",!133Resolve #2666286 "Clean up menuui",!112Resolve #3187004 "Drupaldatetime serialization issue",!53Resolve #3181870: Correct typo "the the" in "core/classList" deprecation message.
...@@ -10,13 +10,13 @@ ...@@ -10,13 +10,13 @@
* Logging severity levels as defined in RFC 5424. * Logging severity levels as defined in RFC 5424.
* *
* The constant definitions of this class correspond to the logging severity * The constant definitions of this class correspond to the logging severity
* levels defined in RFC 5424, section 4.1.1. PHP supplies predefined LOG_* * levels defined in RFC 5424, section 6.2.1. PHP supplies predefined LOG_*
* constants for use in the syslog() function, but their values on Windows * constants for use in the syslog() function, but their values on Windows
* builds do not correspond to RFC 5424. The associated PHP bug report was * builds do not correspond to RFC 5424. The associated PHP bug report was
* closed with the comment, "And it's also not a bug, as Windows just have less * closed with the comment, "And it's also not a bug, as Windows just have less
* log levels," and "So the behavior you're seeing is perfectly normal." * log levels," and "So the behavior you're seeing is perfectly normal."
* *
* @see http://tools.ietf.org/html/rfc5424 * @see https://tools.ietf.org/html/rfc5424#section-6.2.1
* @see http://bugs.php.net/bug.php?id=18090 * @see http://bugs.php.net/bug.php?id=18090
* @see http://php.net/manual/function.syslog.php * @see http://php.net/manual/function.syslog.php
* @see http://php.net/manual/network.constants.php * @see http://php.net/manual/network.constants.php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment