#
2d2e0274 |
| 07-Mar-2010 |
Derick Rethans |
- Fixed bug #50392 (date_create_from_format enforces 6 digits for 'u' format character).
|
#
13e0d47c |
| 06-Mar-2010 |
Derick Rethans |
- Fixed bug #51096 ('last day' and 'first day' are handled incorrectly when parsing date strings). - For 5.2 I just added the test case minus new 5.3 additions.
|
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2 |
|
#
8ac4d119 |
| 10-Feb-2010 |
Derick Rethans |
- Added a test case for bug #45866 - Fixed tests: oo_002, bug46268 - Fixed bug #50930 (Wrong date by php_date.c patch with ancient gcc/glibc versions). - Make sure faulty strings pa
- Added a test case for bug #45866 - Fixed tests: oo_002, bug46268 - Fixed bug #50930 (Wrong date by php_date.c patch with ancient gcc/glibc versions). - Make sure faulty strings passed to DateTime::modify() notify the user. - Revert fix for bug #50392 as it was fixed wrongly without a proper test case. - Fixed a bug with the 'r' formatting function as the default buffer size that was allocated only fit 4 digit years.
show more ...
|
Revision tags: php-5.2.13RC1 |
|
#
1ee6c827 |
| 07-Jan-2010 |
Ilia Alshanetsky |
Fixed bug #50680 (strtotime() does not support eighth ordinal number).
|
Revision tags: php-5.3.2RC1, php-5.2.12 |
|
#
d0f6848e |
| 15-Dec-2009 |
Ilia Alshanetsky |
Fixed bu #50392 (date_create_from_format() enforces 6 digits for 'u' format character)
|
Revision tags: php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1 |
|
#
24b973ca |
| 29-Jul-2009 |
Derick Rethans |
- Fixed bug #45554 (Inconsistent behavior of the u format char).
|
Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1, NEWS |
|
#
aea378c9 |
| 18-Dec-2008 |
Derick Rethans |
- MFH: Fixed bug #46889: Memory leak in strtotime().
|
Revision tags: php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3 |
|
#
1c08ae1c |
| 05-Nov-2008 |
Derick Rethans |
- MFH: Fixed an issue with the * format specifier for parsing from a user-defined format.
|
Revision tags: php-5.2.7RC2, php-5.2.7RC1 |
|
#
e3cd3949 |
| 29-Aug-2008 |
Derick Rethans |
- MFH: Support for "back of <hour>" and "front of <hour>" phrases that are used in Scotland.
|
Revision tags: php-4.4.9, php-5.3.0alpha1 |
|
#
b5e2564a |
| 30-Jul-2008 |
Derick Rethans |
- MFH: Fixed a bug with the YYYY-MM format not resetting the day correctly. - MFH: Fixed a bug in the DateTime->modify() methods, it would not use the advanced relative time strings. -
- MFH: Fixed a bug with the YYYY-MM format not resetting the day correctly. - MFH: Fixed a bug in the DateTime->modify() methods, it would not use the advanced relative time strings. - MFH: Fixed return values of all the modifying methods, they now properly return the object itself.
show more ...
|
#
07c9bd83 |
| 23-Jul-2008 |
Derick Rethans |
- MFH: Fixed an issue with "first <weekday> of" in case the first <weekday> was the same day-of-week as the first day of the month.
|
#
11f9cd84 |
| 23-Jul-2008 |
Derick Rethans |
- MFH: Fixed bug #43452 (strings containing a weekday, or a number plus weekday behaved incorrect of the current day-of-week was the same as the one in the phrase).
|
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 ...
|
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.
|