bjori           Sun Jun 21 20:41:51 2009 UTC

  Modified files:              
    /php-src/ext/date   php_date.c 
  Log:
  MFB: Fix proto and arginfo
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.236&r2=1.237&diff_format=u
Index: php-src/ext/date/php_date.c
diff -u php-src/ext/date/php_date.c:1.236 php-src/ext/date/php_date.c:1.237
--- php-src/ext/date/php_date.c:1.236   Sun May 31 21:29:54 2009
+++ php-src/ext/date/php_date.c Sun Jun 21 20:41:51 2009
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_date.c,v 1.236 2009/05/31 21:29:54 stas Exp $ */
+/* $Id: php_date.c,v 1.237 2009/06/21 20:41:51 bjori Exp $ */
 
 #include "php.h"
 #include "php_streams.h"
@@ -328,6 +328,7 @@
 
 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 @@
        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)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to