Commit: d60e0f27e2ddc2227f3a19dfc6cefda8fd27d0d4 Author: Peter Cowburn <[email protected]> Tue, 3 Mar 2015 19:08:43 +0000 Parents: 96a554715e9897332a86dceb144fca21cf347d7b Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=d60e0f27e2ddc2227f3a19dfc6cefda8fd27d0d4 Log: typo fix (web bug #68171) Bugs: https://bugs.php.net/68171 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 75863fd..7c88ae9 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -13,7 +13,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <?php release_date('19-Feb-2015'); ?> <ul><li>Core: <ul> - <li>Removed support for multi-line headers, as the are deprecated by RFC 7230.</li> + <li>Removed support for multi-line headers, as they are deprecated by RFC 7230.</li> <li><?php bugfix(67068); ?> (getClosure returns somethings that's not a closure).</li> <li><?php bugfix(68942); ?> (Use after free vulnerability in unserialize() with DateTimeZone). (CVE-2015-0273)</li> <li><?php bugfix(68925); ?> (Mitigation for CVE-2015-0235 – GHOST: glibc gethostbyname buffer overflow).</li> @@ -99,7 +99,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(68925); ?> (Mitigation for CVE-2015-0235 – GHOST: glibc gethostbyname buffer overflow).</li> <li><?php bugfix(68942); ?> (Use after free vulnerability in unserialize() with DateTimeZone). (CVE-2015-0273)</li> <li>Added NULL byte protection to exec, system and passthru.</li> - <li>Removed support for multi-line headers, as the are deprecated by RFC 7230.</li> + <li>Removed support for multi-line headers, as they are deprecated by RFC 7230.</li> </ul></li> <li>Date: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
