Revision tags: php-4.4.9RC1 |
|
#
0ab7520d |
| 16-Jul-2008 |
Derick Rethans |
- MFH: Fixed bug #45529 (new DateTimeZone() and date_create()->getTimezone() behave different).
|
#
3df7836d |
| 15-Jul-2008 |
Derick Rethans |
- MFH: Also add the warnings for times. This does not make sense for the english text parser, as invalid times are never allowed in there.
|
#
c76ba173 |
| 14-Jul-2008 |
Derick Rethans |
- MFH: Added a warning to the error struct in case a parsed-date was found to be invalid.
|
#
5ab9ca96 |
| 11-Jul-2008 |
Derick Rethans |
- MFH: Fixed a compiler warning - the code didn't make much sense.
|
#
db2ed70a |
| 08-Jul-2008 |
Derick Rethans |
- MFH: Fixed bug #45459 (date_create_from_format() fails on DATE_RFC3339) by allowing a few more format specifiers in date_create_from_format() / date_parse_from_format().
|
#
4a23bbfe |
| 08-Jul-2008 |
Derick Rethans |
- MFH: Fixed some ambiguities in the date parser.
|
#
484d6b21 |
| 08-Jul-2008 |
Derick Rethans |
- Replaced // by /* .. */ comments.
|
Revision tags: BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1 |
|
#
f5336717 |
| 04-May-2008 |
Derick Rethans |
- MFH: Added support for "<xth> <weekday of" and "last <weekday> of" phrases to be used with months - like in "last saturday of februari 2008".
|
#
97b37f25 |
| 01-May-2008 |
Derick Rethans |
- MFH: Rearranged some structures to allow for more powerfull period/intervals.
|
Revision tags: php-5.2.6 |
|
#
357292a0 |
| 27-Apr-2008 |
Derick Rethans |
- MFH: Fixed "this week", "previous week"/"last week" and "next week" phrases by actually meaning the week. #- MFH: For now the week starts on Monday, but I plan on making that # confi
- MFH: Fixed "this week", "previous week"/"last week" and "next week" phrases by actually meaning the week. #- MFH: For now the week starts on Monday, but I plan on making that # configurable.
show more ...
|
#
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, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1 |
|
#
97e293ed |
| 23-Mar-2008 |
Ilia Alshanetsky |
Removed unused variable
|
#
a27d6afd |
| 13-Mar-2008 |
Derick Rethans |
- Added support for parsing date/time strings returned by MS SQL with strtotime().
|
Revision tags: php-5.2.6RC2, php-5.2.6RC1 |
|
#
b8883b65 |
| 25-Feb-2008 |
Derick Rethans |
- MFH: Added a few new separation specifiers. - MFH: Added specifiers that can reset or default the y/m/d/h/i/s/tz values. - MFH: Fixed a problem with parsing timezones as part of a format.
|
Revision tags: RELEASE_1_3_1 |
|
#
22392aff |
| 17-Feb-2008 |
Derick Rethans |
- MFH: fixed typoes.
|
#
a61e5f89 |
| 03-Feb-2008 |
Derick Rethans |
- MFH: Support "first/last day of <month>" style texts.
|
#
99c56139 |
| 29-Jan-2008 |
Derick Rethans |
- That should have been ||.
|
#
6878464e |
| 29-Jan-2008 |
Derick Rethans |
- MFH: Fixed bug #43960 (strtotime() returns timestamp in the future when given a bogus string).
|
#
4b7f5f96 |
| 27-Jan-2008 |
Derick Rethans |
- MFH: Fixed parsing of timezones
|
#
3d0797da |
| 17-Jan-2008 |
Derick Rethans |
- MFH: Fixed bug #43075 (Support 2007-11-01T24:00:00+00:00).
|
#
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 ...
|
#
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, php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2, RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND |
|
#
af88e0b5 |
| 12-Jul-2007 |
Derick Rethans |
- MFH: Commit generated file.
|
Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2 |
|
#
d62dca3d |
| 13-Apr-2007 |
Derick Rethans |
- Fixed bug #40290 (strtotime() returns unexpected result with particular timezone offset).
|
Revision tags: RELEASE_1_1_0 |
|
#
b15cbf69 |
| 11-Apr-2007 |
Derick Rethans |
- MFH: Fixed bug #40861 (strtotime() doesn't handle double negative relative time units correctly).
|