This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-03-26 09:12:14 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
29bf2d3a096a3a3df60fc0e04d657706f61ba764
archived-php-src
/
ext
/
date
History
Derick Rethans
8a3d3aefbb
- Changed the year parameter so that 0..69 maps to 2000..2069 and 70..100 maps
...
to 1970..2000, which was in the original code, but not in the documentation.
2005-07-21 10:09:40 +00:00
..
lib
- Fixed bug
#33578
(strtotime() problem with "Oct17" format).
2005-07-20 08:31:02 +00:00
tests
- Changed the year parameter so that 0..69 maps to 2000..2069 and 70..100 maps
2005-07-21 10:09:40 +00:00
config.m4
- Fixed stupid bug in PHP_INSTALL_HEADERS() macro: "foo bar" != foo bar
2005-07-07 23:18:22 +00:00
config.w32
- Rename tl_config.h to timelib_config.h
2005-06-17 12:03:04 +00:00
CREDITS
- Add my new timelib and ext/date. For now only strtotime() makes use of this.
2005-06-14 21:32:29 +00:00
php_date.c
- Changed the year parameter so that 0..69 maps to 2000..2069 and 70..100 maps
2005-07-21 10:09:40 +00:00
php_date.h
- Fixed bug
#33578
(strtotime() problem with "Oct17" format).
2005-07-20 08:31:02 +00:00
TODO
- Fixed bug
#33578
(strtotime() problem with "Oct17" format).
2005-07-20 08:31:02 +00:00