Commit:    8c80edff152f07377d92c6a85509b25992806bea
Author:    Lior Kaplan <[email protected]>         Sat, 28 Feb 2015 00:22:53 
+0200
Parents:   f9fc165286c661886e82f9843834d95c94d4c326
Branches:  master

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

Log:
Drop credits (should appear only in NEWS)

Changed paths:
  M  ChangeLog-5.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 935d3a7..ad1b863 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -17,7 +17,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
   <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>
-  <li><?php bugfix(67988); ?> (htmlspecialchars() does not respect 
default_charset specified by ini_set) (Yasuo)</li>
+  <li><?php bugfix(67988); ?> (htmlspecialchars() does not respect 
default_charset specified by ini_set).</li>
   <li>Added NULL byte protection to exec, system and passthru.</li>
 </ul></li>
 <li>Dba:
@@ -49,8 +49,8 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>Mysqli:
 <ul>
-  <li><?php bugfix(68114); ?> (linker error on some OS X machines with fixed 
width decimal support) (Keyur Govande)</li>
-  <li><?php bugfix(68657); ?> (Reading 4 byte floats with Mysqli and 
libmysqlclient has rounding errors) (Keyur Govande)</li>
+  <li><?php bugfix(68114); ?> (linker error on some OS X machines with fixed 
width decimal support).</li>
+  <li><?php bugfix(68657); ?> (Reading 4 byte floats with Mysqli and 
libmysqlclient has rounding errors).</li>
 </ul></li>
 <li>Opcache:
 <ul>
@@ -66,13 +66,13 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>Pgsql:
 <ul>
-  <li><?php bugfix(65199); ?> (pg_copy_from() modifies input array variable) 
(Yasuo)</li>
+  <li><?php bugfix(65199); ?> (pg_copy_from() modifies input array 
variable).</li>
 </ul></li>
 <li>Session:
 <ul>
-  <li><?php bugfix(68941); ?> (mod_files.sh is a bash-script) (bugzilla at 
ii.nl, Yasuo)</li>
-  <li><?php bugfix(66623); ?> (no EINTR check on flock) (Yasuo)</li>
-  <li><?php bugfix(68063); ?> (Empty session IDs do still start sessions) 
(Yasuo)</li>
+  <li><?php bugfix(68941); ?> (mod_files.sh is a bash-script).</li>
+  <li><?php bugfix(66623); ?> (no EINTR check on flock).</li>
+  <li><?php bugfix(68063); ?> (Empty session IDs do still start sessions).</li>
 </ul></li>
 <li>Sqlite3:
 <ul>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to