1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Commit Graph

588 Commits

Author SHA1 Message Date
Derick Rethans
9e81928a98 - Updated to version 2010.5 (2010e) 2010-03-08 20:08:51 +00:00
Derick Rethans
de18a02163 - Fixed bug #46111 (Some timezone identifiers can not be parsed). 2010-03-07 19:18:06 +00:00
Derick Rethans
d00074bf3c - Re-generate mapping files, but now with BC zones as well.
#- Fixes the test case for bug #17988 that used a few of those.
2010-03-07 19:13:19 +00:00
Derick Rethans
ad884547ea - Fixed bug #48902 (Timezone database fallback map is outdated). 2010-03-07 18:21:23 +00:00
Derick Rethans
3cface60c8 - Fixed bug #49059 (DateTime::diff() repeats previous sub() operation). 2010-03-07 17:25:16 +00:00
Derick Rethans
39a5cd563f - Update test cases after the fix for bug #49778. 2010-03-07 17:23:40 +00:00
Derick Rethans
e1afa750b9 - Fixed test case, there are Unicode keys here. 2010-03-07 17:20:08 +00:00
Derick Rethans
2c9de65193 - Fixed bug #40778 (DateInterval::format("%a") is always zero when an interval
is created from an ISO string).
2010-03-07 15:26:39 +00:00
Derick Rethans
ffeb100e5e - Fixed bug #50555 (DateTime::sub() allows 'relative' time modifications). 2010-03-07 13:54:46 +00:00
Derick Rethans
9910aab74e - Change this test case because non-6 digits are supported now, and clarify
that the "1" doesn't show because the precision isn't high enough. (Same
  happens if you change it to 9).
2010-03-07 13:47:06 +00:00
Derick Rethans
baff5e6866 - Fixed bug #50392 (date_create_from_format enforces 6 digits for 'u' format
character).
2010-03-07 13:08:47 +00:00
Derick Rethans
862f25123e - Commit updated .re file as well for the "first day of" issue. 2010-03-07 13:05:11 +00:00
Derick Rethans
f8e412ae51 - Fixed bug #51096 ('last day' and 'first day' are handled incorrectly when
parsing date strings).
- For 5.2 I just added the test case minus new 5.3 additions.
2010-03-06 16:04:47 +00:00
Derick Rethans
f789ac323b - Updated to version 2010.3 (2010c) 2010-03-01 14:59:24 +00:00
Pierre Joye
eaaf19bf6f - fix php_date_llabs declaration 2010-02-11 22:37:50 +00:00
Derick Rethans
8e16076dc2 - Fixed bug #49585 (date_format buffer not long enough for >4 digit years).
#- Was already partly fixed with my previous commit.
2010-02-10 16:55:40 +00:00
Derick Rethans
50c807face - Added a test case for bug #45866
- Fixed tests: oo_002, bug46268
- Fixed bug #50930 (Wrong date by php_date.c patch with ancient gcc/glibc
  versions).
- Make sure faulty strings passed to DateTime::modify() notify the user.
- Revert fix for bug #50392 as it was fixed wrongly without a proper test case.
- Fixed a bug with the 'r' formatting function as the default buffer size that
  was allocated only fit 4 digit years.
2010-02-10 16:23:30 +00:00
Derick Rethans
2c52fffdf9 - Fixed a few tests due to Unicode and the environment var support. 2010-02-10 16:16:18 +00:00
Derick Rethans
55ff31e78d - Update in trunk and PHP 5.2 as well. 2010-02-10 14:04:27 +00:00
Derick Rethans
8fa7771dec - Updated to version 2010.1 (./tzdata2010a) 2010-01-24 15:23:14 +00:00
Ilia Alshanetsky
3c92875e18 Added test for bug #50680 2010-01-14 15:45:49 +00:00
Ilia Alshanetsky
bb76666d4e Fixed bug #50680 (strtotime() does not support eighth ordinal number). 2010-01-07 12:54:44 +00:00
Sebastian Bergmann
22f4ef45fe sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
Sebastian Bergmann
cbbec12ebc sed -i "s#1997-2009#1997-2010#g" **/*.re **/*.y **/*.l 2010-01-03 08:22:14 +00:00
Derick Rethans
d4ce2329ee - Updated to version 2009.21 (2009u) 2009-12-28 14:30:50 +00:00
Derick Rethans
bf8f77c415 - Updated to version 2009.20 (2009t) 2009-12-21 20:46:12 +00:00
Ilia Alshanetsky
312d703cce Fixed bu #50392 (date_create_from_format() enforces 6 digits for 'u' format character) 2009-12-15 12:34:12 +00:00
Jani Taskinen
d651c6e0c0 - Fixed bug #50266 (conflicting types for llabs) 2009-11-28 00:38:05 +00:00
Derick Rethans
c101789e27 - Fixed the setting of cookies. 2009-11-18 13:24:41 +00:00
Derick Rethans
aed5e7ee73 - Updated to version 2009.19 (2009s) 2009-11-16 15:57:13 +00:00
Derick Rethans
22baf4fd38 - Updated to version 2009.18 (2009r) 2009-11-09 15:39:15 +00:00
andy wharmby
3863c25ed8 Fix tests 2009-11-05 22:44:02 +00:00
Derick Rethans
52730989e7 - Updated to version 2009.17 (2009q) 2009-11-02 16:12:20 +00:00
Pierre Joye
c5f6749741 - #48752, crash during date parsing with invalid date 2009-10-27 10:41:45 +00:00
Derick Rethans
fce960743d - Updated to version 2009.16 (2009p) 2009-10-26 14:09:23 +00:00
Derick Rethans
5c8d0cf32f - Updated to version 2009.15 (2009o) 2009-10-19 16:29:13 +00:00
Derick Rethans
7b3f8a75a3 - Updated to version 2009.14 (2009n) 2009-10-13 08:16:35 +00:00
Felipe Pena
1a750aabc0 - Fixed tests 2009-10-10 00:31:18 +00:00
Dmitry Stogov
ffed322607 Fixed bug #49627 (error_log to specified file does not log time according to date.timezone) 2009-10-05 13:56:49 +00:00
Rasmus Lerdorf
22fdde3f5d Fix date_sunrise/date_sunset tests 2009-09-29 13:56:51 +00:00
Rasmus Lerdorf
5f9009963f Refix bug #49558 as per bug #49676 2009-09-26 00:53:59 +00:00
Jani Taskinen
7ae78572e2 - Move tests in the right location 2009-09-22 09:41:39 +00:00
Rasmus Lerdorf
5e0e9419e2 Fix for bug #49558 for 5.2 and HEAD as well. 2009-09-15 20:34:54 +00:00
Derick Rethans
5b709c4718 - Updated to version 2009.13 (2009m) 2009-09-08 14:03:53 +00:00
Zoe Slattery
36a338a569 The last of the 2009 testfest tests 2009-08-30 18:18:50 +00:00
Zoe Slattery
157453148a More tests from 2009 testfest 2009-08-28 14:31:19 +00:00
Derick Rethans
2d466648de - Updated to version 2009.12 (2009l) 2009-08-17 14:46:58 +00:00
Kalle Sommer Nielsen
70e338e285 Fix compiler warnings in ext/date 2009-08-04 21:11:35 +00:00
Rasmus Lerdorf
7f607e0017 Missed a merge 2009-08-02 23:12:04 +00:00
Derick Rethans
2628e5e4db - Fixed headers...
#- It makes sense to change the .re files instead of just the generated .c
#  files...
2009-07-29 15:41:21 +00:00