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
Antony Dovgal
ec0269078d
fix tests
2006-08-07 21:42:27 +00:00
Antony Dovgal
d0c9c06f5a
fix test - class Date has been renamed
...
the test still fails, though...
2006-08-07 21:06:21 +00:00
Antony Dovgal
e42e830a1e
fix test
2006-08-02 23:29:09 +00:00
Michael Wallner
f4521581b7
- update test
2006-08-01 16:49:08 +00:00
Michael Wallner
f1ff6fb935
- use library error message on time string parse failure
2006-08-01 16:45:24 +00:00
Michael Wallner
c5db30db85
- fix leaks on multiple calls to DateTime::__construct()
...
- throw exception on unparseable time strings in DateTime::__construct()
# I guess I'm done now
2006-08-01 15:54:45 +00:00
Michael Wallner
6582daf259
- OO fixes:
...
. no is_ref for objects in PHP5+
. initialize objects when created with the `new` operator
. check for proper initialization in child classes
- fix typo: transistion -> transition
- add test
2006-08-01 13:27:41 +00:00
Hannes Magnusson
e78e8ab2ec
MFB: Update test
2006-07-28 16:32:54 +00:00
Ilia Alshanetsky
2a2450cb59
MFB: Fixed bug #38229 (strtotime() does not parse YYYY-MM format).
2006-07-27 13:01:10 +00:00
Derick Rethans
13b1d8b95b
- Rename date classes to DateTime and DateTimeZone
2006-07-20 15:48:36 +00:00
Derick Rethans
6ce33efe08
- Enable all methods in the already existing Date and Timezone classes
2006-07-18 12:37:49 +00:00
Antony Dovgal
af234920c6
MFB: eliminate compile warnings
2006-07-11 12:37:26 +00:00
Antony Dovgal
0af0ad4ef7
initialize vars
2006-07-10 11:25:59 +00:00
Derick Rethans
844e32934e
- Updated timezonedb to version 2006.7.
...
- Fixed test cases because of new constant values for the formats.
2006-07-04 18:12:37 +00:00
Hannes Magnusson
12fbcb6344
nuke types in arginfo
2006-07-02 00:10:36 +00:00
Antony Dovgal
79786ebae8
MFB: AIX and Solaris have different (gm)strftime() implementation
2006-06-29 22:47:34 +00:00
Hannes Magnusson
e20eb59ccc
Fix test on linux...
2006-06-29 22:12:44 +00:00
Hannes Magnusson
a880059e5a
fix/improve test
2006-06-29 15:01:20 +00:00
Antony Dovgal
2399d12be0
more tests
2006-06-27 15:54:36 +00:00
Antony Dovgal
23ff3b767d
more date() tests
2006-06-27 15:07:50 +00:00
Antony Dovgal
0aa1cd2c52
fix segfault with 'B' format param
2006-06-27 15:06:18 +00:00
Antony Dovgal
770188279f
plug leak in my last patch
2006-06-23 13:52:53 +00:00
Antony Dovgal
a3d2ed6356
timelib_day_of_week_ex() returns -1 if the year is less than 1753
...
don't use its return value directly, as accessing array element with negative index may lead to unpredictable result (crash?)
2006-06-22 21:03:48 +00:00
Antony Dovgal
c605235b53
don't try to parse empty string, return false immediately
...
(fixes off-by-one)
2006-06-22 18:44:18 +00:00
Hannes Magnusson
9b8efc936a
Fixed tests
2006-06-17 12:48:20 +00:00
Nuno Lopes
fa23156c42
MFB
2006-06-17 10:31:21 +00:00
Nuno Lopes
e74021e487
MFB: new tests
2006-06-16 22:48:29 +00:00
Dmitry Stogov
943960c324
Added automatic module globals management
2006-06-13 13:12:20 +00:00
Hannes Magnusson
9f786b9eff
Fix typo
2006-06-11 20:11:52 +00:00
Hannes Magnusson
00f9624a35
Fix test
2006-06-10 23:53:14 +00:00
Hannes Magnusson
e6487d115e
Added argument info
...
Fixed protos
Fixed vim folding
2006-06-10 22:59:40 +00:00
Derick Rethans
654b601543
- MF52: Fixed bug #37747 (strtotime segfaults when given "nextyear").
2006-06-08 16:30:37 +00:00
Antony Dovgal
eac15d9fd5
fix tests in unicode mode
2006-06-02 22:22:43 +00:00
Hannes Magnusson
43a4e75e8a
Lets play nice and use 4digit years with DATE_RSS
2006-05-30 15:13:36 +00:00
Hannes Magnusson
b32c5e959c
Fixed DATE_COOKIE & DATE_RSS
...
Fixed tests
Add comments
# My first php-src/ commit! :)
2006-05-30 14:45:16 +00:00
Derick Rethans
f33cfbabfe
- Now as text and not HTML.
2006-05-30 13:15:10 +00:00
Derick Rethans
8d31d2e896
- Fixed bug #37616 : DATE_RFC822 does not product RFC 822 dates. (Patch by
...
Hannes Magnusson)
2006-05-30 13:08:00 +00:00
Derick Rethans
43ca53674c
- MF52: Fixed bug #37514 (strtotime doesn't assume year correctly).
2006-05-19 14:53:07 +00:00