summaryrefslogtreecommitdiff
path: root/ext/intl/breakiterator/breakiterator_methods.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-1/+1
* Fix Intl constructor leaksNikita Popov2015-04-171-2/+2
* zend_get_parameters_ex is deprecatedXinchen Hui2015-02-131-15/+5
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-32/+32
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
* master renames phase 1Anatol Belski2014-08-251-13/+13
* ported ext/intl, bugfixes to goAnatol Belski2014-08-191-13/+13
* basic macro replacements, all at onceAnatol Belski2014-08-191-4/+4
* Fixed temporarily un-expected object re-initXinchen Hui2014-06-291-2/+2
* Refactoring ext/intl (only compilerable now, far to finish :<)Xinchen Hui2014-06-281-17/+14
* Fix "passing NULL to non-pointer argument" warnings in intlNikita Popov2013-03-291-5/+5
* - Fixed buildFelipe Pena2012-06-271-0/+1
* BreakIterator::getPartsIterator: new optional argGustavo André dos Santos Lopes2012-06-221-3/+13
* Added IntlCodePointBreakIterator.Gustavo André dos Santos Lopes2012-06-221-0/+18
* Remove trailing spaceGustavo André dos Santos Lopes2012-06-101-35/+35
* Replaced zend_parse_method_params with plain zppGustavo André dos Santos Lopes2012-06-101-20/+22
* BreakIter: Removed getAvailableLocales/getHashCodeGustavo André dos Santos Lopes2012-06-101-21/+0
* BreakIterator and RuleBasedBreakiterator addedGustavo André dos Santos Lopes2012-06-041-0/+442