Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make DatePeriod support DateTimeImmutable as well.immutable-date | Derick Rethans | 2013-01-12 | 1 | -1/+3 |
| | | | | | | If the start element is a DateTimeImmutable object, then all returned objects are also DateTimeImmutable objects. If the start element is a DateTime object, then all returned objects are DateTime objects. | ||||
* | Fixed crash bug when the non-OO interface was used. | Derick Rethans | 2013-01-12 | 1 | -1/+1 |
| | |||||
* | Rename DateTimePoint to DateTimeImmutable. | Derick Rethans | 2013-01-12 | 1 | -64/+64 |
| | |||||
* | Added a few missing TSRMLS_DC/TSRMLS_CC. | Derick Rethans | 2013-01-12 | 1 | -9/+9 |
| | |||||
* | Implemented immutable DateTime objects as the DateTimePoint class. | Derick Rethans | 2013-01-12 | 1 | -67/+388 |
| | |||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Derick Rethans | 2013-01-06 | 1 | -1/+5 |
|\ | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Derick Rethans | 2013-01-06 | 1 | -1/+5 |
| |\ | |||||
| | * | Fixed bug #55397: Comparsion of incomplete DateTime causes SIGSEGV. | Derick Rethans | 2013-01-06 | 1 | -1/+5 |
| | | | |||||
| | * | Happy New Year~ | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Lars Strojny | 2013-01-06 | 1 | -4/+5 |
|\ \ \ | |/ / | |||||
| * | | Coding style, ANSI C compatibility | Lars Strojny | 2013-01-06 | 1 | -4/+5 |
| | | | |||||
| * | | Bug #63699: performance improvements for varios ext/date functions | Lars Strojny | 2013-01-06 | 1 | -8/+39 |
| | | | |||||
| * | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | | |||||
* | | | Bug #63699 performance improvements for ext/date by only validating timezone ↵ | Lars Strojny | 2013-01-06 | 1 | -13/+39 |
| | | | | | | | | | | | | when timezone is set | ||||
* | | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Dmitry Stogov | 2012-12-05 | 1 | -2/+21 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: Use get_gc instead of hacks of get_properties | ||||
| * | | Use get_gc instead of hacks of get_properties | Dmitry Stogov | 2012-12-05 | 1 | -2/+21 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2012-12-04 | 1 | -3/+7 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: fix bug #63666 - Poor date() performance | ||||
| * | | fix bug #63666 - Poor date() performance | Stanislav Malyshev | 2012-12-04 | 1 | -3/+7 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Remi Collet | 2012-12-01 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecond | ||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Remi Collet | 2012-12-01 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.3: Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecond | ||||
| | * | Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecond | Remi Collet | 2012-12-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | When storing '015700' microseconds in a Datetime object, Datetime::format('u') returns '015699' Already known per bug45554 reproducer (also fixed). | ||||
* | | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-09-15 | 1 | -12/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-09-15 | 1 | -12/+4 |
| |\ \ | |||||
| | * | | Revert "Fixed bug #62852 (Unserialize invalid DateTime causes crash)" | Xinchen Hui | 2012-09-15 | 1 | -12/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | see: http://news.php.net/php.bugs/173451 This reverts commit 46a3f257724df7b85cc8c3e6374c36ed9ee783b4. | ||||
* | | | | Capitalize the warning message | Xinchen Hui | 2012-09-11 | 1 | -1/+1 |
| | | | | |||||
* | | | | Rearrange the codes, remove empty lines | Xinchen Hui | 2012-09-11 | 1 | -7/+3 |
| | | | | |||||
* | | | | Provide a specific error message if date.timezone value is invalid. | Simon Welsh | 2012-09-11 | 1 | -1/+6 |
|/ / / | |||||
* | | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-08-19 | 1 | -4/+12 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #62852 (Unserialize invalid DateTime causes crash) | Reeze Xia | 2012-08-19 | 1 | -4/+12 |
| |/ | |||||
| * | Fixed Bug #62500 (Segfault in DateInterval class when extended) | Xinchen Hui | 2012-07-10 | 1 | -0/+17 |
| | | |||||
| * | Fix #62432 ReflectionMethod random corrupt memory on high concurrent | Johannes Schlüter | 2012-06-27 | 1 | -4/+4 |
| | | | | | | | | | | This fixes the same issue in multiple extensions. This isn't needed in later branches as 5.4 introduced object_properties_init() | ||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Fixed bug #53502 (strtotime with timezone memory leak). | Derick Rethans | 2011-12-06 | 1 | -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#48476 | Hannes Magnusson | 2011-08-30 | 1 | -0/+7 |
| | | |||||
| * | possible use without init fixed | Gwynne Raskind | 2011-08-07 | 1 | -1/+1 |
| | | |||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -5/+5 |
| | | |||||
| * | - Fixed bug #54283 (new DatePeriod(NULL) causes crash) | Felipe Pena | 2011-03-23 | 1 | -1/+1 |
| | | |||||
| * | Fix bug #54340 (DateTime::add() method bug). | Adam Harvey | 2011-03-22 | 1 | -4/+2 |
| | | |||||
| * | Fix bug #52290 (setDate, setISODate, setTime works wrong when DateTime ↵ | Stanislav Malyshev | 2011-01-30 | 1 | -0/+1 |
| | | | | | | | | created from timestamp) | ||||
| * | Fix bug #52808 (Segfault when specifying interval as two dates) | Stanislav Malyshev | 2011-01-30 | 1 | -2/+14 |
| | | |||||
| * | - Let's keep this consistent in the whole file. | Derick Rethans | 2011-01-25 | 1 | -1/+1 |
| | | |||||
| * | removed un-used variable | Ilia Alshanetsky | 2011-01-24 | 1 | -1/+0 |
| | | |||||
| * | Fixed bug #5273 (Can't use new properties in class extended from DateInterval) | Stanislav Malyshev | 2011-01-24 | 1 | -30/+38 |
| | | |||||
| * | Fixed Bug #52063 (DateTime constructor's second argument doesn't have a null ↵ | Stanislav Malyshev | 2011-01-24 | 1 | -2/+2 |
| | | | | | | | | default value) | ||||
| * | - be sure that we got tzid by adding a default case | Pierre Joye | 2011-01-20 | 1 | -12/+14 |
| | | |||||
| * | - Fixed bug #53729 (DatePeriod fails to initialize recurrences on 64bit | Derick Rethans | 2011-01-12 | 1 | -2/+2 |
| | | | | | | | | | | | | big-endian systems). (Patch by rein@basefarm.no) | ||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Fixed a bug in DateTime->modify() where absolute date/time statements had no | Derick Rethans | 2010-12-15 | 1 | -0/+25 |
| | | | | | | | | | | effect. | ||||
| * | - Fix build | Felipe Pena | 2010-11-18 | 1 | -1/+1 |
| | |