Skip to content

Commit 5b383da

Browse files
committed
- Updated UPGRADING, protos and attribution in ext/intl/idn/idn.c
1 parent fa4fe63 commit 5b383da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ext/intl/idn/idn.c

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
| [email protected] so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
1515
| Author: Pierre A. Joye <[email protected]> |
16+
| Gustavo Lopes <[email protected]> |
1617
+----------------------------------------------------------------------+
1718
*/
1819
/* $Id$ */
@@ -322,7 +323,7 @@ static void php_intl_idn_handoff(INTERNAL_FUNCTION_PARAMETERS, int mode)
322323
#endif
323324
}
324325

325-
/* {{{ proto int idn_to_ascii(string domain[, int options])
326+
/* {{{ proto int idn_to_ascii(string domain[, int options[, int variant[, array &idna_info]]])
326327
Converts an Unicode domain to ASCII representation, as defined in the IDNA RFC */
327328
PHP_FUNCTION(idn_to_ascii)
328329
{
@@ -331,7 +332,7 @@ PHP_FUNCTION(idn_to_ascii)
331332
/* }}} */
332333

333334

334-
/* {{{ proto int idn_to_utf8(string domain[, int options])
335+
/* {{{ proto int idn_to_utf8(string domain[, int options[, int variant[, array &idna_info]]])
335336
Converts an ASCII representation of the domain to Unicode (UTF-8), as defined in the IDNA RFC */
336337
PHP_FUNCTION(idn_to_utf8)
337338
{

0 commit comments

Comments
 (0)