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-06 21:52:56 -0700
commitc938d2f537c81c5162edcda330d2081b09077030 (patch)
tree4f7c2427287325efac84ac80421761f9a1725daf
parent0d2f147d80bd02d4d1ccaa0fa530d9d4846b3c75 (diff)
downloadphp-git-c938d2f537c81c5162edcda330d2081b09077030.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: