summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-05-13 17:07:35 -0700
committerStanislav Malyshev <stas@php.net>2014-05-13 17:07:35 -0700
commitffd74a0a29660649b77e6e6daea74605b085f8af (patch)
tree95e711ee31c3351b37f770b9726541ad45ac82c5
parentdc92e81922405646f4e7f124d96643243088e0a6 (diff)
downloadphp-git-ffd74a0a29660649b77e6e6daea74605b085f8af.tar.gz
update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6e2ff759ff..6e89f31846 100644
--- a/NEWS
+++ b/NEWS
@@ -13,9 +13,12 @@ PHP NEWS
zend_exceptions.c). (Bob)
. Fixed bug #67247 (spl_fixedarray_resize integer overflow). (Stas)
. Fixed bug #67250 (iptcparse out-of-bounds read). (Stas)
+ . Fixed bug #67252 (convert_uudecode out-of-bounds read). (Stas)
- Date:
. Fixed bug #67118 (DateTime constructor crash with invalid data). (Anatol)
+ . Fixed bug #67251 (date_parse_from_format out-of-bounds read). (Stas)
+ . Fixed bug #67253 (timelib_meridian_with_check out-of-bounds read). (Stas)
- DOM:
. Fixed bug #67081 (DOMDocumentType->internalSubset returns entire DOCTYPE tag,