Skip Menu |

This queue is for tickets about the PHP-DateTime CPAN distribution.

Report information
The Basics
Id: 8730
Status: resolved
Priority: 0/
Queue: PHP-DateTime

People
Owner: Nobody in particular
Requestors: u.hofer [...] tr51.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: order of arguments
please note: the order of arguments in the php function is slightly different: int mktime ( [int hour [, int minute [, int second [, int month [, int day [, int year [, int is_dst]]]]]]]) in your function, month and day are in exchanged order...
[guest - Fri Dec 3 10:03:16 2004]: Show quoted text
> please note: > > the order of arguments in the php function is slightly different: > > int mktime ( [int hour [, int minute [, int second [, int month [, int > day [, int year [, int is_dst]]]]]]]) > > in your function, month and day are in exchanged order...
Fixed! Thanks for the bug report.