derick Sun Jan 27 17:44:16 2008 UTC Modified files: /php-src/ext/date php_date.c Log: - Update proto. http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.158&r2=1.159&diff_format=u Index: php-src/ext/date/php_date.c diff -u php-src/ext/date/php_date.c:1.158 php-src/ext/date/php_date.c:1.159 --- php-src/ext/date/php_date.c:1.158 Sun Jan 27 17:28:57 2008 +++ php-src/ext/date/php_date.c Sun Jan 27 17:44:16 2008 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_date.c,v 1.158 2008/01/27 17:28:57 derick Exp $ */ +/* $Id: php_date.c,v 1.159 2008/01/27 17:44:16 derick Exp $ */ #include "php.h" #include "php_streams.h" @@ -2629,7 +2629,7 @@ return 0; } -/* {{{ proto array timezone_identifiers_list() +/* {{{ proto array timezone_identifiers_list([long what]) 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