Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -1/+1 |
| | | | | semantick changes). | ||||
* | better approach to fix bug #69846 | Anatol Belski | 2015-06-19 | 1 | -2/+1 |
| | | | | don't destroy the current iterator object too early | ||||
* | partial fix to bug #69846 | Anatol Belski | 2015-06-18 | 1 | -1/+2 |
| | |||||
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -17/+17 |
| | |||||
* | Merge branch 'PHP-5.6' | Tjerk Meesters | 2014-10-09 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | | | | | * PHP-5.6: Refactored DOMNodeList array dereferencing implementation Conflicts: ext/dom/nodelist.c ext/dom/php_dom.c | ||||
| * | Refactored DOMNodeList array dereferencing implementation | Tjerk Meesters | 2014-10-09 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Tjerk Meesters | 2014-10-09 | 1 | -0/+3 |
|\ \ | |/ | | | | | | | | | | | Conflicts: ext/dom/dom_properties.h ext/dom/nodelist.c ext/dom/php_dom.c | ||||
| * | DOMNodeList elements are accessible through array notation | Florian MARGAINE | 2014-09-27 | 1 | -0/+3 |
| | | | | | | | | Fixes #67949 | ||||
| * | Make DOMNode::textContent writeable | Tjerk Meesters | 2014-09-02 | 1 | -0/+14 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | Fix remaining XPath issue | Nikita Popov | 2014-04-16 | 1 | -5/+3 |
| | | |||||
* | | Mostly fix Dom XPath | Nikita Popov | 2014-04-16 | 1 | -2/+8 |
| | | |||||
* | | Make DOM mostly work | Nikita Popov | 2014-04-15 | 1 | -3/+2 |
| | | |||||
* | | Start working on dom extension | Nikita Popov | 2014-04-15 | 1 | -7/+7 |
| | | | | | | | | Nowhere near compiling yet... | ||||
* | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 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: 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 |
| | |||||
* | MFH: New way for check void parameters | Felipe Pena | 2008-03-10 | 1 | -2/+1 |
| | |||||
* | backport functionality to call user functions within XPath | Rob Richards | 2008-01-25 | 1 | -0/+11 |
| | | | | | add test | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFH: Missing header include | Hannes Magnusson | 2006-06-20 | 1 | -0/+1 |
| | |||||
* | MFH: add registerNodeClass() method | Rob Richards | 2006-05-22 | 1 | -0/+1 |
| | | | | | | - update attribute isID functionality - add test | ||||
* | - Update after api changes | Marcus Boerger | 2006-05-10 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | php_error() -> php_error_docref(). | Ilia Alshanetsky | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | use new error handling when not throwing exceptions | Rob Richards | 2005-02-20 | 1 | -0/+1 |
| | |||||
* | remove cloning under ze1_compatibility_mode | Rob Richards | 2004-08-30 | 1 | -1/+1 |
| | | | | | - minor BC break but doesnt work right under compat mode anyways | ||||
* | zend_default_classes.h -> zend_exceptions.h | Zeev Suraski | 2004-02-12 | 1 | -1/+1 |
| | |||||
* | update constructors so they cant be called statically | Rob Richards | 2004-01-22 | 1 | -0/+1 |
| | |||||
* | XPath query returns nodelist object rather than array | Rob Richards | 2004-01-10 | 1 | -0/+2 |
| | |||||
* | - 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? | ||||
* | implement namednodemap and nodelist | Rob Richards | 2003-11-29 | 1 | -2/+26 |
| | | | | | | fix xsl/dom integration under windows update tests and examples | ||||
* | move some definitions to xml_common.h | Christian Stocker | 2003-11-29 | 1 | -1/+0 |
| | |||||
* | changing dom_object_get_data to php_dom_object_get_data and PHP_DOM_EXPORT it | Christian Stocker | 2003-11-28 | 1 | -0/+1 |
| | | | | | (by Rob Richards) | ||||
* | add interop with simplexml - dom_import_simplexml | Rob Richards | 2003-10-26 | 1 | -8/+4 |
| | | | | | fix cloneNode with elements | ||||
* | move some document properties internally | Rob Richards | 2003-09-08 | 1 | -1/+1 |
| | | | | | add xpath namespace support (by Shane) | ||||
* | changes to php_dom.h for last commit | Rob Richards | 2003-09-03 | 1 | -3/+2 |
| | | | | | replaced removed closing tags - doh | ||||
* | implement stricterrorcheck | Rob Richards | 2003-08-24 | 1 | -1/+2 |
| | | | | | | | fix clonenode cleanup error routines forgot these files | ||||
* | reworking xml namespace support | Rob Richards | 2003-07-27 | 1 | -1/+2 |
| | | | | | | add node lookupNamespaceURI and lookupPrefix add attr isId | ||||
* | initial xpath implementation | Rob Richards | 2003-07-24 | 1 | -1/+4 |
| | | | | | make dom_object generic | ||||
* | implement read only exceptions | Rob Richards | 2003-07-12 | 1 | -0/+2 |
| | | | | | | implement notation nodes changes for spec conformance | ||||
* | remove global error handling - use of libxml globals is a bad thing | Rob Richards | 2003-07-10 | 1 | -0/+1 |
| | | | | | | | | | add domDocument properties for parsing options: validateOnParse, resolveExternals, preserveWhiteSpace, substituteEntities implement custom parsing to avoid use of globals implement local errors while parsing errors displayed until error objects implemented |