summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-06-09 22:11:20 -0700
committerStanislav Malyshev <stas@php.net>2015-06-09 22:11:55 -0700
commit3a857b95cea35987aaef93fb08e6e9cbd6c6f483 (patch)
treee0f8b44e2b65c8c930dec7be8676aa0c00fcb64c /NEWS
parent2fa226f60dd6f0911795dcc2dc8011f78e7655d9 (diff)
parentf1ffb4b1ade5dc995d7815786ca7956fff34b440 (diff)
downloadphp-git-PHP-5.4.42.tar.gz
Merge branch 'PHP-5.4' into PHP-5.4.42php-5.4.42PHP-5.4.42
* PHP-5.4: add NEWS Fixed bug #68776 fix test
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4a67c192c0..bc3eba49c8 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,10 @@ PHP NEWS
- Litespeed SAPI:
. Fixed bug #68812 (Unchecked return value). (George Wang)
+- Mail:
+ . Fixed bug #68776 (mail() does not have mail header injection prevention for
+ additional headers). (Yasuo)
+
- Postgres:
. Fixed bug #69667 (segfault in php_pgsql_meta_data). (Remi)