summaryrefslogtreecommitdiff
path: root/ext/dom/dom_fe.h
Commit message (Expand)AuthorAgeFilesLines
* Generate method entries for ext/domMáté Kocsis2020-04-131-229/+0
* Generate method entries from stubs for a couple of extensionsMáté Kocsis2020-04-111-1/+0
* [RFC] Implement new DOM Living Standard APIs in ext/domBenjamin Eberlei2020-02-281-0/+16
* Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-1/+1
* ext/dom: Replace usages of PHP_FUNCTION and aliases with PHP_METHOD.Benjamin Eberlei2019-11-091-86/+76
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Cleanup ext/dom: Additional unimplemented code following 25bfac4Benjamin Eberlei2019-09-231-9/+0
* Cleanup ext/dom: Removal of unimplemented dummy classes.Benjamin Eberlei2019-09-171-37/+0
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
* year++Xinchen Hui2018-01-021-1/+1
* Implement Countable for DomNodeList and DOMNamedNodeMap (Request #74837)Andreas Treichel2017-07-101-0/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-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
* | bump yearXinchen Hui2015-01-151-1/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-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: Add method DomNode::getLineNo to return line number for a parsed nodeRob Richards2009-01-131-0/+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
* backport functionality to call user functions within XPathRob Richards2008-01-251-0/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-30/+30
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Added DOMNode::getNodePath() for getting an XPath for a node.Christian Stocker2006-07-161-0/+1
* MFH: add C14N() and C14NFile() methods to perform XML canonicalizationRob Richards2006-05-261-0/+2
* MFH: add registerNodeClass() methodRob Richards2006-05-221-0/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* add evaluate() method to support all xpath expressionsRob Richards2004-10-031-0/+1
* add appendXML() to DOMFragment (chregu)Rob Richards2004-07-181-0/+1
* constructors throw DOMExceptionRob Richards2004-05-161-6/+8
* use new style constructorsRob Richards2004-03-311-10/+10
* allow certain methods to be called statically again:Rob Richards2004-02-151-8/+8
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* xinclude support readded to ext/domChristian Stocker2003-10-271-0/+1
* Add schema and relaxNG validation supportShane Caraveo2003-10-051-0/+7
* move some document properties internallyRob Richards2003-09-081-0/+1
* add document HTML load/save methodsRob Richards2003-09-031-0/+8
* initial xpath implementationRob Richards2003-07-241-0/+7
* updating license information in the headers.James Cox2003-06-101-3/+3
* Inital cut of new dom extensionRob Richards2003-06-051-0/+237