Derick Rethans
8aa3554d19
- Reimplemented time(), getdate() and localtime() functions with new datetime
...
library.
2005-07-03 20:45:08 +00:00
Derick Rethans
0ef991e5ae
- Fixed bug #33532 (Different output for strftime() and date()).
...
- Re-implemented checkdate(), strftime() and gmstrftime() with the new timelib
code.
2005-07-03 19:14:55 +00:00
Derick Rethans
ed02f202f0
- Fixed bug #30096 (gmmktime does not return the corrent time).
...
- Re-implemented mktime and gmmktime with new date time library.
- Added testcase for bug #30096 , updated test cases for E_STRICT warning of
is_dst parameter usage for mktime/gmmktime.
2005-07-03 14:27:31 +00:00
Derick Rethans
e155585e6e
- 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".
2005-06-30 21:38:06 +00:00
Derick Rethans
3cdc895213
- Added backward compability wrapper "php_parse_date()".
...
- Changed WDDX extension to use new date parsing code.
- Removed all remnants to the old parser.
#- I hope that I didn't break the .dsp's...
2005-06-19 22:15:27 +00:00
Derick Rethans
4fb4cac65c
- Add my new timelib and ext/date. For now only strtotime() makes use of this.
2005-06-14 21:32:29 +00:00
Ilia Alshanetsky
e87127af69
MFB43: Fixed bug #31583 (php_std_date() uses short day names in
...
non-y2k_compliance mode).
Fixed bug #31689 (PHPAPI missing for php_std_date() and php_parse_date()).
2005-04-14 13:34:05 +00:00
foobar
b61a63d008
- Fixed bug #31842 (*date('r') does not return RFC2822 conforming date string).
2005-02-04 13:08:56 +00:00
Ilia Alshanetsky
c96a1e0ddf
Fixed bug #31056 (php_std_date() returns invalid formatted date if
...
y2k_compliance is On).
# will MFH to 5.0.X and 4.3.X after release
2004-12-12 15:50:06 +00:00
Sterling Hughes
8f1a327edb
Add strptime function.
2004-09-29 04:57:19 +00:00
Anantha Kesari H Y
7d57757a8a
removed redundant NEW_LIBC checks
2004-09-25 15:26:55 +00:00
Ilia Alshanetsky
89989f4e62
Fixed bug #29342 (strtotime() does not handle empty date string properly).
2004-07-28 01:44:39 +00:00
Derick Rethans
da2a1977b5
- Fixed bug with leap year checking.
2004-06-28 14:33:57 +00:00
Hartmut Holzgraefe
f8708f369d
disallow negative timestamps on windows only
2004-03-31 17:57:33 +00:00
Rasmus Lerdorf
1ece5eb5ad
MFB test case for bug #27719 and improve comments in this tricky DST code
2004-03-28 15:03:56 +00:00
Rasmus Lerdorf
a40518164b
MFB: The 2am offset was a bad choice as this hour doesn't necessarily exist
...
on a DST switch. So use 4am instead. Fixes bug #27719
2004-03-26 19:32:49 +00:00
Rasmus Lerdorf
8f58b974b2
Fix/workaround for http://bugs.php.net/27533
2004-03-12 17:29:52 +00:00
Ard Biesheuvel
b303ba089c
More wordsize fixes
2004-03-08 23:11:45 +00:00
foobar
b10ce1155c
- Fixed bug #23467 (Showing incorrect Time Zone)
...
# patch by scottmacvicar at ntlworld dot com
2004-02-12 01:28:12 +00:00
Andi Gutmans
dbeb4158d2
- A belated happy holidays and PHP 5
2004-01-08 08:18:22 +00:00
Derick Rethans
e7fd0bdf03
- Added 'c' modifier to date() which returns the date in ISO 8601 format.
2003-12-16 22:52:48 +00:00
Ilia Alshanetsky
67a070c151
Fixed bug #25530 (checkdate incorrectly handles floats)
2003-09-15 00:07:51 +00:00
James Cox
f68c7ff249
updating license information in the headers.
2003-06-10 20:04:29 +00:00
Moriyoshi Koizumi
1dfc59f6d8
Added missing sanity check
...
# likely a fix for bug #23457
2003-05-04 11:19:57 +00:00
foobar
c3e90bd6ed
Fixed bug #23071 (when DST in effect, date("T") crashed PHP)
2003-04-06 22:37:45 +00:00
Sebastian Bergmann
5ca078779a
Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32.
2003-03-25 08:07:13 +00:00
foobar
7e9fb9f21f
- Cleaned this mess a bit:
...
. Centralized the functions sunrise/sunset to php_sunrise_sunset
to lessen duplicate code.
. Made wrapper function php_do_date_sunrise_sunset() to lessen
duplicate code.
. Coding style fixes.
. renamed sunfuncs.h -> php_sunfuncs.h
2003-02-17 06:28:07 +00:00
Moshe Doron
ea8d11cc87
@ new idate() function.
...
@ new date_sunrise() function.
@ new date_sunset() function.
#since i have no premission updating the win32 project file, i'm sending patch on the list.
2003-02-16 22:28:01 +00:00
Kai Schroeder
eb8bccee56
fix for #17928
2003-02-09 21:44:51 +00:00
Kai Schroeder
1e24498461
MSVC's mktime() does not examine the existence of a daylight-saving-time zone
2003-02-09 12:28:01 +00:00
Ilia Alshanetsky
0d2368554a
Fixed bug #22017 (non descriptive error to appear when timestamp passed to
...
date() has value < 0. Win32 does not support timestamps prior to midnight
(00:00:00), January 1, 1970).
2003-02-03 22:48:26 +00:00
Moriyoshi Koizumi
7fa0970567
Reverted because correct decision has not been made yet.
2003-01-11 23:05:19 +00:00
Moriyoshi Koizumi
b66b92e996
Reduced warnings in ZE2 build
2003-01-11 22:32:19 +00:00
Sebastian Bergmann
b506f5c8f8
Bump year.
2002-12-31 16:08:15 +00:00
Ilia Alshanetsky
594c3808d4
Fixed bug #21098 .
2002-12-19 17:06:36 +00:00
Ilia Alshanetsky
c668055159
Remove pointless checks for array_init() return values.
2002-12-05 22:28:02 +00:00
Ilia Alshanetsky
322a24a526
prevent segv on Windows with negative localtime values.
2002-09-25 12:20:56 +00:00
Ilia Alshanetsky
78f3ad40a8
Fixed bug #12934
...
locatime() now returns an error message when passed a negative value.
2002-09-21 15:41:20 +00:00
Ilia Alshanetsky
9259c4e598
Fixed bug #19414
2002-09-19 18:22:51 +00:00
Ilia Alshanetsky
0dddad02fa
Fixed bug #19446
2002-09-18 21:34:30 +00:00
Anantha Kesari H Y
96a4626b68
NetWare related additions/modifications
2002-09-05 12:09:57 +00:00
Marcus Boerger
149ad05b4f
php_error_docref
...
#New conversion available at: http://docref.txt.marcus-boerger.de
2002-08-24 01:19:28 +00:00
Georg Richter
797f7736eb
Bugfix: #18532
...
Fixed week number calculation in accordance with ISO 8601
2002-07-26 16:50:34 +00:00
Derick Rethans
728f2de442
Unify error messages
2002-07-08 12:52:22 +00:00
Sebastian Bergmann
596859eb44
Remove unused local variables.
2002-06-14 05:42:08 +00:00
Hartmut Holzgraefe
808dd7dd5f
fix for bug #10616 -> mktime() with negative date offsets not working on MacOSX
2002-06-12 15:35:27 +00:00
Sander Roobol
a4e5289335
Oops... 1 digit is allowed too! Reverting my fix.
2002-03-09 11:23:48 +00:00
Sander Roobol
6e6bd72e0d
(php_date) Fixed 'r' modifier to always return two digits for the day
...
value (see RFC 822) (#15952 ).
2002-03-08 17:25:43 +00:00
Stanislav Malyshev
800e8af417
cygwin fix
2002-03-04 11:11:25 +00:00
Markus Fischer
fe6e7058ee
- Fix crash with invalid localtime on Win32 systems.
2002-01-20 20:16:54 +00:00