summaryrefslogtreecommitdiff
path: root/ext/dom
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-151-0/+20
|\
| * Fix bug #66502: DOM document dangling referenceChristoph M. Becker2016-07-151-0/+20
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-0137-37/+37
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-0137-37/+37
* | These function docs are referencing zend_object_value but this should be zend...Tom Van Looy2015-12-241-1/+1
* | Internal function argumensts cleanup (strict_types)Xinchen Hui2015-12-121-2/+2
* | add ovfl check, fix warningsAnatol Belski2015-09-241-3/+3
* | Cleanup: replace removed condition with ZEND_ASSERT()Dmitry Stogov2015-09-241-1/+2
* | Fixed Bug #70558 ("Couldn't fetch" error in DOMDocument::registerNodeClass())Xinchen Hui2015-09-232-1/+20
* | add range checkAnatol Belski2015-09-161-0/+5
* | add overflow checkAnatol Belski2015-09-121-1/+6
* | fix data typesAnatol Belski2015-09-121-3/+3
* | add range checksAnatol Belski2015-09-121-11/+11
* | Revert "Fix #70029: nodeValue of DOMElement list content of children nodes"Christoph M. Becker2015-09-066-101/+95
* | Fix #70029: nodeValue of DOMElement list content of children nodesChristoph M. Becker2015-09-056-95/+101
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-09-052-4/+20
|\ \ | |/
| * Fix #70001: Assigning to DOMNode::textContent does additional entity encodingChristoph M. Becker2015-09-052-4/+20
* | add some range checks to ext/domAnatol Belski2015-08-261-2/+19
* | Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h.Dmitry Stogov2015-08-131-1/+1
* | Remove unneded space(s)Dmitry Patsura2015-08-031-2/+2
* | remove TSRMLS_*Anatol Belski2015-08-021-2/+2
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-311-1/+4
|\ \ | |/
| * test fails with old libxml2; skip in this caseChristoph M. Becker2015-07-311-1/+4
* | Various warning fixesNikita Popov2015-07-171-1/+1
* | DOMDocument::saveXML has a 2nd optional argRasmus Lerdorf2015-07-101-0/+1
* | Switch position of ce in exception ce variable namesAaron Piotrowski2015-07-031-1/+1
* | Change zend_exception_get_default() to zend_exception_ceAaron Piotrowski2015-07-031-1/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-309-18/+18
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-06-271-0/+12
|\ \ | |/
| * added regression test for bug #69679Christoph M. Becker2015-06-271-0/+12
* | Fix more minor mistakes in the proto commentsRasmus Lerdorf2015-06-237-39/+39
* | more precise way to destroy iterator objectAnatol Belski2015-06-191-1/+3
* | added test for bug #69846Anatol Belski2015-06-191-0/+162
* | better approach to fix bug #69846Anatol Belski2015-06-192-4/+7
* | partial fix to bug #69846Anatol Belski2015-06-181-1/+2
* | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-142-9/+21
|\ \
| * \ Merge branch 'PHP-5.6'Stanislav Malyshev2015-06-092-9/+21
| |\ \ | | |/
| | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-06-091-2/+2
| | |\
| | | * Merge branch 'PHp-5.4' into PHP-5.5Stanislav Malyshev2015-06-091-2/+2
| | | |\
| | | | * fix testStanislav Malyshev2015-06-091-2/+2
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-06-091-5/+17
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-06-091-5/+17
| | | |\ \ | | | | |/
| | | | * Fix #69719 - more checks for nulls in pathsStanislav Malyshev2015-06-091-5/+17
* | | | | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-174-4/+4
* | | | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-177-7/+7
|\ \ \ \ \ | |/ / / /
| * | | | Tweak uncaught exception message displayNikita Popov2015-05-177-7/+7
* | | | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-1610-14/+14
|/ / / /
* | | | Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-154-4/+16
* | | | improve searchability for libxml2 headersAnatol Belski2015-05-101-1/+4
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-142-2/+11
|\ \ \ \ | |/ / /