summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-01-04 20:46:40 -0800
committerStanislav Malyshev <stas@php.net>2015-01-04 20:54:29 -0800
commiteeae4651f72244f68a15e4be69a465b66b1661f7 (patch)
tree9d876e9e9f9ed5e7a2bfa799b86df36dd3575844 /NEWS
parent5639c3350e2d33b7e8f4b3c792f998aad08c293a (diff)
parent83db77532398f4c9da7625ffb42de4a6ece9c20f (diff)
downloadphp-git-eeae4651f72244f68a15e4be69a465b66b1661f7.tar.gz
Merge branch 'pull-request/975' into PHP-5.5
* pull-request/975: Fixes #66764 - configure doesn't define EXPANDED_DATADIR / PHP_DATADIR correctly
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index afbc492d79..4879a9e221 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,8 @@ PHP NEWS
. Fixed bug #68297 (Application Popup provides too few information). (Anatol)
. Fixed bug #65769 (localeconv() broken in TS builds). (Anatol)
. Fixed bug #65230 (setting locale randomly broken). (Anatol)
+ . Fixed bug #66764 (configure doesn't define EXPANDED_DATADIR / PHP_DATADIR
+ correctly). (Ferenc)
. Fixed bug #68583 (Crash in timeout thread). (Anatol)
. Fixed bug #68594 (Use after free vulnerability in unserialize()).
(CVE-2014-8142) (Stefan Esser)