summaryrefslogtreecommitdiff
path: root/ext/date/php_date.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #65768: DateTimeImmutable::diff does not worknikita22062013-11-291-4/+17
* Merge branch 'PHP-5.4' into PHP-5.5Derick Rethans2013-11-281-0/+1
|\
| * Move add/sub to timelib.Derick Rethans2013-11-281-41/+8
| * Fixed "Forward Transition" construction of DateTime objects.Derick Rethans2013-11-281-0/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Derick Rethans2013-11-271-2/+10
|\ \ | |/
| * Fixed bug #53879 (DateTime::createFromFormat() fails to parse cookie expirati...Derick Rethans2013-11-271-2/+10
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-10-211-0/+1
|\ \ | |/
| * fix memory leak on error (from Coverity scan)Stanislav Malyshev2013-10-211-0/+1
* | Fix bug #65502: DateTimeImmutable::createFromFormat returns DateTimeBoro Sitnikovski2013-09-121-1/+1
* | Fix bug #65548: Comparison for DateTimeImmutable doesn't workBoro Sitnikovski2013-09-121-19/+13
* | Fixed bug #65564 stack-buffer-overflow in DateTimeZone stuff caught by Addres...Remi Collet2013-08-301-2/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-08-301-5/+5
|\ \ | |/
| * Fixed Bug #65564 stack-buffer-overflow in DateTimeZone stuff caught by Addres...Remi Collet2013-08-301-5/+5
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-241-1/+5
|\ \ | |/
| * Fix DateInterval->days value when object was created not from DateTime::diff()Alexander Moskalev2013-08-241-1/+5
* | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-141-3/+3
|\ \ | |/
| * Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-3/+3
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-041-1/+1
|\ \ | |/
| * non living code related typo fixesVeres Lajos2013-08-041-1/+1
| * Backported the fix for bug #53437Anatol Belski2013-06-101-22/+295
| * Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-191-7/+14
| |\
| | * Backported fix for bug #62852Anatol Belski2013-03-191-7/+14
* | | Fixed bug #65184 strftime() returns insufficient-lengthAnatol Belski2013-07-031-0/+7
* | | Fix a BC breach related to bug #53437Anatol Belski2013-06-101-12/+3
* | | Fixed bug #64825 Invalid free unserializing DateTimeZoneAnatol Belski2013-05-121-10/+13
* | | Fix #64712 (Obsolete declarations in php_date.c)David Soria Parra2013-04-261-2/+0
* | | Fix typo (it's in DateTime::__wakeup)Xinchen Hui2013-03-311-1/+1
* | | Rebased to PHP-5.4Lonny Kapelushnik2013-03-311-1/+11
* | | Made separate tests for each TZ typeLonny Kapelushnik2013-03-311-11/+20
* | | Bug 54567 DateTimeZone serialize/unserializeLonny Kapelushnik2013-03-311-0/+115
* | | Make DateTime and DateTimeImmutable siblings.Derick Rethans2013-03-311-23/+46
* | | setting plausible default value for struct membersAnatol Belski2013-03-161-15/+15
* | | Fixed bug #62852 Unserialize Invalid Date crashAnatol Belski2013-03-151-8/+17
* | | Fixed bug #53437 Crash with unserialized DatePeriod instanceAnatol Belski2013-03-151-22/+305
* | | Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-4/+3
* | | simplified the previous fix for #64359Anatol Belski2013-03-061-11/+4
* | | Fixed bug #64359 strftime crash with VS2012Anatol Belski2013-03-061-1/+11
* | | Fixed bug #63988 (Two Date tests fail) only for PHP-5.5Xinchen Hui2013-01-181-7/+17
* | | - Fixed ZTS buildFelipe Pena2013-01-151-10/+10
* | | revert change. now it doesn't compile again...someone should fix ext/date...Andrey Hristov2013-01-151-1/+1
* | | Use two dtors thus allow allocation based on the alloc model of theAndrey Hristov2013-01-151-1/+1
* | | Make DatePeriod support DateTimeImmutable as well.Derick Rethans2013-01-141-1/+3
* | | Fixed crash bug when the non-OO interface was used.Derick Rethans2013-01-141-1/+1
* | | Rename DateTimePoint to DateTimeImmutable.Derick Rethans2013-01-141-64/+64
* | | Added a few missing TSRMLS_DC/TSRMLS_CC.Derick Rethans2013-01-141-9/+9
* | | Implemented immutable DateTime objects as the DateTimePoint class.Derick Rethans2013-01-141-67/+388
* | | Merge branch 'PHP-5.4' into PHP-5.5Derick Rethans2013-01-061-1/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Derick Rethans2013-01-061-1/+5
| |\ \ | | |/
| | * Fixed bug #55397: Comparsion of incomplete DateTime causes SIGSEGV.Derick Rethans2013-01-061-1/+5
| | * Happy New Year~Xinchen Hui2013-01-011-1/+1