Ticket #3081 (assigned defect)

Opened 3 years ago

Last modified 2 years ago

segfault in mktime

Reported by: tim Assigned to: tim (accepted)
Priority: normal Milestone: 3.1.0 beta
Component: Core Version: trunk
Severity: minor Keywords:
Cc:

Description (Last modified by weyrick)

$ts_new = mktime($hour, $min, $sec, $month, $day, $year);

bug was reported on windows

haven't verified it

Change History

06/17/05 19:21:17 changed by weyrick

this is due to not allowing negative timestamps in windows. i applied a fix for this which works interpreted and compiled development, but still segfaults compiled optimized

04/15/07 11:31:53 changed by weyrick

  • summary changed from segfault in mktime (user reported) to segfault in mktime.
  • type set to defect.
  • description changed.
  • version set to trunk.
  • milestone set to 3.1.0 beta.