Revision tags: php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1 |
|
#
b23442fc |
| 20-Mar-2008 |
Derick Rethans |
- MFH: Fix the DateTimeZone::getTransitions() algorithm.
|
#
eb8f83a9 |
| 16-Mar-2008 |
Ilia Alshanetsky |
Remove unused variable
|
#
57f42315 |
| 14-Mar-2008 |
Felipe Pena |
Fix build (ZTS)
|
#
0e9a12d8 |
| 14-Mar-2008 |
Derick Rethans |
- MFH: Allow datetime objects to be serialized and woken up. - MFH: Implemented __set_state().
|
#
84a8bb03 |
| 10-Mar-2008 |
Felipe Pena |
MFH: New way for check void parameters
|
#
33e23bd3 |
| 09-Mar-2008 |
Ilia Alshanetsky |
Initialize ts only after successful argument parsing
|
#
bbf53bbb |
| 07-Mar-2008 |
Ilia Alshanetsky |
Fixed a memory leak inside date_get_last_errors() when there are no errors
|
Revision tags: php-5.2.6RC2, php-5.2.6RC1 |
|
#
825c3f5a |
| 27-Feb-2008 |
Derick Rethans |
- MFH: Fixed bug #44260 (African timezones missing).
|
#
d3e50265 |
| 23-Feb-2008 |
Marcus Boerger |
- MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus) [DOC] Finally added deprecation messages
|
Revision tags: RELEASE_1_3_1 |
|
#
3edbc7b0 |
| 13-Feb-2008 |
Derick Rethans |
- MFH: Add some missing elements from the return value.
|
#
31219628 |
| 02-Feb-2008 |
Derick Rethans |
- MFH: Make timezone_open() work again.
|
#
81f2dc39 |
| 29-Jan-2008 |
Derick Rethans |
- Make whitespace the same as in HEAD.
|
#
a1180690 |
| 28-Jan-2008 |
Derick Rethans |
- MFH: Added two optional parameters to timezone_transitions_get() / DateTimeZone::getTranstions() to limit the range of transitions being returned.
|
#
19f6fcce |
| 28-Jan-2008 |
Derick Rethans |
- Add missing folding tags.
|
#
ffbe501a |
| 28-Jan-2008 |
Derick Rethans |
- MFH: Added date_timestamp_get() / DateTime::getTimestamp() to retrieve the Unix timestamp belonging to a date object.
|
#
dc04a42e |
| 27-Jan-2008 |
Derick Rethans |
- MFH: Update proto
|
#
216d0cb0 |
| 27-Jan-2008 |
Derick Rethans |
- MFH: Added support for selectively listing timezone identifiers through timezone_identifiers_list() / DateTimezone::listIdentifiers().
|
#
3fb0e425 |
| 17-Jan-2008 |
Derick Rethans |
- MFH: Fixed bug #43808 (date_create never fails (even when it should)).
|
#
2d4db6b8 |
| 17-Jan-2008 |
Derick Rethans |
- Fixed bug #43003 (Invalid timezone reported for DateTime objects constructed using a timestamp).
|
#
e549873c |
| 17-Jan-2008 |
Derick Rethans |
- MFH: Added support for abbreviation and offset based timezone specifiers for DateTime::getOffset() and DateTime::getName(). - MFH: Fixed bug #43527 (DateTime created from a timestamp repo
- MFH: Added support for abbreviation and offset based timezone specifiers for DateTime::getOffset() and DateTime::getName(). - MFH: Fixed bug #43527 (DateTime created from a timestamp reports environment timezone). - MFH: Fixed bug #42190 (Constructing DateTime with TimeZone Indicator invalidates DateTimeZone).
show more ...
|
#
c4fb570e |
| 13-Jan-2008 |
Derick Rethans |
- Fixed TSRM builds.
|
#
9f979a16 |
| 13-Jan-2008 |
Derick Rethans |
- Added new date/time functionality: * date_parse_from_format(): Parse date/time strings according to a format. * date_create_from_format()/DateTime::createFromFormat(): Create a dat
- Added new date/time functionality: * date_parse_from_format(): Parse date/time strings according to a format. * date_create_from_format()/DateTime::createFromFormat(): Create a date/time object by parsing a date/time string according to a given format. * date_get_last_errors()/DateTime::getLastErrors(): Return a list of warnings and errors that were found while parsing a date/time string through: - strtotime() / new DateTime - date_create_from_format() / DateTime::createFromFormat() - date_parse_from_format() # [DOC]
show more ...
|
Revision tags: php-4.4.8 |
|
#
d1dded87 |
| 31-Dec-2007 |
Sebastian Bergmann |
MFH: Bump copyright year, 2 of 2.
|
Revision tags: php-4.4.8RC1 |
|
#
d4bbbc0e |
| 14-Dec-2007 |
Scott MacVicar |
Change createFromTimestamp to setTimestamp
|
#
6f04c516 |
| 14-Dec-2007 |
Scott MacVicar |
MFH: Add Datetime::createFromTimestamp to allow setting of a unix timestamp without invoking the date parser.
|