Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#12534 closed defect (bug) (fixed)

Looks like date_create slipped through

Reported by: hakre's profile hakre Owned by:
Milestone: 3.0 Priority: normal
Severity: minor Version: 3.0
Component: General Keywords: has-patch commit
Focuses: Cc:

Description

All functions checked but date_create() in the pair wp_timezone_supported() and wp_timezone_override_offset().

Attachments (1)

12534.patch (469 bytes) - added by hakre 16 years ago.

Download all attachments as: .zip

Change History (5)

@hakre
16 years ago

#1 @hakre
16 years ago

  • Keywords has-patch added

#2 @scribu
16 years ago

  • Keywords commit added

#3 @dd32
16 years ago

It looks to me that PHP 5.1 included this fuctionality, but only 5.2 included it enabled by default. I'd say originally it was expected that if the timezone functions were available, so was date_create.

#4 @dd32
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [13616]) Check date_create() exists for automatic-timezone functionality. Props hakre. Fixes #12534

Note: See TracTickets for help on using tickets.