summaryrefslogtreecommitdiff
path: root/ext/intl/transliterator
Commit message (Expand)AuthorAgeFilesLines
* Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy...Dmitry Stogov2018-07-051-4/+4
* Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-042-2/+2
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-4/+4
* Simplify declarationAnatol Belski2018-02-161-2/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Cleanup type conversionDmitry Stogov2017-12-071-3/+2
* Add zend_object_alloc() APINikita Popov2017-11-251-3/+2
* Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
* Remove useless dtor handlers in intlNikita Popov2016-07-161-9/+0
* Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-051-1/+1
|\
| * Replace zend_ce_error with NULL and replace more E_ERROR with thrown ErrorAaron Piotrowski2016-06-131-1/+1
| * Merge branch 'master' into throw-error-in-extensionsAaron Piotrowski2016-06-102-2/+7
| |\
| * | Convert E_ERROR to thrown Error in extensionsAaron Piotrowski2015-07-051-1/+1
* | | Fixed compilation warningsDmitry Stogov2016-06-281-9/+0
| |/ |/|
* | - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-1/+7
* | Removed or simplified incorrect SEPARATE_*() macros usage.Dmitry Stogov2015-09-291-1/+0
|/
* Cleanup (avoid string reallocations)Dmitry Stogov2015-07-012-16/+11
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-302-3/+3
* Fix Intl constructor leaksNikita Popov2015-04-171-4/+4
* Fix leak in transliterator_transliterate()Nikita Popov2015-04-171-1/+2
* Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-12/+12
* cleanup intl typesStanislav Malyshev2014-12-292-10/+10
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-134-91/+91
* Add smart_str_append for appending zend_stringsNikita Popov2014-09-211-1/+1
* Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-196-6/+6
* 's' works with size_t round 3Anatol Belski2014-08-271-1/+1
* first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
* master renames phase 1Anatol Belski2014-08-253-18/+18
* fix zppAnatol Belski2014-08-211-1/+1
* ported ext/intl, bugfixes to goAnatol Belski2014-08-191-8/+8
* basic macro replacements, all at onceAnatol Belski2014-08-193-8/+8
* Fixed valgrind issuesXinchen Hui2014-07-311-1/+1
* Refactored run_time_cache usage in object handlersDmitry Stogov2014-07-071-4/+4
* Fixed object properties initXinchen Hui2014-06-291-2/+2
* Fixed segfault while starting upXinchen Hui2014-06-281-1/+1
* Refactoring ext/intl (incompleted)Xinchen Hui2014-06-283-105/+58
* Cleanup (1-st round)Dmitry Stogov2014-04-151-1/+3
* fix bug #49348 - issue notice on get_property_ptr_ptr when used for readStanislav Malyshev2013-02-181-5/+5
* Merge branch 'PHP-5.4'Gustavo Lopes2012-08-261-1/+1
|\
| * Fixed defective cloning in ext/intl classesGustavo Lopes2012-08-261-1/+1
| * - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
| * - Fixed possible efree(NULL) (bug #55296)Felipe Pena2011-08-041-2/+6
* | BreakIterator and RuleBasedBreakiterator addedGustavo André dos Santos Lopes2012-06-042-80/+1
* | - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
* | - Fixed possible efree(NULL) (bug #55296)Felipe Pena2011-08-041-2/+6
|/
* - Fixed compiler warningsFelipe Pena2011-01-121-2/+2
* - Added support for ICU Transformations (Transliterator).Gustavo André dos Santos Lopes2010-10-066-0/+1242