diff --git a/ChangeLog-5.php b/ChangeLog-5.php index c27342338..c0b811a21 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -47,7 +47,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change
  • GD: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index d330d6200..d757e2e47 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -1058,7 +1058,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
  • (Multiple [PATH=] and [HOST=] sections not properly parsed).
  • (Undefined constants in array properties result in broken properties).
  • Fixed misparsing of abstract unix domain socket names.
  • -
  • (PHP INI Parsing Stack Buffer Overflow Vulnerability).
  • +
  • (PHP INI Parsing Stack Buffer Overflow Vulnerability). (CVE-2017-11628)
  • (Unserialize Heap Use-After-Free (READ: 1) in zval_get_type). (CVE-2017-12934)
  • (Heap buffer overread (READ: 1) finish_nested_data from unserialize). (CVE-2017-12933)
  • (wddx_deserialize() heap out-of-bound read via php_parse_date()). (CVE-2017-11145)
  • @@ -1140,7 +1140,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
  • Fixed misparsing of abstract unix domain socket names.
  • (Unserialize Heap Use-After-Free (READ: 1) in zval_get_type). (CVE-2017-12934)
  • (Heap buffer overread (READ: 1) finish_nested_data from unserialize). (CVE-2017-12933)
  • -
  • (PHP INI Parsing Stack Buffer Overflow Vulnerability).
  • +
  • (PHP INI Parsing Stack Buffer Overflow Vulnerability). (CVE-2017-11628)
  • (wddx_deserialize() heap out-of-bound read via php_parse_date()). (CVE-2017-11145)
  • DOM: