summaryrefslogtreecommitdiff
path: root/ext/intl/dateformat/dateformat_format_object.cpp
Commit message (Expand)AuthorAgeFilesLines
* Declare array|int and object-of-class|int types in stubsMáté Kocsis2020-09-141-1/+1
* Use RETURN_THROWS() after try_convert_to_string()Máté Kocsis2020-01-031-1/+1
* Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-1/+1
* Cleanup return values for Intl when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-1/+1
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Allow exceptions in __toString()Nikita Popov2019-06-051-1/+3
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-181-1/+1
|\
| * Allow DateTimeImmutable in datefmt_format_object()Nikita Popov2019-03-181-1/+1
* | Simplify namespace accessAnatol Belski2018-04-011-5/+5
* | Utilize the recommended way to handle the icu namespaceAnatol Belski2018-03-311-0/+6
|/
* 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
* Cleanup (avoid string reallocations)Dmitry Stogov2015-07-011-6/+4
* Get rid of old HashTable iteration API (it doesn't work with constant arrays)Dmitry Stogov2015-02-131-7/+20
* cleanup intl typesStanislav Malyshev2014-12-291-2/+2
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-18/+18
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* master renames phase 1Anatol Belski2014-08-251-9/+9
* ported ext/intl, bugfixes to goAnatol Belski2014-08-191-2/+2
* basic macro replacements, all at onceAnatol Belski2014-08-191-8/+8
* Refactoring ext/intl (incompleted)Xinchen Hui2014-06-281-20/+23
* Added IntlDateFormatter::formatObject(). RefactorGustavo André dos Santos Lopes2012-07-221-0/+230