summaryrefslogtreecommitdiff
path: root/ext/dom/dom_fe.h
Commit message (Collapse)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * 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
| | | | | add test
* 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
| | | | | add test
* MFH: add registerNodeClass() methodRob Richards2006-05-221-0/+1
| | | | | | - update attribute isID functionality - add test
* 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
| | | | | | | | add DOM_PHP_ERR DomException code validate tagnames in constructors use C style comments update TODO
* use new style constructorsRob Richards2004-03-311-10/+10
| | | | | fix return for nodelist item
* allow certain methods to be called statically again:Rob Richards2004-02-151-8/+8
| | | | | | | | | | domdocument (all load methods) domimplementation (all methods) switch to zend_parse_method_parameters for consistancy insure object parameters are correct class types convert zvals to correct type if needed for property writes fix a few segfaults found while testing
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* xinclude support readded to ext/domChristian Stocker2003-10-271-0/+1
|
* Add schema and relaxNG validation supportShane Caraveo2003-10-051-0/+7
| | | | | | | | | | domdocument->schemaValidate(string filename) domdocument->schemaValidateSource(string xml) domdocument->relaxNGValidate(string filename) domdocument->relaxNGValidateSource(string xml) also fix domelement->setAttributeNS
* move some document properties internallyRob Richards2003-09-081-0/+1
| | | | | add xpath namespace support (by Shane)
* add document HTML load/save methodsRob Richards2003-09-031-0/+8
| | | | | | | add document standalone validate method cleanup some prototype declarations domexception inherits from default exception
* initial xpath implementationRob Richards2003-07-241-0/+7
| | | | | make dom_object generic
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Inital cut of new dom extensionRob Richards2003-06-051-0/+237
PHP5 only