summaryrefslogtreecommitdiff
path: root/ext/intl/breakiterator/breakiterator_iterators.cpp
Commit message (Expand)AuthorAgeFilesLines
* Generate ext/intl class entries from stubsMáté Kocsis2021-02-091-6/+2
* Add ZVAL_OBJ_COPY macroNikita Popov2020-06-171-2/+1
* Generate method entries for ext/intlMáté Kocsis2020-04-141-6/+1
* Add stubs for Intl BreakIteratorMáté Kocsis2020-02-251-4/+2
* Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-1/+1
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Merge branch 'PHP-7.4'Dmitry Stogov2019-05-281-2/+3
|\
| * Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-2/+3
* | Intl: Don't separately report "bad arguments" errorsNikita Popov2019-03-111-2/+0
|/
* Remove assignment irrelevant for release buildAnatol Belski2018-10-141-2/+1
* Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()Dmitry Stogov2018-07-091-2/+1
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-1/+1
* Remove condition that is always falseAnatol Belski2018-02-151-3/+0
* Move zend_object_iterator_funcs structures into read-only data segmentDmitry Stogov2017-12-141-2/+2
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-6/+6
* Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-2/+2
* Get rid of more ZVAL_ZVAL() macrosDmitry Stogov2015-06-121-1/+2
* Fix the fix for #68884Stanislav Malyshev2015-01-241-1/+1
* Fixed bug #68884 Null pointer deferenceAnatol Belski2015-01-221-1/+1
* cleanup intl typesStanislav Malyshev2014-12-291-2/+2
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-31/+31
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* master renames phase 1Anatol Belski2014-08-251-6/+6
* ported ext/intl, bugfixes to goAnatol Belski2014-08-191-2/+2
* basic macro replacements, all at onceAnatol Belski2014-08-191-5/+5
* Fixed iteratorsXinchen Hui2014-06-291-1/+1
* Fixed segfault, segfault and segfaultXinchen Hui2014-06-291-2/+6
* Refactoring ext/intl (only compilerable now, far to finish :<)Xinchen Hui2014-06-281-66/+46
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-1/+1
* Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-7/+3
* BreakIterator::getPartsIterator: new optional argGustavo André dos Santos Lopes2012-06-221-2/+33
* Remove trailing spaceGustavo André dos Santos Lopes2012-06-101-4/+4
* Change in BreakIterator::getPartsIterator()Gustavo André dos Santos Lopes2012-06-101-1/+98
* BreakIterator and RuleBasedBreakiterator addedGustavo André dos Santos Lopes2012-06-041-0/+218