History log of /php-src/ext/date/lib/dow.c (Results 26 – 32 of 32)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, 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.

Revision tags: php-5.1.0b2
# 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.

# eb8b4fd4 15-Jun-2005 Derick Rethans

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

# 4fb4cac6 14-Jun-2005 Derick Rethans

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

12