Browse Source

update NEWS

PHP-5.5.13
Stanislav Malyshev 12 years ago
parent
commit
09ea489aef
  1. 4
      NEWS

4
NEWS

@ -15,12 +15,16 @@ PHP NEWS
. Fixed bug #67245 (usage of memcpy() with overlapping src and dst in . Fixed bug #67245 (usage of memcpy() with overlapping src and dst in
zend_exceptions.c). (Bob) zend_exceptions.c). (Bob)
. Fixed bug #67247 (spl_fixedarray_resize integer overflow). (Stas) . 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)
- Curl: - Curl:
. Fixed bug #64247 (CURLOPT_INFILE doesn't allow reset). (Mike) . Fixed bug #64247 (CURLOPT_INFILE doesn't allow reset). (Mike)
- Date: - Date:
. Fixed bug #67118 (DateTime constructor crash with invalid data). (Anatol) . 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: - DOM:
. Fixed bug #67081 (DOMDocumentType->internalSubset returns entire DOCTYPE tag, . Fixed bug #67081 (DOMDocumentType->internalSubset returns entire DOCTYPE tag,

Loading…
Cancel
Save