Revision tags: php-4.4.9 |
|
#
ad10607c |
| 03-Aug-2008 |
Derick Rethans |
- MFH: Fixed bug #45696 (Not all DateTime methods allow method chaining).
|
Revision tags: php-5.3.0alpha1 |
|
#
b5e2564a |
| 30-Jul-2008 |
Derick Rethans |
- MFH: Fixed a bug with the YYYY-MM format not resetting the day correctly. - MFH: Fixed a bug in the DateTime->modify() methods, it would not use the advanced relative time strings. -
- MFH: Fixed a bug with the YYYY-MM format not resetting the day correctly. - MFH: Fixed a bug in the DateTime->modify() methods, it would not use the advanced relative time strings. - MFH: Fixed return values of all the modifying methods, they now properly return the object itself.
show more ...
|
#
769400ea |
| 30-Jul-2008 |
Jani Taskinen |
MFH:ws
|
#
cbf2df4d |
| 29-Jul-2008 |
Dmitry Stogov |
Fixed memory leak
|
#
7537b5b6 |
| 27-Jul-2008 |
Derick Rethans |
- MFH: Fixed DateTime::setTimestamp() and added a test for it.
|
Revision tags: php-4.4.9RC1 |
|
#
f8050d52 |
| 20-Jul-2008 |
Derick Rethans |
- MFH: Fixed bug #45562 (Creating instance of DatePeriod crashes).
|
#
42aa7f3d |
| 19-Jul-2008 |
Derick Rethans |
- MFH: Country codes are ISO 3166.
|
#
84693147 |
| 18-Jul-2008 |
Derick Rethans |
- MFH: Added support for selectively listing timezone identifiers by country code through timezone_identifiers_list() / DateTimezone::listIdentifiers(). - MFH: Added timezone_location_get()
- MFH: Added support for selectively listing timezone identifiers by country code through timezone_identifiers_list() / DateTimezone::listIdentifiers(). - MFH: Added timezone_location_get() / DateTimezone::getLocation() for retrieving location information from timezones.
show more ...
|
#
99b31af3 |
| 16-Jul-2008 |
Derick Rethans |
- Fixed a segfault - simply a forgotten return;
|
#
e7ee127f |
| 14-Jul-2008 |
Derick Rethans |
- MFH: Fixed reversed logic.
|
#
c76ba173 |
| 14-Jul-2008 |
Derick Rethans |
- MFH: Added a warning to the error struct in case a parsed-date was found to be invalid.
|
#
28d91d0c |
| 09-Jul-2008 |
Felipe Pena |
- Added arginfo
|
#
875d013b |
| 08-Jul-2008 |
Derick Rethans |
- MFH: Fixed a memleak (Original patch by Hannes Magnusson).
|
#
484d6b21 |
| 08-Jul-2008 |
Derick Rethans |
- Replaced // by /* .. */ comments.
|
#
19874615 |
| 08-Jul-2008 |
Derick Rethans |
- MFH: Fixed memory leaks and segfaults, patch by Joe Orton. - MFH: Fixed bug #45038 (Crash when using DateTimeZone object returned by Date::getTimezone).
|
Revision tags: BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1 |
|
#
9c63b618 |
| 07-May-2008 |
Ilia Alshanetsky |
Kill unused vars
|
#
c06ab8ca |
| 04-May-2008 |
Derick Rethans |
- MFH: Added support for using ISO 8601 time intervals to define a DatePeriod iterator. #- @doc
|
#
c36edb6a |
| 03-May-2008 |
Derick Rethans |
- Added support for using an end date to limit the amount of recursions with the DatePeriod iterator. #- @doc
|
#
eb64b777 |
| 02-May-2008 |
Derick Rethans |
- MFH: Fixed an issue in date() where a : was printed for the O modifier after a P modifier was used.
|
#
14984884 |
| 02-May-2008 |
Derick Rethans |
- MFH: Added DateInterval::createFromDateString() that creates an interval from the relative parts of a date/time string. - MFH: Fixed an issue where special relative bits were not applied.
|
#
97b37f25 |
| 01-May-2008 |
Derick Rethans |
- MFH: Rearranged some structures to allow for more powerfull period/intervals.
|
#
1b435af3 |
| 01-May-2008 |
Derick Rethans |
- MFH: Include the starting date by default in the iterator output, but add an option to disable this behavior.
|
#
8c5274f4 |
| 01-May-2008 |
Derick Rethans |
- MFH: Added the DatePeriod class/iterator that iterates over a date time object for a specific number of iterators and applies a DateInterval each time. @DOC: More will follow though
|
Revision tags: php-5.2.6 |
|
#
2047fa85 |
| 25-Apr-2008 |
Derick Rethans |
- Added new date/time functionality: . support for diffing date/times through date_diff() / DateTime::diff(). . added DateInterval class to represent the difference between two date/times
- Added new date/time functionality: . support for diffing date/times through date_diff() / DateTime::diff(). . added DateInterval class to represent the difference between two date/times. . support for parsing ISO intervals for use with DateInterval. . date_add() / DateTime::add(), date_sub() / DateTime::sub() for applying an interval to an existing date/time. - MFH: Fixed bug #44742 (timezone_offset_get() causes segmentation faults).
show more ...
|
Revision tags: RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4 |
|
#
ec5157fe |
| 31-Mar-2008 |
Derick Rethans |
- MFH: Fixed a bug in formatting timestamps when DST is active in the default timezone.
|