summaryrefslogtreecommitdiff
path: root/ext/intl/breakiterator
Commit message (Expand)AuthorAgeFilesLines
* Remove useless dtor handlers in intlNikita Popov2016-07-161-8/+0
* Cleanup (avoid string reallocations)Dmitry Stogov2015-07-011-6/+4
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-304-11/+11
* Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-2/+2
* Get rid of more ZVAL_ZVAL() macrosDmitry Stogov2015-06-121-1/+2
* Fixed redundand internal constructor behavior (they shouldn't return NULL any...Dmitry Stogov2015-05-071-9/+0
* Fix Intl constructor leaksNikita Popov2015-04-171-2/+2
* Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-2/+1
* Patch improvement:Dmitry Stogov2015-03-302-6/+9
* Converted intl extension to use IntlException in constructors.Danack2015-03-151-2/+2
* zend_get_parameters_ex is deprecatedXinchen Hui2015-02-131-15/+5
* Fixed use after freeDmitry Stogov2015-01-261-1/+0
* Fix the fix for #68884Stanislav Malyshev2015-01-241-1/+1
* Fixed bug #68884 Null pointer deferenceAnatol Belski2015-01-221-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* cleanup intl typesStanislav Malyshev2014-12-292-4/+4
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-137-119/+119
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-1912-12/+12
* first show to make 's' work with size_tAnatol Belski2014-08-272-3/+3
* master renames phase 1Anatol Belski2014-08-256-50/+50
* ported ext/intl, bugfixes to goAnatol Belski2014-08-193-16/+18
* basic macro replacements, all at onceAnatol Belski2014-08-195-37/+37
* Partial fix that allows internal constructors to set $this to null.Dmitry Stogov2014-07-091-0/+1
* TypoDmitry Stogov2014-07-091-4/+4
* Fixed compilation problemsDmitry Stogov2014-06-301-4/+4
* Fixed iteratorsXinchen Hui2014-06-291-1/+1
* Fixed temporarily un-expected object re-initXinchen Hui2014-06-294-13/+17
* Fixed segfault, segfault and segfaultXinchen Hui2014-06-291-2/+6
* Fixed get_debug_infoXinchen Hui2014-06-281-10/+15
* Refactoring ext/intl (only compilerable now, far to finish :<)Xinchen Hui2014-06-284-89/+69
* Refactoring ext/intl (incompleted)Xinchen Hui2014-06-282-54/+40
* Cleanup (1-st round)Dmitry Stogov2014-04-151-1/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-102-3/+3
* Remove compilation warning "warning: no newline at end of file"Christopher Jones2013-08-201-1/+1
* Remove compilation warnings: "warning: no newline at end of file"Christopher Jones2013-08-205-5/+5
* intl: remove extra quotes from arginfo paramsGustavo André dos Santos Lopes2013-07-211-8/+8
* Fix "passing NULL to non-pointer argument" warnings in intlNikita Popov2013-03-291-5/+5
* Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-7/+3
* Fix arginfo of BreakIterator::getLocaleGustavo Lopes2013-01-291-1/+1
* Fixed leak in RuleBasedBreakIterator constructorGustavo Lopes2012-07-231-0/+2
* Fixed function nameGustavo Lopes2012-07-231-2/+2
* - Fixed buildFelipe Pena2012-06-271-0/+1
* Fix typo in error messageGustavo André dos Santos Lopes2012-06-251-1/+1
* BreakIterator: fix compat with old ICU versionsGustavo André dos Santos Lopes2012-06-253-1/+15
* Fix build error one ext/intlGustavo André dos Santos Lopes2012-06-251-1/+2
* BreakIterator::getPartsIterator: new optional argGustavo André dos Santos Lopes2012-06-224-7/+59
* Added IntlCodePointBreakIterator.Gustavo André dos Santos Lopes2012-06-227-1/+495
* Add Intl prefix to BreakIterator/RuleBasedBIGustavo André dos Santos Lopes2012-06-103-6/+6
* Remove trailing spaceGustavo André dos Santos Lopes2012-06-105-62/+62
* Replaced zend_parse_method_params with plain zppGustavo André dos Santos Lopes2012-06-102-29/+31