summaryrefslogtreecommitdiff
path: root/ext/intl/dateformat
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #77895Nikita Popov2019-04-151-1/+1
* Allow DateTimeImmutable in datefmt_format_object()Nikita Popov2019-03-181-1/+1
* Sync leading and final newlines in source code filesPeter Kokot2018-10-145-5/+0
* Fixed bug #75378 ([REGRESSION] IntlDateFormatter::parse() does not change $po...Xinchen Hui2017-10-161-0/+2
* Release temporary string referenceSara Golemon2017-06-251-1/+3
* Produce a better exception message when IntlDateFormatter constructor fails.Sara Golemon2017-06-251-1/+1
* Fixed wrong usage of old ZPP API.Dmitry Stogov2017-06-191-5/+3
* fix error textAnatol Belski2016-07-051-2/+2
* fix datatypes and add range checksAnatol Belski2016-07-051-4/+14
* Fixed compilation warningsDmitry Stogov2016-06-222-7/+7
* fix include orderAnatol Belski2016-06-211-1/+2
* Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
* Fixed bug #69398 IntlDateFormatter formatObject returns wrong value when time...Mic2016-06-021-1/+3
* Fixed bug #69374 IntlDateFormatter formatObject returns wrong utf8 valueMic2016-06-021-5/+5
* fix version macro to checkAnatol Belski2016-04-111-1/+1
* fix indentAnatol Belski2016-04-081-14/+13
* fix compat for ICU < 50Anatol Belski2016-04-081-0/+4
* Fixed bug #68893 Stackoverflow in datefmt_createAnatol Belski2016-04-081-6/+22
* Fixed bug #71516 IntlDateFormatter losts locale if pattern is set via constru...Anatol Belski2016-04-081-7/+10
* Cleanup (avoid string reallocations)Dmitry Stogov2015-07-012-12/+7
* Fix Intl constructor leaksNikita Popov2015-04-171-14/+10
* Fix leak in IntlDateFormatter::getTimeZone()Nikita Popov2015-04-171-1/+0
* Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-4/+5
* Remove datefmt_set_timezone_id and OO variantNikita Popov2015-04-013-16/+1
* Patch improvement:Dmitry Stogov2015-03-301-15/+16
* Fixed indentation. Fixed comment style. Fixed commented out code.Danack2015-03-161-2/+2
* Converted intl extension to use IntlException in constructors.Danack2015-03-151-9/+11
* Get rid of old HashTable iteration API (it doesn't work with constant arrays)Dmitry Stogov2015-02-131-7/+20
* Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-1/+1
* Fixed use after freeDmitry Stogov2015-01-261-1/+0
* trailing whitespace removalStanislav Malyshev2015-01-104-27/+27
* cleanup intl typesStanislav Malyshev2014-12-296-14/+14
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-1313-136/+136
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-1920-20/+20
* 's' works with size_t round 3Anatol Belski2014-08-271-2/+2
* first show to make 's' work with size_tAnatol Belski2014-08-274-5/+5
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-2/+2
* master renames phase 1Anatol Belski2014-08-259-48/+48
* fixes to %pd format usageAnatol Belski2014-08-241-1/+1
* ported ext/intl, bugfixes to goAnatol Belski2014-08-197-18/+18
* basic macro replacements, all at onceAnatol Belski2014-08-197-35/+35
* Fixed ZTS buildDmitry Stogov2014-07-141-2/+2
* Partial fix that allows internal constructors to set $this to null.Dmitry Stogov2014-07-091-0/+8
* Separate argument passed by referenceDmitry Stogov2014-07-081-1/+1
* Fixed segfault, segfault and segfaultXinchen Hui2014-06-292-4/+7
* Fixed refernce handlingXinchen Hui2014-06-281-2/+3
* Fixed segfault while starting upXinchen Hui2014-06-281-1/+1
* Refactoring ext/intl (incompleted)Xinchen Hui2014-06-288-65/+69
* fix argument type & remove warningStanislav Malyshev2013-10-201-3/+3
* Merge branch 'PHP-5.4'Gustavo Lopes2012-08-261-1/+1
|\