summaryrefslogtreecommitdiff
path: root/ext/intl/idn/idn.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup (avoid string reallocations)Dmitry Stogov2015-07-011-8/+4
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-4/+4
* trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* cleanup intl typesStanislav Malyshev2014-12-291-8/+8
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-21/+21
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* Fixed useless or duplicated IS_INTERNED() checksDmitry Stogov2014-09-191-1/+1
* 's' works with size_t round 3Anatol Belski2014-08-271-1/+1
* master renames phase 1Anatol Belski2014-08-251-29/+29
* ported ext/intl, bugfixes to goAnatol Belski2014-08-191-3/+3
* basic macro replacements, all at onceAnatol Belski2014-08-191-23/+23
* Separate argument passed by referenceDmitry Stogov2014-07-081-1/+1
* Fixed compilation problemsDmitry Stogov2014-06-301-15/+15
* Refactoring ext/intl (only compilerable now, far to finish :<)Xinchen Hui2014-06-281-1/+3
* - Updated UPGRADING, protos and attribution in ext/intl/idn/idn.cGustavo André dos Santos Lopes2011-11-241-2/+3
* - Support for UTS #46.Gustavo André dos Santos Lopes2011-11-241-17/+216
* - Fixed possible efree(NULL) (bug #55296)Felipe Pena2011-08-041-1/+3
* cleanup some code, improve error handlingStanislav Malyshev2009-12-231-2/+2
* fix protosStanislav Malyshev2009-07-061-5/+5
* fix protoHannes Magnusson2009-05-101-2/+2
* - [DOC] add IDN support, idn_to_ascii and idn_to_utf8Pierre Joye2009-01-261-0/+149