summaryrefslogtreecommitdiff
path: root/ext/intl/dateformat
Commit message (Expand)AuthorAgeFilesLines
* Sync leading and final newlines in source code filesPeter Kokot2018-10-145-5/+0
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-1/+1
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* Simplify namespace accessAnatol Belski2018-04-013-9/+9
* Utilize the recommended way to handle the icu namespaceAnatol Belski2018-03-313-0/+13
* Reduce variable scopeAnatol Belski2018-02-161-2/+2
* Use int instead of integer in protoGabriel Caruso2018-02-021-4/+4
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Cleanup type conversionDmitry Stogov2017-12-071-6/+8
* Add zend_object_alloc() APINikita Popov2017-11-251-2/+1
* Merge branch 'PHP-7.2'Xinchen Hui2017-10-161-0/+2
|\
| * Fixed bug #75378 ([REGRESSION] IntlDateFormatter::parse() does not change $po...Xinchen Hui2017-10-161-0/+2
* | Remove superfluous checks of register_internal_class retvalNikita Popov2017-08-251-7/+0
|/
* 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