Browse Source

Revert unrelated bits to the previous commit

experimental/5.3-FPM
Ilia Alshanetsky 17 years ago
parent
commit
1c4dafd84d
  1. 2
      ext/date/php_date.c

2
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;

Loading…
Cancel
Save