History log of /PHP-7.4/ext/date/lib/parse_date.c (Results 126 – 150 of 206)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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)


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


Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3
# 4043f77e 11-Apr-2006 Derick Rethans

- MFH: Fixed bug #37017 (strtotime fails before 13:00:00 with some time zones
identifiers). (Derick)
- MFH: Fixed bug #36988 (mktime freezes on long numbers). (Derick)
- MFH: Implemente

- MFH: Fixed bug #37017 (strtotime fails before 13:00:00 with some time zones
identifiers). (Derick)
- MFH: Fixed bug #36988 (mktime freezes on long numbers). (Derick)
- MFH: Implemented better error and warning handling that is also used for the
date_parse() function.
- MFH: Fixed problems with "T" in front of a time string was seen as a time
zone string.
- MFH: Fixed a problem were 5 and 6 character timezone abbreviations where not
correctly parsed.

Experimental support (All MFH):
- Added the date_parse() function that returns a parsed date/time string
including warnings and errors.
- Added the timezone_name_from_abbr() function that exposes the guessing
mechanism that tries to find a timezone identifier from a timezone
abbreviation and GMT offset.

show more ...


Revision tags: php-5.1.3RC2, php-5.1.3RC1
# 5bfe560c 06-Mar-2006 Derick Rethans

- MFH: Fixed bug #36638 (strtotime() returns false when 2nd argument < 1).
(Derick)


Revision tags: RELEASE_1_2
# 2e91228d 27-Feb-2006 Derick Rethans

- MFH: Fixed bug #36510 (strtotime() fails to parse date strings with tabs).


123456789