Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Add method DomNode::getLineNo to return line number for a parsed node | Rob Richards | 2009-01-13 | 1 | -0/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: fix ws, cs and folding | Antony Dovgal | 2008-08-14 | 1 | -0/+9 |
| | |||||
* | backport functionality to call user functions within XPath | Rob Richards | 2008-01-25 | 1 | -0/+1 |
| | | | | | add test | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -30/+30 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Added DOMNode::getNodePath() for getting an XPath for a node. | Christian Stocker | 2006-07-16 | 1 | -0/+1 |
| | |||||
* | MFH: add C14N() and C14NFile() methods to perform XML canonicalization | Rob Richards | 2006-05-26 | 1 | -0/+2 |
| | | | | | add test | ||||
* | MFH: add registerNodeClass() method | Rob Richards | 2006-05-22 | 1 | -0/+1 |
| | | | | | | - update attribute isID functionality - add test | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | add evaluate() method to support all xpath expressions | Rob Richards | 2004-10-03 | 1 | -0/+1 |
| | |||||
* | add appendXML() to DOMFragment (chregu) | Rob Richards | 2004-07-18 | 1 | -0/+1 |
| | |||||
* | constructors throw DOMException | Rob Richards | 2004-05-16 | 1 | -6/+8 |
| | | | | | | | | add DOM_PHP_ERR DomException code validate tagnames in constructors use C style comments update TODO | ||||
* | use new style constructors | Rob Richards | 2004-03-31 | 1 | -10/+10 |
| | | | | | fix return for nodelist item | ||||
* | allow certain methods to be called statically again: | Rob Richards | 2004-02-15 | 1 | -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.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | xinclude support readded to ext/dom | Christian Stocker | 2003-10-27 | 1 | -0/+1 |
| | |||||
* | Add schema and relaxNG validation support | Shane Caraveo | 2003-10-05 | 1 | -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 internally | Rob Richards | 2003-09-08 | 1 | -0/+1 |
| | | | | | add xpath namespace support (by Shane) | ||||
* | add document HTML load/save methods | Rob Richards | 2003-09-03 | 1 | -0/+8 |
| | | | | | | | add document standalone validate method cleanup some prototype declarations domexception inherits from default exception | ||||
* | initial xpath implementation | Rob Richards | 2003-07-24 | 1 | -0/+7 |
| | | | | | make dom_object generic | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Inital cut of new dom extension | Rob Richards | 2003-06-05 | 1 | -0/+237 |
PHP5 only |