summaryrefslogtreecommitdiff
path: root/ext/dom/php_dom.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-02-171-1/+0
|\
| * Remove duplicated assignmentAnatol Belski2018-02-171-1/+0
| * year++Xinchen Hui2018-01-021-1/+1
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Implement Countable for DomNodeList and DOMNamedNodeMap (Request #74837)Andreas Treichel2017-07-101-2/+2
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | Merge branch 'PHP-7.1'Joe Watkins2017-01-021-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-021-1/+1
| |\
| | * Fixed #67474 (getElementsByTagNameNS and default namespace)Arnout Boks2017-01-021-1/+1
* | | Merge branch 'PHP-7.1'Nikita Popov2017-01-011-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-011-1/+1
| |\ \ | | |/
| | * Fix dom class can't be inherited by the internal classdreamszhu2017-01-011-1/+1
| * | Revert "Fix dom class can't be inherited by the internal class"Joe Watkins2017-01-011-1/+1
* | | Revert "Merge branch 'PHP-7.1'"Joe Watkins2017-01-011-1/+1
* | | Merge branch 'PHP-7.1'Joe Watkins2017-01-011-1/+1
|\ \ \ | |/ /
| * | Fix dom class can't be inherited by the internal classdreamszhu2017-01-011-1/+1
* | | Save a call to strlen(), since we can figure out the length of this constant ...Kalle Sommer Nielsen2016-10-201-90/+90
|/ /
* | Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-051-5/+4
|\ \
| * | Replace zend_ce_error with NULL and replace more E_ERROR with thrown ErrorAaron Piotrowski2016-06-131-2/+2
| * | Merge branch 'master' into throw-error-in-extensionsAaron Piotrowski2016-06-101-4/+6
| |\ \ | | |/
| * | Update memory freeing and other issues, revert some changesAaron Piotrowski2015-07-051-3/+2
| * | Convert E_ERROR to thrown Error in extensionsAaron Piotrowski2015-07-051-2/+2
* | | Fixed compilation warningsDmitry Stogov2016-06-281-4/+5
| |/ |/|
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * | bump yearXinchen Hui2015-01-151-1/+1
* | | These function docs are referencing zend_object_value but this should be zend...Tom Van Looy2015-12-241-1/+1
* | | 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-231-1/+2
| |/ |/|
* | 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-301-1/+1
* | fix exports and shared compilationAnatol Belski2015-03-231-31/+31
* | Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-3/+1
* | Use new ZEND_HASH_FOREACH_... API.Dmitry Stogov2015-02-101-13/+4
* | Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-2/+2
* | zend_read_property() has to provide a holder for return value.Dmitry Stogov2015-01-221-1/+2
* | bump yearXinchen Hui2015-01-151-1/+1
* | Drop duplicate arg from hash_get_current_key_exNikita Popov2014-12-261-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-182/+182
* | Merge branch 'PHP-5.6'Tjerk Meesters2014-10-121-14/+7
|\ \ | |/
| * More fixes for nodelist array accessTjerk Meesters2014-10-121-16/+25
* | Merge branch 'PHP-5.6'Tjerk Meesters2014-10-091-51/+20
|\ \ | |/
| * Refactored DOMNodeList array dereferencing implementationTjerk Meesters2014-10-091-60/+22
* | zval must not be converted in place without duplicationDmitry Stogov2014-10-091-2/+1
* | Merge branch 'PHP-5.6'Tjerk Meesters2014-10-091-0/+69
|\ \ | |/
| * DOMNodeList elements are accessible through array notationFlorian MARGAINE2014-09-271-1/+83
| * Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2014-08-171-1/+1
| |\
| | * Correct typo in comments: 'initialized'Lior Kaplan2014-08-171-1/+1