]> granicus.if.org Git - php/commitdiff
Fix proto and arginfo
authorHannes Magnusson <bjori@php.net>
Sun, 21 Jun 2009 20:40:53 +0000 (20:40 +0000)
committerHannes Magnusson <bjori@php.net>
Sun, 21 Jun 2009 20:40:53 +0000 (20:40 +0000)
ext/date/php_date.c

index 5b9c7e9df3fa69dfe76478a56a7aa686d165e772..364349ec31657e94af55439fcff252720e218b83 100644 (file)
@@ -331,6 +331,7 @@ ZEND_END_ARG_INFO()
 
 ZEND_BEGIN_ARG_INFO_EX(arginfo_timezone_identifiers_list, 0, 0, 0)
        ZEND_ARG_INFO(0, what)
+       ZEND_ARG_INFO(0, country)
 ZEND_END_ARG_INFO()
 
 ZEND_BEGIN_ARG_INFO(arginfo_timezone_abbreviations_list, 0)
@@ -3737,7 +3738,7 @@ static int check_id_allowed(char *id, long what)
        return 0;
 }
 
-/* {{{ proto array timezone_identifiers_list([long what])
+/* {{{ proto array timezone_identifiers_list([long what[, string country]])
    Returns numerically index array with all timezone identifiers.
 */
 PHP_FUNCTION(timezone_identifiers_list)