History log of /PHP-7.4/ext/date/lib/parse_date.re (Results 101 – 125 of 178)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author 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.


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


# 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
# 4b64dbb9 12-Jul-2007 Derick Rethans

- MFH: Fixed bug #41964 (strtotime returns a timestamp for non-time string of
pattern '(A|a) .+').
- MFH: Fixed bug #41844 (Format returns incorrect number of digits for negative
year

- MFH: Fixed bug #41964 (strtotime returns a timestamp for non-time string of
pattern '(A|a) .+').
- MFH: Fixed bug #41844 (Format returns incorrect number of digits for negative
years -0001 to -0999).
- MFH: Fixed bug #41842 (Cannot create years < 0100 & negative years with
date_create or new DateTime).
- MFH: Fixed bug #41709 (strtotime() does not handle 00.00.0000).
- MFH: Fixed bug #41523 (strtotime('0000-00-00 00:00:00') is parsed as
1999-11-30).

show more ...


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


Revision tags: php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1
# b7a79182 21-Mar-2007 Derick Rethans

- Revert this patch, as the code was incorrect.
- It was also not committed to HEAD.


# 5abffb51 21-Mar-2007 Ilia Alshanetsky

Fixed bug #40861 (Multiple +/- on relative units breaks strtotime()).


Revision tags: php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2, php-5.2.1RC1
# f5b66043 11-Dec-2006 Ilia Alshanetsky

Fixed bug #39791 (Crash in strtotime() on overly long relative date
multipliers).


Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4
# 0c8042dc 09-Sep-2006 Derick Rethans

- MFH: The .c file is generated... so updating the .re file and cleaning up WS.


# 5d6f6783 06-Sep-2006 Derick Rethans

- MFH: Added support for the full ISO week number format. (2006-W52-7)


Revision tags: php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3
# af48ecfc 27-Jul-2006 Ilia Alshanetsky

Fixed bug #38229 (strtotime() does not parse YYYY-MM format).


Revision tags: php-5.2.0RC1, php-4.4.3RC2
# ddd8fd3e 08-Jun-2006 Derick Rethans

- Fixed bug #37747 (strtotime segfaults when given "nextyear").


Revision tags: BEFORE_NEW_OUTPUT_API, php-4.4.3RC1
# ab8329ec 19-May-2006 Derick Rethans

- Fixed bug #37514 (strtotime doesn't assume year correctly).


# 74dfa9f0 14-May-2006 Derick Rethans

MFH:
- Implemented Dmitry's const patch.
- Added support for "weekday" as relative item.
- Fixed bug #37368 (Incorrect timestamp returned for strtotime()).


12345678