History log of /PHP-5.4/ext/date/lib/parse_date.re (Results 51 – 75 of 134)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


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


123456