Commit Graph

300 Commits

Author SHA1 Message Date
Antony Dovgal
edb8190a95 fix tests 2007-04-20 20:57:57 +00:00
Antony Dovgal
fe2cd52ac1 fix timezone_abbreviations_list() in unicode mode 2007-04-20 20:55:30 +00:00
Derick Rethans
916e90c9e2 - MFB: Updated timezone database to version 2007.5. (Derick) 2007-04-13 14:52:06 +00:00
Derick Rethans
a843b46454 - MFB: Fixed bug #39416 (Milliseconds in date()). 2007-04-13 14:10:38 +00:00
Derick Rethans
59fcb5299d - MFB: Fixed bug #39965 (Latitude and longitude are backwards in date_sun_info()). 2007-04-13 08:34:11 +00:00
Derick Rethans
3eef99f6cd - MFB: Fixed bug #40290 (strtotime() returns unexpected result with particular
timezone offset).
2007-04-13 08:11:35 +00:00
Antony Dovgal
8957f06763 MFB 2007-04-11 22:35:25 +00:00
Derick Rethans
e9f77bb7e5 - Fixed bug #40861 (strtotime() doesn't handle double negative relative time
units correctly).
2007-04-11 14:36:45 +00:00
Derick Rethans
d184a4f9c3 - MF52: Updated timezone database to version 2007.3. 2007-03-06 21:29:33 +00:00
Michael Wallner
d431a16629 - fix ws as requested by derick 2007-03-05 14:10:05 +00:00
Michael Wallner
75383d4658 - fix bug #40691: add comparison object handler 2007-03-05 14:05:31 +00:00
Derick Rethans
e3794a3986 - Clarify the source of the timezone data. 2007-02-14 19:35:01 +00:00
Marcus Boerger
6640eadc15 - Fix warnings 2007-01-20 12:22:02 +00:00
Marcus Boerger
9ad7d83a03 - We want the size here not the length 2007-01-18 23:17:49 +00:00
Hannes Magnusson
8080363f2d Use relative timestamp 2007-01-07 07:59:22 +00:00
Hannes Magnusson
1175652bef MFB: Fix tests 2007-01-05 15:28:41 +00:00
Derick Rethans
44327b0af2 - MFB: Fixed bug #40012 (php_date.c doesnt compile on Netware). 2007-01-03 14:46:52 +00:00
Antony Dovgal
1167da966b and one more.. 2007-01-03 13:48:46 +00:00
Antony Dovgal
4a88a40537 fix test 2007-01-03 13:47:03 +00:00
Sebastian Bergmann
3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Antony Dovgal
a7e4f10ae2 more ext/date tests by Chris Jones 2006-12-22 13:07:26 +00:00
Ilia Alshanetsky
63bcfa04e8 MFB: Fixed bug #39782 (setTime() on a DateTime constructed with a Weekday
yields incorrect results).
2006-12-11 21:08:44 +00:00
Ilia Alshanetsky
869fe0320e MFB: Fixed bug #39791 (Crash in strtotime() on overly long relative date
multipliers).
2006-12-11 05:04:58 +00:00
Derick Rethans
26568762da - Updated timezone database to version 2006.16. 2006-11-29 20:01:28 +00:00
Nuno Lopes
a72df3dc05 MFB 2006-11-10 23:27:31 +00:00
Nuno Lopes
3cc8329e12 MFB 2006-11-10 17:32:42 +00:00
Hannes Magnusson
62003ce506 Throw exception on invalid parameters in DateTime::__construct()
#makes sure the object doesnt get initialized with bogus parameters
2006-11-06 16:10:33 +00:00
Hannes Magnusson
641df597fa Add oneliner descriptions 2006-10-25 12:35:16 +00:00
Derick Rethans
96c237275a - MF52: Updated timezone database. 2006-10-17 17:08:52 +00:00
Hannes Magnusson
176b72284c Error message clean up
(patch by Matt W (php_lists -AT- realpain.com))
2006-10-08 13:34:24 +00:00
Hannes Magnusson
523180a5a7 Add "wrong param count"/"expecting parameter .. to be.." warning to strtotime() 2006-10-07 22:31:52 +00:00
Hannes Magnusson
b3a5b40029 use PHP_ME_MAPPING rather than ZEND_NAMED_FE/ZEND_FENTRY 2006-10-03 14:55:42 +00:00
Hannes Magnusson
a2ffbd396d add proto 2006-10-02 07:32:16 +00:00
Derick Rethans
d12d204cf1 - Return timezone's names as Unicode strings. 2006-09-27 18:32:24 +00:00
Antony Dovgal
8bc414ee8e fix test 2006-09-19 11:29:50 +00:00
Dmitry Stogov
128548a5c0 Disabled autoconversion of hash keys (from string to unicode) for PHP arrays 2006-09-19 10:38:31 +00:00
Hannes Magnusson
9dceb42867 Add protos 2006-09-10 17:01:10 +00:00
Hannes Magnusson
f2ad985262 - date_timezone_set() needs both arguments
- Throw exception in DateTimeZone::__construct if no arguments are passed
2006-09-10 16:32:30 +00:00
Derick Rethans
319a3dcb80 - The .c file is generated... so updating the .re file and cleaning up WS. 2006-09-09 12:25:54 +00:00
Antony Dovgal
cb04bb6a4f fix #38721 (date_parse() invalid read) 2006-09-08 20:22:23 +00:00
Derick Rethans
058b359800 - Added support for the full ISO week number format. (2006-W52-7) 2006-09-06 07:33:59 +00:00
Nuno Lopes
573f153e06 MFB: int->zend_bool where possible 2006-09-05 12:42:25 +00:00
Michael Wallner
7c8079c8ce - attempt to fix #38696 2006-09-03 09:09:38 +00:00
Nuno Lopes
045dd11483 MFH 2006-09-01 23:33:13 +00:00
Nuno Lopes
2e3faf9cd2 MFB: fix possible crash 2006-09-01 23:19:56 +00:00
Antony Dovgal
8652b39044 add UEXPECT 2006-08-29 22:24:23 +00:00
Derick Rethans
e84f9d2439 - Upgrade timezone db to 2006.11 (k). 2006-08-29 20:21:02 +00:00
Ilia Alshanetsky
994cf483e1 MFB: Fixed bug #38511, #38473, #38263 (Fixed session extension request
shutdown order to ensure it is shutdown before the extensions it may depend
on).
2006-08-22 16:47:43 +00:00
Michael Wallner
7fc16dec3e - fix leak when cloning DateTimeZone, detected by Antony
- don't fetch objects multiple times when cloning
2006-08-15 06:53:02 +00:00
Michael Wallner
62f04bba34 - add cloning support to DateTime classes 2006-08-14 20:02:52 +00:00