History log of /php-src/ext/date/lib/parse_date.re (Results 151 – 174 of 174)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# e6c1ff25 20-Jul-2005 Derick Rethans

- Fixed bug #33578 (strtotime() problem with "Oct17" format).
- Fixed problems with lone years in strtotime().
- Added functions to timelib to get a list of all abbreviations and timezone

- Fixed bug #33578 (strtotime() problem with "Oct17" format).
- Fixed problems with lone years in strtotime().
- Added functions to timelib to get a list of all abbreviations and timezone
identifiers.
- Fixed problems with parsed dates that only have GMT offsets associated
with them.
- Fixed a Windows compile problem.
- Added special constants for different often used date formats (DATE_ISO8601,
DATE_RFC822, DATE_RSS etc).
- Fixed date_default_timezone_get() to return the guessed timezone if none
was set yet with date_default_timezone_set().
- Added experimental support for Date/Timezone objects as per specifications.

show more ...

Revision tags: php-5.1.0b3, php-4.4.0
# 000ef9c4 10-Jul-2005 Marcus Boerger

- use three digit octal character definition

# aa5084d1 05-Jul-2005 Derick Rethans

- Fixed bug #33578 (strtotime() doesn't understand "11 Oct" format). (Derick)

# 531c8b9f 04-Jul-2005 Derick Rethans

- PHPAPI + static don't mix, obviously.

# effc5f19 04-Jul-2005 Derick Rethans

- Do not crash when the abbreviation doesn't exist.

# 422f14cb 03-Jul-2005 Derick Rethans

- Fixed bug #33536 (strtotime defaults to now even on non time string).

# 2e9d0638 03-Jul-2005 Derick Rethans

- Added fallback to system's timezone setting, but marked with an E_STRICT
error.
- Adjusted tests to use the date_timezone_set() function.

Revision tags: php-4.4.0RC2
# e6820914 01-Jul-2005 Derick Rethans

- parse_date.c is a generated file, updated parse_date.re and regenerated
parse_date.c.

# e7de7ff9 29-Jun-2005 Derick Rethans

- Added support for negative timestamps with the @<number> format. (Patch by
Nuno Lopes)

# dcca4db0 28-Jun-2005 Derick Rethans

- Fixed bug #33433 (strtoll not available on Tru64).

# 28e76fe7 28-Jun-2005 Derick Rethans

- Implemented binary search for timezone abbreviations and timezone identifier
lookups. (Based on a patch by Nuno Lopes)

Revision tags: php-5.1.0b2
# d995df61 21-Jun-2005 Derick Rethans

- Fixed Rasmus' problem with Jan.14, 2004.

# 1a4535f6 20-Jun-2005 Derick Rethans

- Implemented FR #29585 (Support week numbers in strtotime())

# c4114579 17-Jun-2005 Derick Rethans

- The incoming TS is GMT... but the hole filler wants local time so we
have to convert it.
- Change e-mail address

# f4de0395 17-Jun-2005 Derick Rethans

- Rename tl_config.h to timelib_config.h

# a736f99e 16-Jun-2005 foobar

- Improve portability.
# TODO: The standalone lib needs it's own build stuff, pretty much same as
# Zend has for standalone builds.

# 4ad939be 16-Jun-2005 Derick Rethans

- Rename "datetime.c" and "datetime.h" to "timelib.c" and "timelib.h" to
prevent duplicate header names.

# 7c264559 16-Jun-2005 Derick Rethans

- Fixed a regression with "last saturday"

# eb8b4fd4 15-Jun-2005 Derick Rethans

- Make it compile cleanly with MS VC++ too, which is completely anal in some
cases.

# cc33e8f5 15-Jun-2005 Edin Kadribasic

Nuke PHP_ prefix from timelib

# 6d766726 15-Jun-2005 Derick Rethans

- Hide the "Unexpected character..." message for now.

# 952a2c82 15-Jun-2005 Derick Rethans

- Whitespace and regenerate the .c file with my re2c.

# 28999771 15-Jun-2005 Edin Kadribasic

Make it compile on windows

# 4fb4cac6 14-Jun-2005 Derick Rethans

- Add my new timelib and ext/date. For now only strtotime() makes use of this.

1234567