summaryrefslogtreecommitdiff
path: root/ext/dom/php_dom.h
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Merge branch 'master' into throw-error-in-extensionsAaron Piotrowski2016-06-101-1/+1
|\
| * 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
* | | Update memory freeing and other issues, revert some changesAaron Piotrowski2015-07-051-1/+1
|/ /
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-1/+1
* | better approach to fix bug #69846Anatol Belski2015-06-191-2/+1
* | partial fix to bug #69846Anatol Belski2015-06-181-1/+2
* | bump yearXinchen Hui2015-01-151-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-17/+17
* | Merge branch 'PHP-5.6'Tjerk Meesters2014-10-091-1/+0
|\ \ | |/
| * Refactored DOMNodeList array dereferencing implementationTjerk Meesters2014-10-091-1/+0
* | Merge branch 'PHP-5.6'Tjerk Meesters2014-10-091-0/+3
|\ \ | |/
| * DOMNodeList elements are accessible through array notationFlorian MARGAINE2014-09-271-0/+3
| * Make DOMNode::textContent writeableTjerk Meesters2014-09-021-0/+14
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Fix remaining XPath issueNikita Popov2014-04-161-5/+3
* | Mostly fix Dom XPathNikita Popov2014-04-161-2/+8
* | Make DOM mostly workNikita Popov2014-04-151-3/+2
* | Start working on dom extensionNikita Popov2014-04-151-7/+7
* | Use better data structures (incomplete)Dmitry Stogov2014-02-101-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: fix ws, cs and foldingAntony Dovgal2008-08-141-0/+9
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+1
* backport functionality to call user functions within XPathRob Richards2008-01-251-0/+11
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: Missing header includeHannes Magnusson2006-06-201-0/+1
* MFH: add registerNodeClass() methodRob Richards2006-05-221-0/+1
* - Update after api changesMarcus Boerger2006-05-101-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* php_error() -> php_error_docref().Ilia Alshanetsky2005-04-211-1/+1
* use new error handling when not throwing exceptionsRob Richards2005-02-201-0/+1
* remove cloning under ze1_compatibility_modeRob Richards2004-08-301-1/+1
* zend_default_classes.h -> zend_exceptions.hZeev Suraski2004-02-121-1/+1
* update constructors so they cant be called staticallyRob Richards2004-01-221-0/+1
* XPath query returns nodelist object rather than arrayRob Richards2004-01-101-0/+2
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* implement namednodemap and nodelistRob Richards2003-11-291-2/+26
* move some definitions to xml_common.hChristian Stocker2003-11-291-1/+0
* changing dom_object_get_data to php_dom_object_get_data and PHP_DOM_EXPORT itChristian Stocker2003-11-281-0/+1
* add interop with simplexml - dom_import_simplexmlRob Richards2003-10-261-8/+4