From: Wez Furlong Date: Sat, 13 Aug 2005 12:33:00 +0000 (+0000) Subject: could have sworn that I did this already X-Git-Tag: PRE_NEW_OCI8_EXTENSION~279 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=227a6d154b99ef338022b40e106d0e3766d0172a;p=php could have sworn that I did this already --- diff --git a/ext/standard/datetime.h b/ext/standard/datetime.h index 5c125ccfb8..81c4ef8be9 100644 --- a/ext/standard/datetime.h +++ b/ext/standard/datetime.h @@ -31,7 +31,7 @@ PHP_FUNCTION(checkdate); PHP_FUNCTION(strptime); #endif -PHPAPI int php_idate(char format, int timestamp, int gm); +PHPAPI int php_idate(char format, time_t timestamp, int gm); PHPAPI char *php_std_date(time_t t TSRMLS_DC); #endif /* DATETIME_H */