diff options
author | Xinchen Hui <laruence@php.net> | 2015-01-30 22:11:50 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2015-01-30 22:11:50 +0800 |
commit | 35c58552012de06a133259cc723a57886cd5607b (patch) | |
tree | a3103defec1993b30e11b978512866eb091d6892 /ext/date/php_date.c | |
parent | 4f5d01026932ebc601c33cb56148d0a2ece8e7a3 (diff) | |
parent | 8d054be62f840804ffdbd4e5da2614a2e838424a (diff) | |
download | php-git-35c58552012de06a133259cc723a57886cd5607b.tar.gz |
Merge branch 'master' of https://git.php.net/repository/php-src
Diffstat (limited to 'ext/date/php_date.c')
-rw-r--r-- | ext/date/php_date.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/php_date.c b/ext/date/php_date.c index c6db35b709..a00c4c5a94 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -1441,7 +1441,7 @@ PHPAPI zend_long php_parse_date(char *string, zend_long *now) Convert string representation of date and time to a timestamp */ PHP_FUNCTION(strtotime) { - char *times, *initial_ts; + char *times; size_t time_len; int error1, error2; struct timelib_error_container *error; |