summaryrefslogtreecommitdiff
path: root/ext/intl/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-8.0'Christoph M. Becker2021-02-171-0/+4
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-171-0/+4
| |\
| | * Fix #80763: msgfmt_format() does not accept DateTime referencesChristoph M. Becker2021-02-171-0/+4
* | | Improve class entry generationMáté Kocsis2021-02-161-2/+1
* | | Implicitly enable function entry generation when class entry generation is en...Máté Kocsis2021-02-092-5/+2
* | | Add support for generating class entries from stubsMáté Kocsis2021-01-263-9/+19
|/ /
* | Remove proto comments from C filesMax Semenik2020-07-061-10/+4
* | Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* | Generate method entries for ext/intlMáté Kocsis2020-04-144-21/+25
* | Verify that all stubs have a return typeNikita Popov2020-04-031-0/+5
* | Do not include the same stub multiple timesMáté Kocsis2020-04-032-22/+0
* | Add various stubs for IntlMáté Kocsis2020-02-043-8/+54
* | Throw exception for unconstructed intl objectsMáté Kocsis2020-01-051-2/+2
* | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-312-9/+9
* | Add missing ZPP checksMáté Kocsis2019-11-011-0/+8
* | Cleanup return values for Intl when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-2/+2
* | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-256-12/+0
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-05-281-1/+1
|\ \ | |/
| * Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-1/+1
* | Intl: Don't separately report "bad arguments" errorsNikita Popov2019-03-112-16/+0
|/
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-1/+1
* Eliminate useless $this related checkDmitry Stogov2018-11-141-1/+1
* Sync leading and final newlines in source code filesPeter Kokot2018-10-142-2/+0
* Require ICU ≥ 50.1Christoph M. Becker2018-09-151-7/+0
* Remove needless version checksChristoph M. Becker2018-08-011-2/+0
* Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()Dmitry Stogov2018-07-091-2/+1
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-1/+1
* Simplify namespace accessAnatol Belski2018-04-013-4/+4
* Utilize the recommended way to handle the icu namespaceAnatol Belski2018-03-313-0/+6
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Move zend_object_iterator_funcs structures into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
* Merge branch 'PHP-7.1' into PHP-7.2Derick Rethans2017-08-151-3/+3
|\
| * Merged PHP-7.0 by hand due to conflicts.Derick Rethans2017-08-151-3/+3
* | Merge branch 'PHP-7.1'Nikita Popov2017-04-091-1/+4
|\ \ | |/
| * Fixed #74298 - IntlDateFormatter->format() doesn't return microseconds/fractionsandrewnester2017-04-091-1/+4
* | Merge branch 'PHP-7.1'Nikita Popov2017-03-291-4/+4
|\ \ | |/
| * Let MessageFormatter and IntlDateFormatter accept DateTimeImmutable as wellBen Scholzen2017-03-291-4/+4
* | Deduplicate NAN/INF portability, move to ZendAndrea Faulds2016-03-201-10/+4
|/
* Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h.Dmitry Stogov2015-08-131-1/+1
* Get rid of more ZVAL_ZVAL() macrosDmitry Stogov2015-06-121-1/+2
* trailing whitespace removalStanislav Malyshev2015-01-101-3/+3
* cleanup intl typesStanislav Malyshev2014-12-291-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-135-77/+77
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-196-6/+6
* master renames phase 1Anatol Belski2014-08-253-14/+14
* ported ext/intl, bugfixes to goAnatol Belski2014-08-191-4/+4
* basic macro replacements, all at onceAnatol Belski2014-08-193-10/+10
* Fixed iteratorsXinchen Hui2014-06-291-3/+3