From: Kalle Sommer Nielsen Date: Wed, 5 Aug 2009 21:25:39 +0000 (+0000) Subject: MFH: Fixed compiler warnings in ext/date X-Git-Tag: php-5.2.11RC1~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aaea1e8b584a0808faa3dc968e9bb9c393b64dbf;p=php MFH: Fixed compiler warnings in ext/date --- diff --git a/ext/date/php_date.c b/ext/date/php_date.c index 947d80a09b..e7a08fa831 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -2280,7 +2280,7 @@ PHP_FUNCTION(timezone_transitions_get) { zval *object, *element; php_timezone_obj *tzobj; - int i; + unsigned int i; if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, date_ce_timezone) == FAILURE) { RETURN_FALSE;