summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFlorian Engelhardt <florian.engelhardt@oxid-esales.com>2020-08-05 13:33:52 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-08-07 14:37:27 +0200
commit5be670265b261f2c0162ba89827f5652ba584b05 (patch)
treec0f031da787e689016a100d91db47f6342f1dd72 /NEWS
parent06ade15528fa64acd9dea92b072a985793d1dcc1 (diff)
downloadphp-git-5be670265b261f2c0162ba89827f5652ba584b05.tar.gz
Fix bug #70574: Move files to proper locale dir
Closes GH-5940.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 70e9fc3206..23d95ac78c 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,10 @@ PHP NEWS
. Fixed bug #79934 (CRLF-only line in heredoc causes parsing error).
(Pieter van den Ham)
+- Gettext:
+ . Fixed bug #70574 (Tests fail due to relying on Linux fallback behavior for
+ gettext()). (Florian Engelhardt)
+
- LDAP:
. Fixed memory leaks. (ptomulik)