php-src/ext/intl/dateformat
Gustavo André dos Santos Lopes 2da2de46a8 Fixed bug #60785
Memory leak in IntlDateFormatter constructor.

udat_setCalendar() clones the calendar before it adopts it,
so we were leaking the original calendar.

Also we now validate the calendar type.
2012-05-24 11:06:21 +02:00
..
dateformat_attr.c - Fixed possible efree(NULL) (bug #55296) 2011-08-04 00:59:43 +00:00
dateformat_attr.h
dateformat_class.c - Added missing PHP_FE_END/ZEND_FE_END 2011-08-06 01:22:27 +00:00
dateformat_class.h refactor ctors, cleanup code 2008-07-22 20:23:47 +00:00
dateformat_data.c
dateformat_data.h
dateformat_format.c - Fixed ZTS build 2010-11-21 17:41:33 +00:00
dateformat_format.h
dateformat_parse.c Fix bug #50590 - IntlDateFormatter::parse result is limited to the integer range 2010-09-01 20:34:59 +00:00
dateformat_parse.h
dateformat.c Fixed bug #60785 2012-05-24 11:06:21 +02:00
dateformat.h