From d19b44b95d11fef1ba88167b8dbfac05a0e836be Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sun, 21 Jun 2009 20:41:51 +0000 Subject: [PATCH] MFB: Fix proto and arginfo --- ext/date/php_date.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/date/php_date.c b/ext/date/php_date.c index 8c95f6bccf..0facfa0b17 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -328,6 +328,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) @@ -3859,7 +3860,7 @@ static int check_id_allowed(char *id, long what) return 0; } -/* {{{ proto array timezone_identifiers_list([long what]) U +/* {{{ proto array timezone_identifiers_list([long what[, string country]]) U Returns numerically index array with all timezone identifiers. */ PHP_FUNCTION(timezone_identifiers_list) -- 2.50.1