summaryrefslogtreecommitdiff
path: root/ext/intl/breakiterator
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed redundand internal constructor behavior (they shouldn't return NULL any...Dmitry Stogov2015-05-071-9/+0
* Fix Intl constructor leaksNikita Popov2015-04-171-2/+2
* Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-2/+1
* Patch improvement:Dmitry Stogov2015-03-302-6/+9
* Converted intl extension to use IntlException in constructors.Danack2015-03-151-2/+2
* zend_get_parameters_ex is deprecatedXinchen Hui2015-02-131-15/+5
* Fixed use after freeDmitry Stogov2015-01-261-1/+0
* Fix the fix for #68884Stanislav Malyshev2015-01-241-1/+1
* Fixed bug #68884 Null pointer deferenceAnatol Belski2015-01-221-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* cleanup intl typesStanislav Malyshev2014-12-292-4/+4
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-137-119/+119
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-1912-12/+12
* first show to make 's' work with size_tAnatol Belski2014-08-272-3/+3
* master renames phase 1Anatol Belski2014-08-256-50/+50
* ported ext/intl, bugfixes to goAnatol Belski2014-08-193-16/+18
* basic macro replacements, all at onceAnatol Belski2014-08-195-37/+37
* 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 iteratorsXinchen Hui2014-06-291-1/+1
* Fixed temporarily un-expected object re-initXinchen Hui2014-06-294-13/+17
* Fixed segfault, segfault and segfaultXinchen Hui2014-06-291-2/+6
* Fixed get_debug_infoXinchen Hui2014-06-281-10/+15
* Refactoring ext/intl (only compilerable now, far to finish :<)Xinchen Hui2014-06-284-89/+69
* Refactoring ext/intl (incompleted)Xinchen Hui2014-06-282-54/+40
* Cleanup (1-st round)Dmitry Stogov2014-04-151-1/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-102-3/+3
* Remove compilation warning "warning: no newline at end of file"Christopher Jones2013-08-201-1/+1
* Remove compilation warnings: "warning: no newline at end of file"Christopher Jones2013-08-205-5/+5
* intl: remove extra quotes from arginfo paramsGustavo André dos Santos Lopes2013-07-211-8/+8