summaryrefslogtreecommitdiff
path: root/ext/intl/locale
Commit message (Expand)AuthorAgeFilesLines
* Generate method entries for ext/intlMáté Kocsis2020-04-145-93/+118
* Fix nullable types in PHPDocMáté Kocsis2020-04-121-8/+8
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-4/+4
* Do not include the same stub multiple timesMáté Kocsis2020-04-032-97/+0
* Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-11/+11
* Add missing zend_parse_parameters_none()Christoph M. Becker2019-11-161-0/+4
* Add stubs for the Locale component of IntlMáté Kocsis2019-11-164-62/+233
* Merge branch 'PHP-7.4'Stanislav Malyshev2019-11-111-2/+2
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-11-111-2/+2
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-11-111-2/+2
| | |\
| | | * Fix bug #78804 - Segmentation fault in Locale::filterMatchesStanislav Malyshev2019-11-111-2/+2
| | * | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2019-06-011-1/+7
| | |\ \ | | | |/
| | | * Change ZPP only if compiled with ICU >= 64Anatol Belski2019-06-011-1/+7
| | | * Update tests for ICU 64Nikita Popov2019-06-011-1/+1
| | | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
* | | | Cleanup return values for Intl when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-10/+10
* | | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-256-12/+0
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-05-311-1/+1
|\ \ \ \ | |/ / /
| * | | Update tests for ICU 64Nikita Popov2019-05-311-1/+1
* | | | Intl: Don't separately report "bad arguments" errorsNikita Popov2019-03-111-27/+0
|/ / /
* | | Remove local variablesPeter Kokot2019-02-033-28/+0
* | | Fix some misspellingsGabriel Caruso2018-08-121-3/+3
|/ /
* | Remove unused Git attributes identPeter Kokot2018-07-256-12/+0
* | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-1/+1
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-19/+19
* | Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-1/+1
* | Fix duplicated strlen callAnatol Belski2018-02-161-2/+1
* | Remove unnecessary conditions and improve assignmentAnatol Belski2018-02-161-14/+5
* | Reduce var scopeAnatol Belski2018-02-161-21/+17
* | Use bool instead of boolean in protoGabriel Caruso2018-02-041-1/+1
* | Trailing whitespacesGabriel Caruso2018-01-031-2/+2
* | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
|/
* Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-04-171-26/+34
|\
| * Fixed bug #74439 Wrong reflection on the Locale methodsFabien Villepinte2017-04-171-26/+34
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-221-1/+1
|\ \ | |/
| * remove TSRMLS_*Anatol Belski2016-11-211-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-11-031-0/+7
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-11-031-0/+7
| |\
| | * More string length checks & fixesStanislav Malyshev2016-11-031-1/+8
| | * Add more locale length checks, due to ICU bugs.Stanislav Malyshev2016-10-041-0/+8
| * | update len in fallback casesAnatol Belski2016-10-121-0/+5
| * | avoid strlenAnatol Belski2016-10-121-5/+5
| * | Add more locale length checks, due to ICU bugs.Stanislav Malyshev2016-10-121-0/+8
* | | update len in fallback casesAnatol Belski2016-10-141-0/+5
* | | avoid strlenAnatol Belski2016-10-141-5/+5
* | | Add more locale length checks, due to ICU bugs.Stanislav Malyshev2016-10-141-0/+8
* | | fix broken proto docAnatol Belski2016-07-261-5/+5
* | | fix data typeAnatol Belski2016-07-261-2/+2
* | | use more suitable types here, tooAnatol Belski2016-07-251-39/+35
* | | change to more suitable datatypesAnatol Belski2016-07-251-5/+5