summaryrefslogtreecommitdiff
path: root/ext/intl/converter
Commit message (Expand)AuthorAgeFilesLines
* Promote warnings to exceptions in ext/intlMáté Kocsis2020-09-073-4/+4
* Add another round of missing parameter types to stubsMáté Kocsis2020-08-072-3/+9
* Fix UConvert::getErrorMessage() leak on zpp failureNikita Popov2020-07-211-1/+1
* Remove no_separation flagNikita Popov2020-07-071-2/+0
* Explicitly create references in UConverter callbacksNikita Popov2020-07-071-2/+4
* Remove proto comments from C filesMax Semenik2020-07-061-23/+19
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Generate method entries for ext/intlMáté Kocsis2020-04-143-57/+67
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-4/+4
* Add stubs for UConverterMáté Kocsis2020-02-283-109/+170
* Merge branch 'PHP-7.4'Nikita Popov2020-02-281-5/+2
|\
| * Use type-checked ref assignment in UConverterNikita Popov2020-02-281-5/+2
* | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-4/+4
* | zend_parse_parameters_throw() is obsoleteChristoph M. Becker2019-11-011-1/+1
* | Cleanup return values for Intl when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-13/+13
* | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-252-4/+0
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-251-1/+1
|\ \ | |/
| * Fix UConverter leakNikita Popov2019-06-251-1/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-191-2/+10
|\ \ | |/
| * Fix various instances of memcpy null ubNikita Popov2019-06-191-2/+10
* | Intl: Don't separately report "bad arguments" errorsNikita Popov2019-03-111-10/+0
* | Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-041-3/+3
|/
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-17/+17
* Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-141-17/+17
* Require ICU ≥ 50.1Christoph M. Becker2018-09-151-2/+0
* Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACTDmitry Stogov2018-09-051-1/+1
* Don't keep dangling pointer to function_nameDmitry Stogov2018-07-051-1/+2
* Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-2/+2
* 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
* Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-1/+1
* Use recommended way to handle utf*.h headers and obsolete symbolsAnatol Belski2018-04-051-0/+4
* Remove return types from some magic method in protosGabriel Caruso2018-03-091-1/+1
* Use int instead of long in protosGabriel Caruso2018-02-231-8/+8
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Add zend_object_alloc() APINikita Popov2017-11-251-2/+3
* Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-10-191-4/+4
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-10-191-4/+4
| |\
| | * Fixed #75317 - UConverter::setDestinationEncoding changes source instead of d...Nester2017-10-191-4/+4
* | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-10-061-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-10-061-1/+1
| |\ \ | | |/
| | * Fixed bug #75318 (The parameter of UConverter::getAliases() is not optional)Christoph M. Becker2017-10-061-1/+1
* | | Fixed wrong usage of old ZPP API.Dmitry Stogov2017-06-191-1/+1
|/ /
* | Fixed compilation warningsDmitry Stogov2016-06-221-1/+1
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-2/+2
|/
* Cleanup (avoid string reallocations)Dmitry Stogov2015-07-011-40/+27
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-1/+1
* Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-10/+1
* Patch improvement:Dmitry Stogov2015-03-301-3/+3