Felipe Pena
8775a37559
- Year++
2012-01-01 13:15:04 +00:00
Derick Rethans
4c9fad8b36
- Fixed bug #53502 (strtotime with timezone memory leak).
...
- Fixed bug #52062 (large timestamps with DateTime::getTimestamp and
DateTime::setTimestamp).
- Fixed bug #51994 (date_parse_from_format is parsing invalid date using 'yz'
format).
- Fixed bug #51223 (Seg fault while creating (by unserialization)
DatePeriod).
2011-12-06 06:21:08 +00:00
Derick Rethans
37d1038958
- Removed support for putenv("TZ=..") for setting the timezone.
...
- Removed the timezone guessing algorithm in case the timezone isn't set with
date.timezone or date_default_timezone_set(). Instead of a guessed timezone,
"UTC" is now used instead.
2011-09-13 14:48:13 +00:00
Hannes Magnusson
f41105f56f
Fixed bug#48476
2011-08-30 13:41:57 +00:00
Gwynne Raskind
5a64b06289
possible use without init fixed
2011-08-07 18:12:52 +00:00
Felipe Pena
da376383e8
- Make usage of new PHP_FE_END macro
2011-07-25 11:35:02 +00:00
Felipe Pena
2adf58cfcf
- Fixed bug #54283 (new DatePeriod(NULL) causes crash)
2011-03-23 01:22:18 +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
5bb0a44e06
Fix bug #52808 (Segfault when specifying interval as two dates)
2011-01-30 08:54:53 +00:00
Derick Rethans
e1a4b5439d
- Let's keep this consistent in the whole file.
2011-01-25 15:08:19 +00:00
Ilia Alshanetsky
05b2d22a00
removed un-used variable
2011-01-24 20:58:09 +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
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
e0af377bd8
- be sure that we got tzid by adding a default case
2011-01-20 07:05:34 +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
0203cc3d44
- Year++
2011-01-01 02:17:06 +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
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
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
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
0bb08c61f8
Fixed bug #51725 (xmlrpc_get_type() returns true on invalid dates). (Mike)
2010-05-12 09:37:25 +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
Derick Rethans
8ac4d1190a
- 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
Sebastian Bergmann
9ba1e81665
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
2010-01-03 09:23:27 +00:00
Jani Taskinen
2e5546d71e
- Fixed bug #50266 (conflicting types for llabs)
2009-11-28 00:38:05 +00:00
Pierre Joye
89fec084f1
- #48752 , crash during date parsing with invalid date
2009-10-27 10:41:45 +00:00
Dmitry Stogov
ffb07732f7
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
5afa8a23bb
Refix bug #49558 as per bug #49676
2009-09-26 00:53:59 +00:00
Rasmus Lerdorf
d032060ea8
Fix bug #49558
...
And as Colin mentioned in the bug report, this means date_sunrise()
and date_sunset() have been off by 26 seconds in most cases until now.
2009-09-15 20:28:42 +00:00
Kalle Sommer Nielsen
d46ca6d3b5
MFH: Fixed compiler warnings in ext/date
2009-08-05 21:25:39 +00:00
Derick Rethans
9dfb40ea8c
- MFH: Fixed bug #47351 (Memory leak in DateTime).
2009-06-30 16:17:30 +00:00
Johannes Schlüter
6354376924
MFH: Fixed bug #48678 (DateInterval segfaults when unserialising (Ilia)
2009-06-25 15:07:36 +00:00
Ilia Alshanetsky
1c4dafd84d
Revert unrelated bits to the previous commit
2009-06-22 14:24:27 +00:00
Ilia Alshanetsky
bc8e357482
MFB: Fixed bug #48636 (Error compiling of ext/date on netware).
2009-06-22 13:43:14 +00:00
Scott MacVicar
25715c7660
MFH Fix bug #48276 - year is a long long so we need %lld so big endian systems print the correct value.
2009-06-21 22:19:11 +00:00
Hannes Magnusson
b293b35eaa
Fix proto and arginfo
2009-06-21 20:40:53 +00:00
Hannes Magnusson
b685def15a
MFB5.2: "Make this happy on gcc2"
2009-06-17 17:56:17 +00:00
Stanislav Malyshev
2d6377e322
fix for #48247
2009-05-31 21:28:38 +00:00
Hannes Magnusson
39ac962ffd
MFH: Partial fix for bug#48333
2009-05-19 19:23:33 +00:00
Jani Taskinen
59bc60ffbe
- Revert bad compile warning fix which causes compile failures with older glibc
2009-05-19 15:38:07 +00:00
Jani Taskinen
1033af1cb3
MFH: Fixed module loading order and made request shutdown functions also to
...
be loaded in reverse like all other shutdowns are.
2009-05-13 18:48:20 +00:00