summaryrefslogtreecommitdiff
path: root/ext/intl/breakiterator/rulebasedbreakiterator_methods.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
* Prevent double-construction of IntlRuleBasedBreakIteratorNikita Popov2020-08-261-1/+8
* Ensure RuleBasedBreakIterator constructor throws on failureNikita Popov2020-08-251-13/+13
* Convert code path which should never happen to assertionGeorge Peter Banyard2020-06-051-7/+4
* Get rid of method mapping of BreakIterator classesMáté Kocsis2020-02-251-4/+4
* Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-5/+5
* 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-301-4/+4
* 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-10/+0
* Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-5/+5
* Eliminate useless $this related checkDmitry Stogov2018-11-141-4/+4
* Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-141-1/+1
* Require ICU ≥ 50.1Christoph M. Becker2018-09-151-8/+0
* Merge branch 'PHP-7.2'Anatol Belski2018-04-121-0/+1
|\
| * Fix memory leakAnatol Belski2018-04-121-0/+1
* | Simplify namespace accessAnatol Belski2018-04-011-2/+2
* | Utilize the recommended way to handle the icu namespaceAnatol Belski2018-03-311-0/+3
|/
* 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-301-3/+3
* Fixed redundand internal constructor behavior (they shouldn't return NULL any...Dmitry Stogov2015-05-071-9/+0
* Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-2/+1
* Patch improvement:Dmitry Stogov2015-03-301-4/+7
* Fixed use after freeDmitry Stogov2015-01-261-1/+0
* cleanup intl typesStanislav Malyshev2014-12-291-2/+2
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-17/+17
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* master renames phase 1Anatol Belski2014-08-251-3/+3
* basic macro replacements, all at onceAnatol Belski2014-08-191-2/+2
* 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 temporarily un-expected object re-initXinchen Hui2014-06-291-8/+10
* Refactoring ext/intl (only compilerable now, far to finish :<)Xinchen Hui2014-06-281-5/+8
* Fixed leak in RuleBasedBreakIterator constructorGustavo Lopes2012-07-231-0/+2
* Fixed function nameGustavo Lopes2012-07-231-2/+2
* 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-251-0/+8
* Add Intl prefix to BreakIterator/RuleBasedBIGustavo André dos Santos Lopes2012-06-101-1/+1
* Remove trailing spaceGustavo André dos Santos Lopes2012-06-101-14/+14
* Replaced zend_parse_method_params with plain zppGustavo André dos Santos Lopes2012-06-101-9/+9
* BreakIter: Removed getAvailableLocales/getHashCodeGustavo André dos Santos Lopes2012-06-101-16/+0
* BreakIterator and RuleBasedBreakiterator addedGustavo André dos Santos Lopes2012-06-041-0/+227