summaryrefslogtreecommitdiff
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Patch improvement:Dmitry Stogov2015-03-301-8/+2
* | | | Merge branch 'PHP-5.6'Derick Rethans2015-03-316-8/+42
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'PHP-5.5' into PHP-5.6Derick Rethans2015-03-316-8/+42
| |\ \ \ | | | |/ | | |/|
| | * | Fixed bug #69336 (Issues with "last day of <monthname>").Derick Rethans2015-03-316-8/+42
* | | | Merge branch 'PHP-5.6'Derick Rethans2015-03-311-0/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge branch 'PHP-5.5' into PHP-5.6Derick Rethans2015-03-311-0/+1
| |\ \ | | |/
| | * Export date_get_immutable_ce() so that extensions can make use of it too.Derick Rethans2015-03-311-0/+1
* | | Drop this redundant check, since the minimum version of VC we support is VC11...Kalle Sommer Nielsen2015-03-291-1/+1
* | | cleaning up the version macrosAnatol Belski2015-03-232-1/+4
* | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-03-221-1/+1
|\ \ \ | |/ /
| * | oops, forgot TSRMLS_CCStanislav Malyshev2015-03-221-1/+1
* | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-03-221-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-03-224-16/+83
| |\ \
| | * | Adding a new `createFromImmutable` method to the `DateTime` class to mirror t...Trevor Suarez2015-03-224-15/+82
| | |/
| | * - Updated to version 2015.2 (2015b)Derick Rethans2015-03-211-672/+729
| * | - Updated to version 2015.2 (2015b)Derick Rethans2015-03-211-672/+729
* | | Merge branch 'pull-request/1145'Stanislav Malyshev2015-03-224-15/+82
|\ \ \
| * | | Putting whitespace back to the way it was.Trevor Suarez2015-03-111-3/+3
| * | | Updating the `DateTime_verify` test to include theTrevor Suarez2015-03-051-15/+22
| * | | Whoops! String length....Trevor Suarez2015-03-051-1/+1
| * | | Adding a new test for the new methodTrevor Suarez2015-03-051-0/+26
| * | | Adding a new `createFromImmutable` method to theTrevor Suarez2015-03-052-3/+37
* | | | - Updated to version 2015.2 (2015b)Derick Rethans2015-03-211-672/+729
* | | | Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-2/+2
* | | | fixed testAnatol Belski2015-03-131-5/+2
* | | | Use specialized macro for string zval creationDmitry Stogov2015-03-121-3/+3
* | | | Errors converted to exceptions are not "recoverable" anymore.Dmitry Stogov2015-03-101-1/+1
* | | | Implement engine exceptionsDmitry Stogov2015-03-093-73/+70
|/ / /
* | | Revert mktime()/gmmktime()'s arginfoReeze Xia2015-02-281-2/+0
* | | Merge branch 'PHP-5.6'Reeze Xia2015-02-281-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Reeze Xia2015-02-281-0/+2
| |\ \ | | |/
| | * Fixed bug #69141 Missing arguments in reflection info for some builtin functionsReeze Xia2015-02-281-0/+2
* | | Remove useless date warningBob Weinand2015-02-274-18/+5
* | | fix dir separator in testsAnatol Belski2015-02-272-2/+2
* | | Merge branch 'PHP-5.6'Xinchen Hui2015-02-271-3/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-02-271-1/+1
| |\ \ | | |/
| | * fix bug#68942's patchTaoguang Chen2015-02-271-1/+1
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-02-171-2/+2
| |\ \ | | |/
| | * fix TS buildStanislav Malyshev2015-02-171-2/+2
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-02-173-11/+28
| |\ \ | | |/
| | * Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)Stanislav Malyshev2015-02-173-11/+28
| * | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2015-02-042-18/+1
| |\ \ | | |/
| | * Revert "Fixed bug #55407 (Impossible to prototype DateTime::createFromFormat)"Julien Pauli2015-02-042-18/+1
| | * - Updated to version 2015.1 (2015a)Derick Rethans2015-02-011-17289/+17211
| * | - Updated to version 2015.1 (2015a)Derick Rethans2015-02-011-17289/+17211
* | | Renaming test to match Bug #69089Mariano Iglesias2015-02-201-1/+1
* | | Adding 'v' formatting to DateTime::format(), and adding constant DateTime::RF...Mariano Iglesias2015-02-203-13/+47
* | | Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)Stanislav Malyshev2015-02-173-11/+30
* | | Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-4/+4
* | | - Updated to version 2015.1 (2015a)Derick Rethans2015-02-011-715/+637