summaryrefslogtreecommitdiff
path: root/ext/intl/idn
Commit message (Expand)AuthorAgeFilesLines
* Remove proto comments from C filesMax Semenik2020-07-061-4/+2
* Generate method entries for ext/intlMáté Kocsis2020-04-141-3/+0
* Do not include the same stub multiple timesMáté Kocsis2020-04-032-15/+0
* Use RETURN_THROWS() in various placesMáté Kocsis2020-01-031-1/+1
* Add stubs for various intl functionsMáté Kocsis2020-01-032-0/+15
* Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-1/+1
* Cleanup return values for Intl when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-1/+1
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-252-4/+0
* Intl: Don't separately report "bad arguments" errorsNikita Popov2019-03-111-1/+0
* Merge branch 'PHP-7.4'Peter Kokot2019-02-082-2/+2
|\
| * Update and fix remaining year ranges (2019)Peter Kokot2019-02-082-2/+2
* | Merge branch 'PHP-7.4'Peter Kokot2019-02-031-10/+0
|\ \ | |/
| * Remove local variablesPeter Kokot2019-02-031-10/+0
* | Remove deprecated INTL_IDNA_VARIANT_2003Christoph M. Becker2019-01-281-100/+8
|/
* Implement typed propertiesNikita Popov2019-01-111-3/+5
* Simplify buffer management in php_intl_idn_to_46()Nikita Popov2018-09-181-16/+3
* Merge branch 'PHP-7.3'Nikita Popov2018-09-181-1/+0
|\
| * Remove invalid freeNikita Popov2018-09-181-1/+0
* | Change default of $variant param of idn_to_ascii() and idn_to_utf8()Christoph M. Becker2018-09-151-1/+1
* | Require ICU ≥ 50.1Christoph M. Becker2018-09-151-23/+0
|/
* Improve fix for bug #76829Anatol Belski2018-09-011-7/+15
* Fixed bug #76829 Incorrect validation of domain on idn_to_utf8() functionAnatol Belski2018-09-011-2/+2
* Remove unused Git attributes identPeter Kokot2018-07-252-2/+0
* Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref...Dmitry Stogov2018-07-051-1/+1
* Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-3/+3
* Move to non deprecated API on suitable ICU versionsAnatol Belski2018-04-051-1/+19
* Reduce var scopeAnatol Belski2018-02-161-2/+2
* Deprecate INTL_IDNA_VARIANT_2003Christoph M. Becker2017-01-311-0/+4
* Correct function protos in intl/idnSara Golemon2016-12-271-2/+2
* Use zend_string in intl/idnSara Golemon2016-12-271-15/+12
* Simplify error path in intl/idnSara Golemon2016-12-271-14/+11
* Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-121-4/+1
|\
| * Partially fix #72506: idn_to_ascii for UTS #46 incorrect for long domain namesChristoph M. Becker2016-07-121-4/+1
* | 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-192-2/+2
* | 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