summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-07-06 21:19:42 -0700
committerStanislav Malyshev <stas@php.net>2015-07-07 09:38:31 -0700
commitc8157619efca850889aa5aad7ca9ef32a6b4a08d (patch)
treef1b93d8596dbaf1648021a7ab494bf5bbde06434
parent97aa752fee61fccdec361279adbfb17a3c60f3f4 (diff)
downloadphp-git-c8157619efca850889aa5aad7ca9ef32a6b4a08d.tar.gz
update news
-rw-r--r--NEWS11
1 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6e006a4801..c34813e633 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,21 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2015 PHP 5.4.43
+09 Jul 2015 PHP 5.4.43
- Core:
. Fixed bug #69768 (escapeshell*() doesn't cater to !). (cmb)
. Fixed bug #69874 (Can't set empty additional_headers for mail()), regression
from fix to bug #68776. (Yasuo)
+- Mysqlnd:
+ . Fixed bug #69669 (mysqlnd is vulnerable to BACKRONYM) (CVE-2015-3152).
+ (Andrey)
+
+- Phar:
+ . Fixed bug #69958 (Segfault in Phar::convertToData on invalid file). (Stas)
+ . Fixed bug #69923 (Buffer overflow and stack smashing error in
+ phar_fix_filepath). (Stas)
+
11 Jun 2015 PHP 5.4.42
- Core: