summaryrefslogtreecommitdiff
path: root/ext/date/php_date.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-11-29 20:19:56 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-11-29 20:19:56 +0000
commit820b5aa9e4a068bdcd3f2024d79979a1e86c2af0 (patch)
tree15bc9ddb320fba720f16bea8402b06161db654f8 /ext/date/php_date.h
parent28dfe0dfd965f1000bdb1b7f939c9177961c7c02 (diff)
downloadphp-git-820b5aa9e4a068bdcd3f2024d79979a1e86c2af0.tar.gz
Fixed bug #35425 (idate() function ignores timezone settings).
Diffstat (limited to 'ext/date/php_date.h')
-rw-r--r--ext/date/php_date.h1
1 files changed, 1 insertions, 0 deletions
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);