diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2009-06-22 14:24:27 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2009-06-22 14:24:27 +0000 |
| commit | 1c4dafd84d85f504ce0794de5136674353c7131a (patch) | |
| tree | ed3f67ebbdfa032b3b3b33325479225f9d632dc3 /ext | |
| parent | a7db554314e6652807d195fd483e9fe3a9359569 (diff) | |
| download | php-git-1c4dafd84d85f504ce0794de5136674353c7131a.tar.gz | |
Revert unrelated bits to the previous commit
Diffstat (limited to 'ext')
| -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 d8cec0224a..230f1a5b0c 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -2410,7 +2410,7 @@ static int date_initialize(php_date_obj *dateobj, /*const*/ char *time_str, int } timelib_unixtime2local(now, (timelib_sll) time(NULL)); - timelib_fill_holes(dateobj->time, now, TIMELIB_NO_CLONE); + timelib_fill_holes(dateobj->time, now, 0); timelib_update_ts(dateobj->time, tzi); dateobj->time->have_relative = 0; |
