summaryrefslogtreecommitdiff
path: root/ext/intl/breakiterator/breakiterator_methods.cpp
Commit message (Expand)AuthorAgeFilesLines
* Warning to ValueError promotion in Intl extension Part 1George Peter Banyard2020-07-311-27/+16
* Introduce InternalIteratorNikita Popov2020-06-241-0/+10
* Refactor IntlBreakIterator::next() handlingGeorge Peter Banyard2020-06-051-13/+8
* Generate method entries for ext/intlMáté Kocsis2020-04-141-21/+21
* Get rid of method mapping of BreakIterator classesMáté Kocsis2020-02-251-20/+20
* Remove unnecessary checks in breakpoint iteratorNikita Popov2020-02-251-5/+0
* Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-12/+12
* Cleanup return values for Intl when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-12/+12
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Intl: Don't separately report "bad arguments" errorsNikita Popov2019-03-111-27/+0
* Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-10/+10
* Eliminate useless $this related checkDmitry Stogov2018-11-141-10/+10
* Remove unused variablesGabriel Caruso2018-07-251-1/+0
* Merge branch 'PHP-7.2'Nikita Popov2018-06-131-1/+1
|\
| * Make $locale parameter to BreakIterator ctors optionalNikita Popov2018-06-131-1/+1
* | Simplify namespace accessAnatol Belski2018-04-011-2/+2
* | Utilize the recommended way to handle the icu namespaceAnatol Belski2018-03-311-0/+2
|/
* 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