History log of /php-src/ext/date/lib/parse_tz.c (Results 51 – 71 of 71)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5
# 9057102e 01-Sep-2005 Derick Rethans

- MFH: Fixed bug #33414 (Comprehensive list of incorrect days returned after
strtotime() / date() tests).

Revision tags: php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year

Revision tags: RELEASE_0_9
# 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
# 34c4ac7b 03-Jul-2005 Derick Rethans

- Fixed unintialized variable issue.

Revision tags: php-4.4.0RC2
# e155585e 30-Jun-2005 Derick Rethans

- Reimplemented date and gmdate with new timelib code.
- Removed old date/gmdate implementations.
- Moved date() related testcases to ext/date/tests.
- Implemented bug #33452.
- Fixed

- Reimplemented date and gmdate with new timelib code.
- Removed old date/gmdate implementations.
- Moved date() related testcases to ext/date/tests.
- Implemented bug #33452.
- Fixed testcase for bug #27719 - there is no timezone called "EST5DST".

show more ...

# e4860af7 29-Jun-2005 Derick Rethans

- Reorganize headers, and update TODO.

# 7e58c960 28-Jun-2005 Derick Rethans

- Fixed bug #33415 and added test cases for #33414 and #33415.

# 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
# 610fd92e 20-Jun-2005 Derick Rethans

- Make this work on big endian systems too.
- Added an additional malloc() check.

# 9f2283b8 18-Jun-2005 Derick Rethans

- Fixed bug in tm2unixtime where the wanted date was in the transition time
between two zones.
#- In this case the wanted date actually didn't exist, and that wasn't
# handled correctl

- Fixed bug in tm2unixtime where the wanted date was in the transition time
between two zones.
#- In this case the wanted date actually didn't exist, and that wasn't
# handled correctly.

show more ...

# 3ad7c1ad 18-Jun-2005 Derick Rethans

- If the ts is smaller than the first transition time, use the last one
in the list.
#- This seems consistent with how "zdump" works, although I'm not 100% sure if
# it's correct.

# 30efc9f6 18-Jun-2005 Derick Rethans

- Fixed a problem where the timestamp we are looking up a TZ info structure for
was in the last record in the tz database.
- Fixed problem in test case.

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

# ca167760 16-Jun-2005 Derick Rethans

- Fixed headers for FreeBSD
- Moved from ntohl to own macro
- Export timelib_dump_tzinfo

# 4ad939be 16-Jun-2005 Derick Rethans

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

# 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

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

123