History log of /PHP-5.5/ext/date/lib/parse_date.c (Results 76 – 100 of 163)
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 ...


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


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
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


Revision tags: 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.


# 51fbffba 08-Sep-2006 Antony Dovgal

MFh: fix #38721 (date_parse() invalid read)


# 5d6f6783 06-Sep-2006 Derick Rethans

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


1234567