tony2001 Tue May 20 12:07:13 2008 UTC
Modified files:
/php-src/ext/date php_date.c
Log:
fix function signature and silence compile warning
http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.186&r2=1.187&diff_format=u
Index: php-src/ext/date/php_date.c
diff -u php-src/ext/date/php_date.c:1.186 php-src/ext/date/php_date.c:1.187
--- php-src/ext/date/php_date.c:1.186 Wed May 7 23:46:11 2008
+++ php-src/ext/date/php_date.c Tue May 20 12:07:13 2008
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_date.c,v 1.186 2008/05/07 23:46:11 iliaa Exp $ */
+/* $Id: php_date.c,v 1.187 2008/05/20 12:07:13 tony2001 Exp $ */
#include "php.h"
#include "php_streams.h"
@@ -1788,7 +1788,7 @@
/* {{{ date_period_it_current_key */
-static int date_period_it_current_key(zend_object_iterator *iter, char
**str_key, uint *str_key_len, ulong *int_key TSRMLS_DC)
+static int date_period_it_current_key(zend_object_iterator *iter, zstr
*str_key, uint *str_key_len, ulong *int_key TSRMLS_DC)
{
date_period_it *iterator = (date_period_it *)iter;
*int_key = iterator->current_index;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php