History log of /PHP-7.4/ext/date/lib/parse_date.re (Results 76 – 100 of 178)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# bb8ec8d6 30-Aug-2010 Derick Rethans

- Fixed bug #52430 (date_parse parse 24:xx:xx as valid time). (Derick)


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3
# d7333382 14-Jul-2010 Kalle Sommer Nielsen

Update the re2c files aswell (bug #51943)


# c0f3aca5 14-Jul-2010 Kalle Sommer Nielsen

Update the re2c files aswell (bug #51943)


Revision tags: php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 53cfb3d5 26-Mar-2010 Adam Harvey

Fixed bug #51393 (DateTime::createFromFormat() fails if format string contains timezone).


# a2edb7f6 26-Mar-2010 Adam Harvey

Fixed bug #51393 (DateTime::createFromFormat() fails if format string contains timezone).


# 3025ca8e 07-Mar-2010 Derick Rethans

- Fixed bug #46111 (Some timezone identifiers can not be parsed).


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


12345678