summaryrefslogtreecommitdiff
path: root/ext/intl/collator
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Changed zend_make_printable_zval() to return "use_copy" instead of additional...Dmitry Stogov2014-07-091-1/+1
* | Partial fix that allows internal constructors to set $this to null.Dmitry Stogov2014-07-091-0/+8
* | Separate argumentDmitry Stogov2014-07-081-1/+1
* | Fixed collator_sortXinchen Hui2014-06-291-14/+8
* | Fixed segfault while starting upXinchen Hui2014-06-281-1/+1
* | Refactoring ext/intl (only compilerable now, far to finish :<)Xinchen Hui2014-06-283-6/+4
* | Refactoring ext/intl (incompleted)Xinchen Hui2014-06-287-215/+192
* | Use better data structures (incomplete)Dmitry Stogov2014-02-101-2/+2
* | fix const warnings in intl methodsStanislav Malyshev2013-10-201-1/+1
|/
* HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-2/+2
* Merge branch 'PHP-5.4'Gustavo Lopes2012-08-222-6/+5
|\
| * Merge branch 'PHP-5.3' into PHP-5.4Gustavo Lopes2012-08-222-6/+5
| |\