summaryrefslogtreecommitdiff
path: root/ext/dom
Commit message (Expand)AuthorAgeFilesLines
* Remove tests for zpp failure conditionsNikita Popov2019-03-0512-220/+0
* Implement fine-grained conflict handlingNikita Popov2019-02-201-0/+0
* Fix typos in code comments [skip ci]Tyson Andre2019-02-181-2/+2
* run-tests.php: experimental parallel testing supportAndrea Faulds2019-02-181-0/+0
* Remove local variablesPeter Kokot2019-02-0337-333/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-3037-37/+37
* Implement typed propertiesNikita Popov2019-01-111-2/+4
* Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-1515-83/+83
* Replace zend_parse_method_parameters() by zend_parse_parameters() and avoid u...Dmitry Stogov2018-11-1411-82/+150
* Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-1410-26/+11
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1570-78/+39
* Trim trailing whitespace in *.phptPeter Kokot2018-10-1429-41/+41
* Trim trailing whitespace in testsGabriel Caruso2018-10-1430-46/+46
* Sync leading and final newlines in source code filesPeter Kokot2018-10-146-6/+3
* Trim trailing whitespace in source code filesPeter Kokot2018-10-134-5/+5
* Rename *.php files in ext/dom tests to *.incPeter Kokot2018-09-2325-24/+24
* Bump minimum libxml version to 2.7.6Nikita Popov2018-09-234-20/+0
* Fix permissionsPeter Kokot2018-09-213-0/+0
* Merge branch 'PHP-7.3'Christoph M. Becker2018-08-281-1/+4
|\
| * Fix SKIPIF conditionsChristoph M. Becker2018-08-281-1/+4
* | Merge branch 'PHP-7.3'Anatol Belski2018-08-171-0/+234
|\ \ | |/
| * Add test for bug #76738Anatol Belski2018-08-171-0/+234
* | Merge branch 'PHP-7.3'Anatol Belski2018-08-171-2/+8
|\ \ | |/
| * Fix memory leakAnatol Belski2018-08-171-2/+8
| * CleanupAnatol Belski2018-08-171-4/+0
| * Followup fix for ef9ed19e, see also bug #76738Anatol Belski2018-08-171-19/+7
| * Fixed buildXinchen Hui2018-08-171-0/+12
| * DOMDocument::formatOutput attribute sometimes ignoredAndrew Nester2018-08-172-7/+28
| * Revert "DOMDocument::formatOutput attribute sometimes ignored"Christoph M. Becker2018-08-142-43/+7
* | CleanupAnatol Belski2018-08-141-4/+0
* | Followup fix for ef9ed19e, see also bug #76738Anatol Belski2018-08-141-19/+7
|/
* Trim trailing whitespaces in build filesPeter Kokot2018-07-291-2/+2
* Fix typos in code commentsPeter Kokot2018-07-251-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-2539-75/+1
* Merge branch 'PHP-7.2'Anatol Belski2018-07-091-1/+5
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-07-091-1/+5
| |\
| | * Sync callback signature with libxml2 2.9.8Anatol Belski2018-07-091-1/+5
* | | Use zval_ptr_dtor() imstead of zval_dtor()Dmitry Stogov2018-07-051-2/+2
* | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-1/+1
* | | Fixed test skipXinchen Hui2018-07-041-1/+4
* | | Fixed buildXinchen Hui2018-07-041-0/+12
* | | DOMDocument::formatOutput attribute sometimes ignoredAndrew Nester2018-06-282-7/+28
* | | Update http to httpsDusta2018-06-2529-29/+29
* | | Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-9/+5
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-287-19/+19
* | | Keep initialized object_handlers structures in read-only memory.Dmitry Stogov2018-03-141-4/+4
* | | Remove return types from some magic method in protosGabriel Caruso2018-03-0910-10/+10
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2050-50/+50
* | | Convert iterator by reference errors to exceptionsNikita Popov2018-02-191-1/+2
* | | Use zend_parse_parameters_none_throwGabriel Caruso2018-02-181-1/+1