summaryrefslogtreecommitdiff
path: root/ext/intl/dateformat
Commit message (Expand)AuthorAgeFilesLines
* - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
* - Fixed possible efree(NULL) (bug #55296)Felipe Pena2011-08-041-1/+3
* Imlement clone for formatters that support itStanislav Malyshev2011-01-031-1/+25
* - Fixed bug #53612 (Segmentation fault when using several cloned intlGustavo André dos Santos Lopes2010-12-271-1/+6
* - Fixed ZTS buildFelipe Pena2010-11-211-1/+1
* Add support for DateTime in datefmt_formatStanislav Malyshev2010-11-201-2/+24
* Fix invalid args bugs by Maksymilian ArciemowiczStanislav Malyshev2010-11-191-0/+1
* Fix bug #50590 - IntlDateFormatter::parse result is limited to the integer rangeStanislav Malyshev2010-09-011-6/+7
* Remove main/php3_compat.h, for that a few references to `function_entry` haveJohannes Schlüter2010-03-301-1/+1
* cleanup some code, improve error handlingStanislav Malyshev2009-12-231-5/+3
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-8/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+8
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-8/+1
* fix formatting/parsingStanislav Malyshev2008-09-042-68/+62
* ws cleanupStanislav Malyshev2008-09-042-29/+28
* MFH:Felipe Pena2008-08-115-204/+232
* use correct locale checkStanislav Malyshev2008-07-221-0/+1
* refactor ctors, cleanup codeStanislav Malyshev2008-07-226-307/+173
* fix date formatter positions (bug #14263)Stanislav Malyshev2008-07-102-28/+50
* Merge intl extensionStanislav Malyshev2008-07-0712-0/+1546