History log of /php-src/ext/date/lib/parse_iso_intervals.re (Results 26 – 28 of 28)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 4591f12d 02-Aug-2008 Derick Rethans

- MFH: Fixed bug #45545 (DateInterval has a limitation of 4 chars for ISO
durations).

Revision tags: php-5.3.0alpha1, php-4.4.9RC1, BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1
# c06ab8ca 04-May-2008 Derick Rethans

- MFH: Added support for using ISO 8601 time intervals to define a DatePeriod
iterator.
#- @doc

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 ...

12