History log of /PHP-5.3/ext/date/php_date.c (Results 101 – 125 of 271)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


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.


1234567891011