From 227a6d154b99ef338022b40e106d0e3766d0172a Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 13 Aug 2005 12:33:00 +0000 Subject: [PATCH] could have sworn that I did this already --- ext/standard/datetime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.40.0