diff options
author | Anatol Belski <ab@php.net> | 2014-08-18 18:57:55 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-08-18 18:57:55 +0200 |
commit | e49e163a9ed7d4e38f9ab724003c46c9f1ea2cb4 (patch) | |
tree | 23b095540fc6032465fc461190dd3f920de5bf81 /ext/date/php_date.h | |
parent | b8324e6d635450562ecb253af38f22105e19e460 (diff) | |
download | php-git-e49e163a9ed7d4e38f9ab724003c46c9f1ea2cb4.tar.gz |
fixes to date
Diffstat (limited to 'ext/date/php_date.h')
-rw-r--r-- | ext/date/php_date.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/php_date.h b/ext/date/php_date.h index ff26c0fba3..cc71246d94 100644 --- a/ext/date/php_date.h +++ b/ext/date/php_date.h @@ -203,7 +203,7 @@ ZEND_END_MODULE_GLOBALS(date) #endif /* Backwards compatibility wrapper */ -PHPAPI signed long php_parse_date(char *string, signed long *now); +PHPAPI php_int_t php_parse_date(char *string, php_int_t *now); PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt); PHPAPI int php_idate(char format, time_t ts, int localtime TSRMLS_DC); #if HAVE_STRFTIME |