summaryrefslogtreecommitdiff
path: root/ext/intl/dateformat
Commit message (Expand)AuthorAgeFilesLines
* Intl: Don't separately report "bad arguments" errorsNikita Popov2019-03-115-36/+0
* Make zpp failures always throw, independent of strict_typesNikita Popov2019-03-111-2/+1
* Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-041-3/+3
* Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-1/+1
* Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-1/+1
* Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-141-1/+1
* Sync leading and final newlines in source code filesPeter Kokot2018-10-145-5/+0
* Require ICU ≥ 50.1Christoph M. Becker2018-09-151-4/+0
* Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACTDmitry Stogov2018-09-051-1/+1
* 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