summaryrefslogtreecommitdiff
path: root/ext/intl/dateformat/dateformat_create.cpp
Commit message (Expand)AuthorAgeFilesLines
* Initialize calendar_long variableNikita Popov2020-10-141-1/+1
* Declare array|int and object-of-class|int types in stubsMáté Kocsis2020-09-141-23/+29
* Remove proto comments from C filesMax Semenik2020-07-061-8/+2
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Remove unused is_constructor argumentsNikita Popov2019-07-151-3/+3
* Merge branch 'PHP-7.4'Nikita Popov2019-04-151-1/+1
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-151-1/+1
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-151-1/+1
| | |\
| | | * Fixed bug #77895Nikita Popov2019-04-151-1/+1
* | | | Intl: Don't separately report "bad arguments" errorsNikita Popov2019-03-111-2/+0
* | | | Make zpp failures always throw, independent of strict_typesNikita Popov2019-03-111-2/+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
* | | Require ICU ≥ 50.1Christoph M. Becker2018-09-151-4/+0
|/ /
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
|/
* Release temporary string referenceSara Golemon2017-06-251-1/+3
* Produce a better exception message when IntlDateFormatter constructor fails.Sara Golemon2017-06-251-1/+1
* 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
* Fix Intl constructor leaksNikita Popov2015-04-171-14/+10
* Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-4/+5
* 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
* Fixed use after freeDmitry Stogov2015-01-261-1/+0
* cleanup intl typesStanislav Malyshev2014-12-291-6/+6
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-11/+11
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
* master renames phase 1Anatol Belski2014-08-251-4/+4
* ported ext/intl, bugfixes to goAnatol Belski2014-08-191-4/+4
* Partial fix that allows internal constructors to set $this to null.Dmitry Stogov2014-07-091-0/+8
* Fixed segfault, segfault and segfaultXinchen Hui2014-06-291-4/+6
* Refactoring ext/intl (incompleted)Xinchen Hui2014-06-281-3/+3
* Fix handling of several uinitialized intl objectsGustavo Lopes2012-08-221-1/+1
* Do not fetch default locale once on minit or rinitGustavo Lopes2012-07-231-2/+2
* DateFormat plays nice with Calendar, TimeZoneGustavo André dos Santos Lopes2012-06-041-0/+193