summaryrefslogtreecommitdiff
path: root/ext/date/php_date.c
Commit message (Collapse)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Fixed bug #53502 (strtotime with timezone memory leak).Derick Rethans2011-12-061-11/+83
| | | | | | | | | | - 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).
* Fixed bug#48476Hannes Magnusson2011-08-301-0/+7
|
* possible use without init fixedGwynne Raskind2011-08-071-1/+1
|
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-5/+5
|
* - Fixed bug #54283 (new DatePeriod(NULL) causes crash)Felipe Pena2011-03-231-1/+1
|
* Fix bug #54340 (DateTime::add() method bug).Adam Harvey2011-03-221-4/+2
|
* Fix bug #52290 (setDate, setISODate, setTime works wrong when DateTime ↵Stanislav Malyshev2011-01-301-0/+1
| | | | created from timestamp)
* Fix bug #52808 (Segfault when specifying interval as two dates)Stanislav Malyshev2011-01-301-2/+14
|
* - Let's keep this consistent in the whole file.Derick Rethans2011-01-251-1/+1
|
* removed un-used variableIlia Alshanetsky2011-01-241-1/+0
|
* Fixed bug #5273 (Can't use new properties in class extended from DateInterval)Stanislav Malyshev2011-01-241-30/+38
|
* Fixed Bug #52063 (DateTime constructor's second argument doesn't have a null ↵Stanislav Malyshev2011-01-241-2/+2
| | | | default value)
* - be sure that we got tzid by adding a default casePierre Joye2011-01-201-12/+14
|
* - Fixed bug #53729 (DatePeriod fails to initialize recurrences on 64bitDerick Rethans2011-01-121-2/+2
| | | | | | big-endian systems). (Patch by rein@basefarm.no)
* - Year++Felipe Pena2011-01-011-1/+1
|
* - Fixed a bug in DateTime->modify() where absolute date/time statements had noDerick Rethans2010-12-151-0/+25
| | | | | effect.
* - Fix buildFelipe Pena2010-11-181-1/+1
|
* - Fixed the call as well.Derick Rethans2010-11-181-1/+1
|
* - Revert the ABI changing commit.Derick Rethans2010-11-181-1/+2
|
* - Sync from HEAD.Derick Rethans2010-11-131-22/+20
|
* - Fixed bug #52668 (Iterating over a dateperiod twice is broken).Derick Rethans2010-08-301-11/+13
|
* - Fixed Bug #51168 (fails to compile with Sun Studio)Sriram Natarajan2010-06-081-1/+1
| | | | | | # C99 standard supports inline keyword and supported by # by major compilers like GCC, HP C, IBM C and Sun C
* Fixed bug #51725 (xmlrpc_get_type() returns true on invalid dates). (Mike)Michael Wallner2010-05-121-1/+7
|
* Fixed bug #49700 (memory leaks in php_date.c if garbage collector is enabled)Dmitry Stogov2010-04-201-2/+2
|
* - Fixed bug #49059 (DateTime::diff() repeats previous sub() operation).Derick Rethans2010-03-071-0/+2
|
* - Fixed bug #40778 (DateInterval::format("%a") is always zero when an intervalDerick Rethans2010-03-071-2/+14
| | | | | is created from an ISO string).
* - Fixed bug #50555 (DateTime::sub() allows 'relative' time modifications).Derick Rethans2010-03-071-0/+5
|
* - fix php_date_llabs declarationPierre Joye2010-02-111-3/+5
|
* - Fixed bug #49585 (date_format buffer not long enough for >4 digit years).Derick Rethans2010-02-101-1/+1
| | | | | #- Was already partly fixed with my previous commit.
* - Added a test case for bug #45866Derick Rethans2010-02-101-11/+17
| | | | | | | | | | | - 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.
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* - Fixed bug #50266 (conflicting types for llabs)Jani Taskinen2009-11-281-4/+4
|
* - #48752, crash during date parsing with invalid datePierre Joye2009-10-271-1/+6
|
* Fixed bug #49627 (error_log to specified file does not log time according to ↵Dmitry Stogov2009-10-051-1/+11
| | | | date.timezone)
* Refix bug #49558 as per bug #49676Rasmus Lerdorf2009-09-261-1/+1
|
* Fix bug #49558Rasmus Lerdorf2009-09-151-1/+1
| | | | | | 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.
* MFH: Fixed compiler warnings in ext/dateKalle Sommer Nielsen2009-08-051-1/+1
|
* - MFH: Fixed bug #47351 (Memory leak in DateTime).Derick Rethans2009-06-301-1/+1
|
* MFH: Fixed bug #48678 (DateInterval segfaults when unserialising (Ilia)Johannes Schlüter2009-06-251-0/+4
|
* Revert unrelated bits to the previous commitIlia Alshanetsky2009-06-221-1/+1
|
* MFB: Fixed bug #48636 (Error compiling of ext/date on netware).Ilia Alshanetsky2009-06-221-1/+5
|
* MFH Fix bug #48276 - year is a long long so we need %lld so big endian ↵Scott MacVicar2009-06-211-1/+1
| | | | systems print the correct value.
* Fix proto and arginfoHannes Magnusson2009-06-211-1/+2
|
* MFB5.2: "Make this happy on gcc2"Hannes Magnusson2009-06-171-0/+4
|
* fix for #48247Stanislav Malyshev2009-05-311-6/+15
|
* MFH: Partial fix for bug#48333Hannes Magnusson2009-05-191-2/+4
|
* - Revert bad compile warning fix which causes compile failures with older glibcJani Taskinen2009-05-191-2/+0
|
* MFH: Fixed module loading order and made request shutdown functions also toJani Taskinen2009-05-131-7/+1
| | | | | be loaded in reverse like all other shutdowns are.
* Fixed compiler warning due to llabs() functionIlia Alshanetsky2009-05-051-0/+2
|