summaryrefslogtreecommitdiff
path: root/ext/intl/breakiterator
Commit message (Expand)AuthorAgeFilesLines
* Prevent double-construction of IntlRuleBasedBreakIteratorNikita Popov2020-08-261-1/+8
* Ensure RuleBasedBreakIterator constructor throws on failureNikita Popov2020-08-251-13/+13
* Clean up BreakIterator create_object handlerNikita Popov2020-08-251-3/+3
* Warning to ValueError promotion in Intl extension Part 1George Peter Banyard2020-07-313-32/+21
* Update outdated arginfo hashesMáté Kocsis2020-06-301-1/+1
* Introduce InternalIteratorNikita Popov2020-06-244-3/+19
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Add ZVAL_OBJ_COPY macroNikita Popov2020-06-171-2/+1
* Refactor IntlBreakIterator::next() handlingGeorge Peter Banyard2020-06-051-13/+8
* Convert code path which should never happen to assertionGeorge Peter Banyard2020-06-051-7/+4
* Generate method entries for ext/intlMáté Kocsis2020-04-148-198/+105
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-4/+4
* Add a ZEND_UNCOMPARABLE valueNikita Popov2020-03-311-3/+0
* Get rid of method mapping of BreakIterator classesMáté Kocsis2020-02-257-79/+79
* Add stubs for Intl BreakIteratorMáté Kocsis2020-02-254-68/+199
* Remove unnecessary checks in breakpoint iteratorNikita Popov2020-02-251-5/+0
* Throw exception for unconstructed intl objectsMáté Kocsis2020-01-051-2/+2
* Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-314-19/+19
* zend_parse_parameters_throw() is obsoleteChristoph M. Becker2019-11-011-1/+1
* Cleanup return values for Intl when parameter parsing is unsuccessfulMáté Kocsis2019-10-303-17/+17
* Comparison cleanup:Dmitry Stogov2019-10-071-1/+6
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-2512-24/+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-114-41/+0
* | Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-041-5/+5
|/
* Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-153-16/+16
* Eliminate useless $this related checkDmitry Stogov2018-11-143-15/+15
* Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-141-1/+1
* Remove assignment irrelevant for release buildAnatol Belski2018-10-141-2/+1
* Require ICU ≥ 50.1Christoph M. Becker2018-09-152-10/+0
* Remove unused variablesGabriel Caruso2018-07-252-3/+1
* Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()Dmitry Stogov2018-07-091-2/+1
* Merge branch 'PHP-7.2'Christoph M. Becker2018-06-301-1/+1
|\
| * Fix #76556: get_debug_info handler for BreakIterator shows wrong typeChristoph M. Becker2018-06-301-1/+1
* | Merge branch 'PHP-7.2'Nikita Popov2018-06-131-1/+1
|\ \ | |/
| * Make $locale parameter to BreakIterator ctors optionalNikita Popov2018-06-131-1/+1
* | Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-312-2/+2
* | Merge branch 'PHP-7.2'Anatol Belski2018-04-121-0/+1
|\ \ | |/
| * Fix memory leakAnatol Belski2018-04-121-0/+1
* | Simplify namespace accessAnatol Belski2018-04-016-10/+10
* | Utilize the recommended way to handle the icu namespaceAnatol Belski2018-03-316-0/+13
* | 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
* | Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-201-2/+1
|/
* 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