summaryrefslogtreecommitdiff
path: root/ext/dom
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'PHP-7.2'Anatol Belski2018-02-171-1/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-02-171-1/+0
| |\ \ | | |/
| | * Remove duplicated assignmentAnatol Belski2018-02-171-1/+0
* | | Merge branch 'PHP-7.2'Joe2018-02-081-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Joe2018-02-081-1/+1
| |\ \ | | |/
| | * Fixes bug #75871 Use pkg-config for libxml2 if availablePedro Magalhães2018-02-081-1/+1
| | * year++Xinchen Hui2018-01-0237-37/+37
| * | year++Xinchen Hui2018-01-0237-37/+37
* | | Fix some misspellingsGabriel Caruso2018-02-061-1/+1
* | | Add and fix SKIPIF sectionsGabriel Caruso2018-02-043-2/+7
* | | Use bool instead of boolean in protoGabriel Caruso2018-02-048-26/+26
* | | Remove superfluous SKIPIF sections in more testsGabriel Caruso2018-02-041-1/+0
* | | Trailing whitespacesGabriel Caruso2018-01-031-2/+2
* | | year++Xinchen Hui2018-01-0237-37/+37
* | | Move zend_object_iterator_funcs structures into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Remove outdated TODO filesPeter Kokot2017-12-091-4/+0
* | | Make sure properties are initialized before cloningNikita Popov2017-11-251-8/+6
* | | Add zend_object_alloc() APINikita Popov2017-11-251-2/+2
* | | Use interned strings for "magic" property of internal classes. (not copyied i...Dmitry Stogov2017-11-011-1/+4
* | | Merge branch 'master' into rc_debugDmitry Stogov2017-10-303-4/+23
|\ \ \
| * | | Better fix for bug #75451 (Assertion fails while foreach on empty xpath query)Dmitry Stogov2017-10-303-5/+9
| * | | Fixed bug #75451 (Assertion fails while foreach on empty xpath query)Xinchen Hui2017-10-282-4/+19
* | | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
|/ / /
* | | Avoid HashTable allocations for empty arrays (using zend_empty_array).Dmitry Stogov2017-10-241-4/+7
* | | Remove code examples from dom extensionPeter Kokot2017-10-0814-301/+0
* | | Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-202-4/+2
|/ /
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-09-111-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-111-1/+1
| |\
| | * Fix test compat with libxml2 2.9.5Anatol Belski2017-09-111-1/+1
* | | Req #74963 (Improved error message on fetching property of non-object)Xinchen Hui2017-07-311-2/+2
* | | Implement Countable for DomNodeList and DOMNamedNodeMap (Request #74837)Andreas Treichel2017-07-106-2/+109