summaryrefslogtreecommitdiff
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in testsGabriel Caruso2018-10-14285-496/+496
* Merge branch 'PHP-7.3'Derick Rethans2018-10-128-143/+131
|\
| * Upgrade timelib to 2018.01RC1, to fix bug #77007Derick Rethans2018-10-128-143/+131
* | Specify timezone in testNikita Popov2018-10-101-0/+2
* | Migrate ext/date to get_properties_for where appropriateNikita Popov2018-10-104-48/+83
* | Merge branch 'PHP-7.3'Derick Rethans2018-10-092-3/+3
|\ \ | |/
| * Fixed testsDerick Rethans2018-10-092-3/+3
| * Added test case for bug #75577Derick Rethans2018-10-091-0/+22
| * Fixed bug #75577: DateTime::createFromFormat does not accept 'v' format speci...Derick Rethans2018-10-098-341/+812
* | Merge branch 'PHP-7.3'Derick Rethans2018-10-099-341/+834
|\ \
| * | Added test case for bug #75577Derick Rethans2018-10-091-0/+22
| * | Fixed bug #75577: DateTime::createFromFormat does not accept 'v' format speci...Derick Rethans2018-10-098-341/+812
| |/
* | Merge branch 'PHP-7.3'Christoph M. Becker2018-10-083-7/+56
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-10-083-7/+56
| |\
| | * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-10-083-7/+56
| | |\
| | | * Fix #75851: Year component overflow with date formats "c", "o", "r" and "y"Adam Saponara2018-10-083-7/+56
* | | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-09-162-2/+2
* | | | Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACTDmitry Stogov2018-09-051-5/+5
* | | | Make more tests run on LinuxGabriel Caruso2018-08-2815-109/+4
* | | | Change some permissions from 755 to 644Peter Kokot2018-08-282-0/+0
* | | | Fix some misspellingsGabriel Caruso2018-08-121-2/+2
|/ / /
* | | Remove superfluous SKIPIF sections of always available functionsGabriel Caruso2018-07-297-14/+0
* | | Trim trailing whitespaces in build filesPeter Kokot2018-07-291-1/+1
* | | Remove unused Git attributes identPeter Kokot2018-07-255-8/+0
* | | Improved user iterator implementation to reduce zend_class_entry memory consu...Dmitry Stogov2018-07-121-1/+0
* | | Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy...Dmitry Stogov2018-07-051-1/+1
* | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-8/+8
* | | Merge branch 'PHP-7.2'Anatol Belski2018-06-122-0/+17
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-06-122-0/+17
| |\ \ | | |/
| | * Fixed bug #76462 Undefined property: DateInterval::$fAnatol Belski2018-06-122-0/+17
| | * Updated to version 2018.5 (2018e)Derick Rethans2018-05-081-1045/+1049
* | | Merge branch 'PHP-7.2'Nikita Popov2018-06-081-44/+25
|\ \ \ | |/ /
| * | Deduplicate code using php_timezone_to_string()Nikita Popov2018-06-081-42/+23
| * | cast to int to disable compilation warnings.David Carlier2018-06-081-2/+2
| * | Updated to version 2018.5 (2018e)Derick Rethans2018-05-081-1045/+1049
* | | Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-13/+13
* | | Export php_date_get_interval_ce() and php_date_get_period_ce() for extension usePavel Kovář2018-05-232-0/+12
* | | Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-1/+1
* | | Destroy function arguments in direct orderDmitry Stogov2018-05-081-9/+9
* | | Updated to version 2018.5 (2018e)Derick Rethans2018-05-081-1045/+1049
* | | Merge branch 'PHP-7.2'Joe Watkins2018-03-271-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2018-03-271-5/+5
| |\ \ | | |/
| | * Fix #76131 some arginfo params are different from the documentationGabriel Caruso2018-03-271-5/+5
| | * Updated to version 2018.4 (2018d)Derick Rethans2018-03-241-791/+796
| * | Updated to version 2018.4 (2018d)Derick Rethans2018-03-241-791/+796
* | | Updated to version 2018.4 (2018d)Derick Rethans2018-03-241-791/+796
* | | Use ZEND_ARG_ARRAY_INFO in DateTime*::__set_stateGabriel Caruso2018-03-232-2/+2
* | | Make some skipped tests run, and fix some skip messagesGabriel Caruso2018-03-111-4/+4
* | | Revert "[ci skip] Add missing return types to protos"Christoph M. Becker2018-02-271-27/+27
* | | [ci skip] Add missing return types to protosGabriel Caruso2018-02-241-27/+27