Hannes Magnusson
|
a6e5d309db
|
Fixed bug#48476
|
2011-08-30 13:41:57 +00:00 |
|
Gwynne Raskind
|
04b575f409
|
possible use without init fixed
|
2011-08-07 18:12:52 +00:00 |
|
Gwynne Raskind
|
265367e816
|
possible use without init fixed
|
2011-08-07 18:12:52 +00:00 |
|
Felipe Pena
|
23e438594d
|
- Make usage of new PHP_FE_END macro
|
2011-07-25 11:42:53 +00:00 |
|
Felipe Pena
|
4b30846b50
|
- Make usage of new PHP_FE_END macro
|
2011-07-25 11:35:02 +00:00 |
|
Felipe Pena
|
5b85234b37
|
- Fixed bug #54283 (new DatePeriod(NULL) causes crash)
|
2011-03-23 01:22:18 +00:00 |
|
Felipe Pena
|
2adf58cfcf
|
- Fixed bug #54283 (new DatePeriod(NULL) causes crash)
|
2011-03-23 01:22:18 +00:00 |
|
Adam Harvey
|
334d2df892
|
Fix bug #54340 (DateTime::add() method bug).
|
2011-03-22 08:33:22 +00:00 |
|
Adam Harvey
|
991ba13174
|
Fix bug #54340 (DateTime::add() method bug).
|
2011-03-22 08:33:22 +00:00 |
|
Stanislav Malyshev
|
1e91069eb4
|
Fix bug #52290 (setDate, setISODate, setTime works wrong when DateTime created from timestamp)
|
2011-01-30 10:18:12 +00:00 |
|
Stanislav Malyshev
|
71f3d3793d
|
Fix bug #52290 (setDate, setISODate, setTime works wrong when DateTime created from timestamp)
|
2011-01-30 10:18:12 +00:00 |
|
Stanislav Malyshev
|
5bb0a44e06
|
Fix bug #52808 (Segfault when specifying interval as two dates)
|
2011-01-30 08:54:53 +00:00 |
|
Stanislav Malyshev
|
7eca674e59
|
Fix bug #52808 (Segfault when specifying interval as two dates)
|
2011-01-30 08:54:53 +00:00 |
|
Derick Rethans
|
ecbbe16a8b
|
- Let's keep this consistent in the whole file.
|
2011-01-25 15:08:19 +00:00 |
|
Derick Rethans
|
e1a4b5439d
|
- Let's keep this consistent in the whole file.
|
2011-01-25 15:08:19 +00:00 |
|
Ilia Alshanetsky
|
8e57ad193b
|
removed un-used variable
|
2011-01-24 20:58:09 +00:00 |
|
Ilia Alshanetsky
|
05b2d22a00
|
removed un-used variable
|
2011-01-24 20:58:09 +00:00 |
|
Stanislav Malyshev
|
e9d18e09d9
|
Fixed bug #5273 (Can't use new properties in class extended from DateInterval)
|
2011-01-24 02:31:48 +00:00 |
|
Stanislav Malyshev
|
1a8b87d2c5
|
Fixed bug #5273 (Can't use new properties in class extended from DateInterval)
|
2011-01-24 02:31:48 +00:00 |
|
Stanislav Malyshev
|
4756d7c2c8
|
Fixed Bug #52063 (DateTime constructor's second argument doesn't have a null default value)
|
2011-01-24 01:15:41 +00:00 |
|
Stanislav Malyshev
|
a6c0a4e474
|
Fixed Bug #52063 (DateTime constructor's second argument doesn't have a null default value)
|
2011-01-24 01:15:41 +00:00 |
|
Pierre Joye
|
0dcf2de5ac
|
- be sure that we got tzid by adding a default case
|
2011-01-20 07:05:34 +00:00 |
|
Pierre Joye
|
e0af377bd8
|
- be sure that we got tzid by adding a default case
|
2011-01-20 07:05:34 +00:00 |
|
Derick Rethans
|
58810bd055
|
- Fixed bug #53729 (DatePeriod fails to initialize recurrences on 64bit
big-endian systems). (Patch by rein@basefarm.no)
|
2011-01-12 19:50:09 +00:00 |
|
Derick Rethans
|
8e73b70806
|
- Fixed bug #53729 (DatePeriod fails to initialize recurrences on 64bit
big-endian systems). (Patch by rein@basefarm.no)
|
2011-01-12 19:50:09 +00:00 |
|
Felipe Pena
|
927bf09c29
|
- Year++
|
2011-01-01 02:19:59 +00:00 |
|
Felipe Pena
|
0203cc3d44
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
|
Derick Rethans
|
1cf5713dd3
|
- Fixed a bug in DateTime->modify() where absolute date/time statements had no
effect.
|
2010-12-15 21:45:25 +00:00 |
|
Derick Rethans
|
3a03c53dbd
|
- Fixed a bug in DateTime->modify() where absolute date/time statements had no
effect.
|
2010-12-15 21:45:25 +00:00 |
|
Felipe Pena
|
60ad3e54af
|
- Fix build
|
2010-11-18 11:33:42 +00:00 |
|
Derick Rethans
|
95a88f04a9
|
- Fixed the call as well.
|
2010-11-18 11:28:07 +00:00 |
|
Derick Rethans
|
a2434bb66c
|
- Revert the ABI changing commit.
|
2010-11-18 11:24:59 +00:00 |
|
Derick Rethans
|
bb1dbdf62c
|
- Sync from HEAD.
|
2010-11-13 16:31:01 +00:00 |
|
Kalle Sommer Nielsen
|
a3161aa091
|
Removed a TSRMLS_FETCH() call in php_idate() in favor of the TSRMLS macros
|
2010-09-27 01:19:57 +00:00 |
|
Derick Rethans
|
ab6789a0ef
|
- Fixed bug #52668 (Iterating over a dateperiod twice is broken).
|
2010-08-30 15:32:09 +00:00 |
|
Derick Rethans
|
bd184cc572
|
- Fixed bug #52668 (Iterating over a dateperiod twice is broken).
|
2010-08-30 15:32:09 +00:00 |
|
Sriram Natarajan
|
4500357df6
|
- Fixed Bug #51168 (fails to compile with Sun Studio)
# C99 standard supports inline keyword and supported by
# by major compilers like GCC, HP C, IBM C and Sun C
|
2010-06-08 21:23:48 +00:00 |
|
Sriram Natarajan
|
dbddbb6e34
|
- Fixed Bug #51168 (fails to compile with Sun Studio)
# C99 standard supports inline keyword and supported by
# by major compilers like GCC, HP C, IBM C and Sun C
|
2010-06-08 21:23:48 +00:00 |
|
Dmitry Stogov
|
c5237d82bf
|
Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties
|
2010-05-24 14:11:39 +00:00 |
|
Michael Wallner
|
ad15797925
|
Fixed bug #51725 (xmlrpc_get_type() returns true on invalid dates). (Mike)
|
2010-05-12 09:37:25 +00:00 |
|
Michael Wallner
|
0bb08c61f8
|
Fixed bug #51725 (xmlrpc_get_type() returns true on invalid dates). (Mike)
|
2010-05-12 09:37:25 +00:00 |
|
Dmitry Stogov
|
336e957951
|
Fixed bug #49700 (memory leaks in php_date.c if garbage collector is enabled)
|
2010-04-20 15:41:35 +00:00 |
|
Dmitry Stogov
|
e7d3ec6dee
|
Fixed bug #49700 (memory leaks in php_date.c if garbage collector is enabled)
|
2010-04-20 15:41:35 +00:00 |
|
Dmitry Stogov
|
94dd83722b
|
Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table
|
2010-04-20 10:57:45 +00:00 |
|
Derick Rethans
|
4da75af2f8
|
- Expose date-extension object creation externally.
- Expose DateTime object initialisation externally.
|
2010-04-10 20:33:41 +00:00 |
|
Derick Rethans
|
02e4644786
|
- Fixed bug #49059 (DateTime::diff() repeats previous sub() operation).
|
2010-03-07 17:25:16 +00:00 |
|
Derick Rethans
|
156d780cbd
|
- 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
|
f1286280d1
|
- Fixed bug #50555 (DateTime::sub() allows 'relative' time modifications).
|
2010-03-07 13:54:46 +00:00 |
|
Pierre Joye
|
da94f0736e
|
- fix php_date_llabs declaration
|
2010-02-11 22:37:50 +00:00 |
|
Derick Rethans
|
5a43f269cc
|
- 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 |
|