summaryrefslogtreecommitdiff
path: root/ext/intl/collator
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-121-2/+6
|\
| * Fixed bug #75193 segfault in collator_convert_object_to_stringRemi Collet2017-09-121-2/+6
* | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-06-131-1/+1
|\ \ | |/
| * Fixes bug #74705 Wrong ReflectionInfo for Collator::getSortKey()Tyson Andre2017-06-131-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-05-021-1/+5
|\ \ | |/
| * Fix bug #74468 wrong reflection on Collator::sortWithSortKeysFabien Villepinte2017-05-021-1/+5
* | Remove useless dtor handlers in intlNikita Popov2016-07-161-8/+0
* | Fix leak in intl collator compare functionNikita Popov2016-07-161-1/+3
* | Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-053-6/+6
|\ \
| * | E_RECOVERABLE_ERROR -> thrown ErrorAaron Piotrowski2016-06-143-6/+6
* | | Fixed compilation warningsDmitry Stogov2016-06-222-2/+2
|/ /
* | Remove version checksNikita Popov2016-01-302-20/+3
|/
* Fixed bug #71020 (Use after free in Collator::sortWithSortKeys)Xinchen Hui2015-12-071-1/+3
* Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-2/+2
* Change array sorting implementation to avoid two level callbacks system.Dmitry Stogov2015-09-101-3/+2
* Various warning fixesNikita Popov2015-07-171-2/+0
* Cleanup (avoid string reallocations)Dmitry Stogov2015-07-012-26/+18
* Fix Intl constructor leaksNikita Popov2015-04-171-7/+9
* Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-4/+5
* Patch improvement:Dmitry Stogov2015-03-301-10/+12
* Converted intl extension to use IntlException in constructors.Danack2015-03-151-6/+6
* Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-1/+1
* Fixed use after freeDmitry Stogov2015-01-261-1/+0
* Fixed bug #68848 Missing returnJoshua Rogers2015-01-171-1/+1
* Faster sorting algoXinchen Hui2015-01-141-3/+13
* trailing whitespace removalStanislav Malyshev2015-01-104-8/+8
* Fix uses of zval_add_ref and add comment on usageNikita Popov2015-01-052-3/+3
* cleanup intl typesStanislav Malyshev2014-12-295-16/+16
* fix typoStanislav Malyshev2014-12-281-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-1312-93/+92
* Merge branch 'PHP-5.6'Stanislav Malyshev2014-11-301-1/+1
|\
| * fix typoStanislav Malyshev2014-11-301-1/+1
| * fix const warnings in intl methodsStanislav Malyshev2013-10-201-1/+1
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-192-2/+2
* | Merge branch 'master' into issue-67910Florian MARGAINE2014-09-2020-20/+20
|\ \
| * | s/PHP 5/PHP 7/Johannes Schlüter2014-09-1920-20/+20
* | | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-1/+1
|/ /
* | first show to make 's' work with size_tAnatol Belski2014-08-273-4/+4
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* | master renames phase 3Anatol Belski2014-08-251-2/+2
* | master renames phase 1Anatol Belski2014-08-259-58/+58
* | yet trivial fixesAnatol Belski2014-08-201-1/+1
* | ported ext/intl, bugfixes to goAnatol Belski2014-08-196-26/+26
* | basic macro replacements, all at onceAnatol Belski2014-08-197-33/+33
* | Fixed version idXinchen Hui2014-08-161-1/+1
* | Better version checkingXinchen Hui2014-08-151-1/+1
* | update zend_make_printable_zval to take TSRM contextkrakjoe2014-08-111-2/+4
* | Fixed bug #67725 (now we create immutable arrays only in SHM)Dmitry Stogov2014-08-051-1/+1
* | Fixed valgrind issuesXinchen Hui2014-07-311-1/+3
* | Fixed ZTS buildDmitry Stogov2014-07-141-2/+2