summaryrefslogtreecommitdiff
path: root/ext/intl/converter
Commit message (Expand)AuthorAgeFilesLines
* Don't keep dangling pointer to function_nameDmitry Stogov2018-07-051-1/+2
* Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-2/+2
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-1/+1
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-1/+1
* Use recommended way to handle utf*.h headers and obsolete symbolsAnatol Belski2018-04-051-0/+4
* Remove return types from some magic method in protosGabriel Caruso2018-03-091-1/+1
* Use int instead of long in protosGabriel Caruso2018-02-231-8/+8
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Add zend_object_alloc() APINikita Popov2017-11-251-2/+3
* Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-10-191-4/+4
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-10-191-4/+4
| |\
| | * Fixed #75317 - UConverter::setDestinationEncoding changes source instead of d...Nester2017-10-191-4/+4
* | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-10-061-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-10-061-1/+1
| |\ \ | | |/
| | * Fixed bug #75318 (The parameter of UConverter::getAliases() is not optional)Christoph M. Becker2017-10-061-1/+1
* | | Fixed wrong usage of old ZPP API.Dmitry Stogov2017-06-191-1/+1
|/ /
* | Fixed compilation warningsDmitry Stogov2016-06-221-1/+1
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-2/+2
|/
* Cleanup (avoid string reallocations)Dmitry Stogov2015-07-011-40/+27
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-1/+1
* Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-10/+1
* Patch improvement:Dmitry Stogov2015-03-301-3/+3
* Fixed indentation. Fixed comment style. Fixed commented out code.Danack2015-03-161-2/+2
* Made UConverter throw an exception if the constructor fails.Danack2015-03-151-2/+9
* Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* cleanup intl typesStanislav Malyshev2014-12-291-2/+2
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-100/+100
* cleanup tsrm_lsAnatol Belski2014-09-261-12/+0
* fix some extension buildsAnatol Belski2014-09-251-3/+3
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-192-2/+2
* fixed UConverter::convert()Anatol Belski2014-08-271-2/+3
* 's' works with size_t round 3Anatol Belski2014-08-271-3/+4
* 's' works with size_t round 2Anatol Belski2014-08-271-1/+1
* first show to make 's' work with size_tAnatol Belski2014-08-271-4/+4
* fixed several long vs zend_long castsAnatol Belski2014-08-261-1/+1
* master renames phase 1Anatol Belski2014-08-251-38/+38
* fixes to %pd format usageAnatol Belski2014-08-241-2/+2
* ported ext/intl, bugfixes to goAnatol Belski2014-08-191-9/+9
* basic macro replacements, all at onceAnatol Belski2014-08-191-29/+29
* Let's rename itXinchen Hui2014-07-061-3/+2
* Fixed convert (ext/intl finished)Xinchen Hui2014-07-061-1/+6
* Fixed memory leaksXinchen Hui2014-06-291-2/+6
* Refactoring ext/intl (incompleted)Xinchen Hui2014-06-281-106/+87
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-6/+16
|\
| * Fix bug #66873: check if obj->src is setStanislav Malyshev2014-03-171-6/+16
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-4/+4
|/
* Fix ext/intl build with phpizeGustavo Lopes2013-02-241-1/+1
* Fixed paramter countGustavo Lopes2013-01-291-2/+2