| 58a8013 |
|
14-Jan-2013 |
Lonny Kapelushnik <lonnyk@gmail.com> |
Rebased to PHP-5.4 Implemented Dmitrys change from df97c3aa0d331be668bd5d8f27fff96d4e3ac1d7 Moved the timelib_parse_tz_cor function to ext/date/lib/timelib.c
/php-src/ext/date/lib/parse_iso_intervals.re
|
| a666285 |
|
01-Jan-2013 |
Xinchen Hui <laruence@php.net> |
Happy New Year
/php-src/ext/date/lib/parse_iso_intervals.re
|
| a3d078b |
|
05-Sep-2012 |
Xinchen Hui <laruence@php.net> |
correct PHP version & year++
/php-src/ext/date/lib/parse_iso_intervals.re
|
| 8889fca |
|
06-Dec-2011 |
Derick Rethans <derick@php.net> |
- Fixed bug #52062: large timestamps with DateTime::getTimestamp and DateTime::setTimestamp.
/php-src/ext/date/lib/parse_iso_intervals.re
|
| a2edb7f |
|
26-Mar-2010 |
Adam Harvey <aharvey@php.net> |
Fixed bug #51393 (DateTime::createFromFormat() fails if format string contains timezone).
/php-src/ext/date/lib/parse_iso_intervals.re
|
| 156d780 |
|
07-Mar-2010 |
Derick Rethans <derick@php.net> |
- Fixed bug #40778 (DateInterval::format("%a") is always zero when an interval is created from an ISO string).
/php-src/ext/date/lib/parse_iso_intervals.re
|
| abd232c |
|
07-Mar-2010 |
Derick Rethans <derick@php.net> |
- Fixed copyright year.
/php-src/ext/date/lib/parse_iso_intervals.re
|
| 20e75d8 |
|
02-Aug-2008 |
Pierre Joye <pajoye@php.net> |
- MFH: improve previous fix for scan, disable optimizer only for scan() using #pragma optimize
/php-src/ext/date/lib/parse_iso_intervals.re
|
| 4591f12 |
|
02-Aug-2008 |
Derick Rethans <derick@php.net> |
- MFH: Fixed bug #45545 (DateInterval has a limitation of 4 chars for ISO durations).
/php-src/ext/date/lib/parse_iso_intervals.re
|
| c06ab8c |
|
04-May-2008 |
Derick Rethans <derick@php.net> |
- MFH: Added support for using ISO 8601 time intervals to define a DatePeriod iterator. #- @doc
/php-src/ext/date/lib/parse_iso_intervals.re
|
| 2047fa8 |
|
25-Apr-2008 |
Derick Rethans <derick@php.net> |
- 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).
/php-src/ext/date/lib/parse_iso_intervals.re
|