summaryrefslogtreecommitdiff
path: root/ext/intl/php_intl.c
diff options
context:
space:
mode:
authorGustavo André dos Santos Lopes <cataphract@php.net>2011-11-24 17:54:50 +0000
committerGustavo André dos Santos Lopes <cataphract@php.net>2011-11-24 17:54:50 +0000
commit5fa1cfbbe694ee6d4e6925cd5ca3e69d943ea4b1 (patch)
tree294c1d49ffa2711486c4e4678f9f1427d9331305 /ext/intl/php_intl.c
parenta02ca5c881785763534cc8cf0ba580da9e174728 (diff)
downloadphp-git-5fa1cfbbe694ee6d4e6925cd5ca3e69d943ea4b1.tar.gz
- Support for UTS #46.
Diffstat (limited to 'ext/intl/php_intl.c')
-rwxr-xr-xext/intl/php_intl.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/intl/php_intl.c b/ext/intl/php_intl.c
index de5226b3d8..efe0ddd242 100755
--- a/ext/intl/php_intl.c
+++ b/ext/intl/php_intl.c
@@ -335,13 +335,15 @@ ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_idn_to_ascii, 0, 0, 1)
ZEND_ARG_INFO(0, domain)
ZEND_ARG_INFO(0, option)
- ZEND_ARG_INFO(0, status)
+ ZEND_ARG_INFO(0, variant)
+ ZEND_ARG_INFO(1, idn_info)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_idn_to_utf8, 0, 0, 1)
ZEND_ARG_INFO(0, domain)
ZEND_ARG_INFO(0, option)
- ZEND_ARG_INFO(0, status)
+ ZEND_ARG_INFO(0, variant)
+ ZEND_ARG_INFO(1, idn_info)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX( arginfo_resourcebundle_create_proc, 0, 0, 2 )