History log of /PHP-5.6/ext/date/php_date.c (Results 226 – 250 of 403)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author 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.


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.


12345678910>>...17