summaryrefslogtreecommitdiff
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Use int instead of long in protosGabriel Caruso2018-02-231-13/+13
* | | Remove duplicated testsGabriel Caruso2018-02-221-60/+0
* | | remove support for string|unicode in testsGabriel Caruso2018-02-223-12/+12
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2080-80/+80
* | | Fix possible memory leakAnatol Belski2018-02-201-1/+3
* | | Convert iterator by reference errors to exceptionsNikita Popov2018-02-191-1/+2
* | | Remove always true conditionAnatol Belski2018-02-171-3/+3
* | | Reduce var scopeAnatol Belski2018-02-171-12/+10
* | | Merge branch 'PHP-7.2'Remi Collet2018-02-141-40/+27
|\ \ \ | |/ /
| * | factorization of duplicated codeRemi Collet2018-02-141-40/+27
| * | Fix timezone var_dump from 51f2a5803fa4f09e212fed4b14ab8b4a003d4ef5Remi Collet2018-02-141-3/+3
| * | Merge branch 'PHP-7.1' into PHP-7.2Joe2018-02-123-16/+91
| |\ \ | | |/
| | * Fixed bug #68406 calling var_dump on a DateTimeZone object modifies itjhdxr2018-02-123-16/+91
* | | Remove empty sections in testsGabriel Caruso2018-02-141-1/+0
* | | Fixed bug #68406 calling var_dump on a DateTimeZone object modifies itCHU Zhaowei2018-02-121-3/+3
* | | fix #68406CHU Zhaowei2018-02-123-16/+91
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-02-112-59/+77
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-02-112-59/+77
| |\ \ | | |/