summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-08-27 15:37:14 +0200
committerAnatol Belski <ab@php.net>2014-08-27 20:49:32 +0200
commit5882446b8b72010e6240e3fa11001a7546d802a6 (patch)
tree58112ef73365354ec623602bd9bf2aed76e381fd /ext
parent3234480827b27ff5d3469a732167afd289632a96 (diff)
downloadphp-git-5882446b8b72010e6240e3fa11001a7546d802a6.tar.gz
revert an accident
Diffstat (limited to 'ext')
-rw-r--r--ext/date/php_date.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/php_date.c b/ext/date/php_date.c
index 0e43a33c73..16310784a1 100644
--- a/ext/date/php_date.c
+++ b/ext/date/php_date.c
@@ -1055,7 +1055,7 @@ char *php_date_short_day_name(timelib_sll y, timelib_sll m, timelib_sll d)
/* }}} */
/* {{{ date_format - (gm)date helper */
-static zend_string *date_format(char *format, size_t format_len, timelib_time *t, size_t localtime TSRMLS_DC)
+static zend_string *date_format(char *format, size_t format_len, timelib_time *t, int localtime TSRMLS_DC)
{
smart_str string = {0};
int i, length = 0;