summaryrefslogtreecommitdiff
path: root/ext/date/php_date.c
Commit message (Expand)AuthorAgeFilesLines
* Fix leak when creating timezone with null bytesNikita Popov2016-07-141-0/+1
* Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-06-141-2/+3
|\
| * Maybe fix bug #72011Nikita Popov2016-06-141-2/+3
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-04-051-0/+4
|\ \ | |/
| * Use STR_EMPTY_ALLOC macro insteadThomas Punt2016-04-051-2/+2
| * Fix DateInterval::format segfaultThomas Punt2016-04-051-0/+4
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-03-111-0/+4
|\ \ | |/
| * Fix DatePeriod::getEndDate() segfaultThomas Punt2016-03-111-0/+4
| * Backported fix for bug #71525Anatol Belski2016-02-151-0/+1
* | Fix bug #71525Sean DuBois2016-02-151-0/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Derick Rethans2016-01-291-1/+1
|\ \ | |/
| * Use the new timelib function for comparing timesDerick Rethans2016-01-291-13/+1
| * Test + support for negative timestamps with microtimeWillem-Jan2016-01-291-1/+5
| * Compare agaist fraction when sse are equalWillem-Jan2016-01-291-2/+10
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * Fixed bug #70619 (DateTimeImmutable segfault)Xinchen Hui2015-10-021-1/+1
* | Internal function argumensts cleanup (strict_types)Xinchen Hui2015-12-121-2/+2
* | Revert "Fixed bug #71053 (Type Hint about DateTime::diff does not match with ...Xinchen Hui2015-12-091-2/+2
* | Fixed bug #71053 (Type Hint about DateTime::diff does not match with informed)Reeze Xia2015-12-091-2/+2
* | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-5/+5
* | Make use of timelib 2015.02's support for external memory managers.Dmitry Stogov2015-09-221-15/+17
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-08-171-4/+9
|\ \ | |/
| * Fix #70277: new DateTimeZone($foo) is ignoring text after null byteChristoph M. Becker2015-08-171-4/+9
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-08-141-1/+1
|\ \ | |/
| * Fix #70266 (DateInterval::__construct.interval_spec is not supposed to be opt...Christoph M. Becker2015-08-141-1/+1
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-08-041-62/+68
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-08-041-62/+68
| | |\
| | | * Do not do convert_to_* on unserialize, it messes up referencesStanislav Malyshev2015-08-041-67/+73
| | | * Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)Stanislav Malyshev2015-02-171-7/+3
* | | | Fix #70245: strtotime does not emit warning when 2nd parameter is object or s...Christoph M. Becker2015-08-121-1/+1
* | | | removed another E_STRICT(with the approval of Derick), 3 more to goFerenc Kovacs2015-07-301-1/+1
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-5/+5
* | | | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-2/+2
* | | | Revert fix for bug #55407Anatol Belski2015-06-121-1/+1
* | | | Get rid of more ZVAL_ZVAL() macrosDmitry Stogov2015-06-121-8/+16
* | | | Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla...Dmitry Stogov2015-06-121-40/+32
* | | | Merge branch 'PHP-5.6'Xinchen Hui2015-06-041-0/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-06-041-0/+4
| |\ \ \ | | |/ /
| | * | Fixed invalid read druing apache reloadXinchen Hui2015-06-041-0/+4
* | | | Merge branch 'PHP-5.6'Derick Rethans2015-04-291-5/+5
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Derick Rethans2015-04-291-5/+5
| |\ \ \ | | |/ /
| | * | Use new structures for tzdb header here as wellDerick Rethans2015-04-291-5/+5
* | | | Fix leak in timezone_open when instantiation failsNikita Popov2015-04-141-0/+1
* | | | Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-16/+24
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-011-33/+0
|\ \ \ \ | |/ / /
| * | | Revert "Merge branch 'PHP-5.5' into PHP-5.6"Stanislav Malyshev2015-04-011-34/+1
* | | | Merge branch 'InternalClassClean'Dmitry Stogov2015-04-011-8/+2
|\ \ \ \
| * | | | Patch improvement:Dmitry Stogov2015-03-301-8/+2
* | | | | Merge branch 'PHP-5.6'Derick Rethans2015-03-311-1/+1
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /