Commit:    75775a7c42bd76f73490967fbcb0c6df83829848
Author:    Peter Cowburn <[email protected]>         Tue, 3 Mar 2015 19:08:43 
+0000
Parents:   95c8ff369ec1a5d61beb7f1ebaf0c8c129250188
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=75775a7c42bd76f73490967fbcb0c6df83829848

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

Reply via email to