From 820b5aa9e4a068bdcd3f2024d79979a1e86c2af0 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 29 Nov 2005 20:19:56 +0000 Subject: Fixed bug #35425 (idate() function ignores timezone settings). --- ext/date/php_date.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/date/php_date.h') diff --git a/ext/date/php_date.h b/ext/date/php_date.h index 08a03931d4..4fb8d4c9dc 100644 --- a/ext/date/php_date.h +++ b/ext/date/php_date.h @@ -91,6 +91,7 @@ ZEND_END_MODULE_GLOBALS(date) /* Backwards compability wrapper */ signed long php_parse_date(char *string, signed long *now); PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt); +PHPAPI int php_idate(char format, time_t ts, int localtime); #if HAVE_STRFTIME #define _php_strftime php_strftime PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gm); -- cgit v1.2.1