[PHP-WEBMASTER] com web/php: Drop credit (should appear only in NEWS): ChangeLog-5.php ChangeLog-7.php

2017-07-10 Thread Lior Kaplan
Commit:75a67ead35a7b12a68ebf824b7216bf340e8de11
Author:Lior Kaplan  Mon, 10 Jul 2017 15:54:55 
+0300
Parents:   70e7f1417637cc7a93f8ca18463c5fb231e4d4ca
Branches:  master

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

Log:
Drop credit (should appear only in NEWS)

Changed paths:
  M  ChangeLog-5.php
  M  ChangeLog-7.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 842a142..082c114 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -24,8 +24,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 mbstring:
 
-  Add oniguruma upstream fix (CVE-2017-9224, CVE-2017-9226, CVE-2017-9227, 
CVE-2017-9228, CVE-2017-9229) 
-(Remi, Mamoru TASAKA)
+  Add oniguruma upstream fix (CVE-2017-9224, CVE-2017-9226, CVE-2017-9227, 
CVE-2017-9228, CVE-2017-9229)
 
 OpenSSL:
 
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index bd550fe..9ce8515 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -39,7 +39,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 Mbstring:
 
-  Add oniguruma upstream fix (CVE-2017-9224, CVE-2017-9226, CVE-2017-9227, 
CVE-2017-9228, CVE-2017-9229) (Remi, Mamoru TASAKA)
+  Add oniguruma upstream fix (CVE-2017-9224, CVE-2017-9226, CVE-2017-9227, 
CVE-2017-9228, CVE-2017-9229)
 
 OCI8:
 
@@ -116,7 +116,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 Mbstring:
 
-  Add oniguruma upstream fix (CVE-2017-9224, CVE-2017-9226, CVE-2017-9227, 
CVE-2017-9228, CVE-2017-9229) (Remi, Mamoru TASAKA)
+  Add oniguruma upstream fix (CVE-2017-9224, CVE-2017-9226, CVE-2017-9227, 
CVE-2017-9228, CVE-2017-9229)
 
 OCI8:
 


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



[PHP-WEBMASTER] com web/php: Drop credit (should appear only in NEWS): ChangeLog-5.php ChangeLog-7.php

2016-12-13 Thread Lior Kaplan
Commit:899c45ad05106c366cc9a1ac33dad940c88289ff
Author:Lior Kaplan  Tue, 13 Dec 2016 13:55:06 
+0200
Parents:   1b67a99fdad74a1df9a7359cada499727cdec189
Branches:  master

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

Log:
Drop credit (should appear only in NEWS)

Changed paths:
  M  ChangeLog-5.php
  M  ChangeLog-7.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 928230d..7217dfb 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -42,7 +42,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 WDDX:
 
-   (Memory leak due to invalid wddx stack 
processing). (bughunter at fosec dot vn).
+   (Memory leak due to invalid wddx stack 
processing).
 
 
 
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 303cd72..c82e5de 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -130,7 +130,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
  (crypt broken when salt is 'too' long).
  (Null pointer deref in zval_delref_p).
  (assign_dim on string doesn't reset hval).
- (Reference is lost after array_slice()) 
(Nikita)
+ (Reference is lost after array_slice()).
  (Out of bounds global memory read in BF_crypt 
triggered by password_verify).
  (Segfault with __get returned by ref).
  (PHP Segfaults when trying to expand an 
infinite operator).
@@ -145,12 +145,12 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
  (Caught exception assignment to variables 
ignores references).
  (Calling an earlier instance of an included 
anonymous class fatals).
  (previous property undefined in Exception 
after deserialization).
- (Different references behavior comparing to 
PHP 5) (Laruence, Dmitry, Nikita)
+ (Different references behavior comparing to 
PHP 5).
  (VERIFY_RETURN type casts visible in 
finally).
  (Return by reference with finally is not 
memory safe).
  (Wrong return value if var modified in 
finally).
  (Memory leak when array altered in 
destructor).
- (Memory error on $arr[$a] = $arr[$b] if 
RHS rehashes) (Dmitry, Nikita)
+ (Memory error on $arr[$a] = $arr[$b] if 
RHS rehashes).
 Added new constant PHP_FD_SETSIZE.
 Added optind parameter to getopt().
 Added PHP to SAPI error severity mapping for logs.
@@ -369,7 +369,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 Mbstring:
   
  (Null pointer dereference in mb_eregi).
- (mb_convert_variables() cannot detect 
recursion) (Yasuo)
+ (mb_convert_variables() cannot detect 
recursion).
  (mbstring.internal_encoding doesn't inherit 
default_charset).
  (mb_substr only takes 32-bit signed 
integer).
  (`mb_ereg` does not clear the `$regs` 
parameter on failure).
@@ -544,7 +544,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
  (Segfault (Regression for #69152)).
  (SoapServer reports Bad Request when 
gzipped).
  (Nested object in "any" element overwrites 
other fields).
- (Peer verification fails when using a proxy 
with SoapClient) (Keith Smiley)
+ (Peer verification fails when using a proxy 
with SoapClient).
  (Soap Server Member variables reference 
bug).
  (Using references in arrays doesn't work like 
expected).
   
@@ -629,18 +629,18 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
   
  (NULL Pointer Dereference in WDDX Packet 
Deserialization with PDORow).
  (WDDX Packet Injection Vulnerability in 
wddx_serialize_value()).
- (wddx_deserialize allows illegal memory 
access) (Stas)
+ (wddx_deserialize allows illegal memory 
access).
  (wddx_deserialize null dereference).
  (wddx_deserialize null dereference with 
invalid xml).
  (wddx_deserialize null dereference in 
php_wddx_pop_element).
  (wddx_deserialize use-after-free).
  (Out-Of-Bounds Read in 
php_wddx_push_element).
- (boolean always deserialized as "true") 
(Remi)
+ (boolean always deserialized as "true").
 A circular reference when serializing will now throw an instance of 
Error instead of resulting in a fatal error.
   
 XML:
   
- (malformed XML causes fault) (edgarsandi)
+ (malformed XML causes fault).
  (_xml_startElementHandler() segmentation 
fault).
  (SEGV on unknown address zif_xml_parse).
   


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