Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | MFH: fix ws, cs and folding | Antony Dovgal | 2008-08-14 | 1 | -6/+22 | |
| | ||||||
* | MFH: Fix error_handling usage in various extensions | Etienne Kneuss | 2008-08-08 | 1 | -3/+3 | |
| | ||||||
* | MFH: Add Reflection API metadata for DOMXPath. | Sebastian Bergmann | 2008-01-29 | 1 | -5/+34 | |
| | ||||||
* | backport functionality to call user functions within XPath | Rob Richards | 2008-01-25 | 1 | -11/+259 | |
| | | | | | 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 | -1/+1 | |
| | ||||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 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 | -5/+5 | |
| | ||||||
* | prototype fixes (Jakub Vrána) | Rob Richards | 2004-11-18 | 1 | -1/+1 | |
| | ||||||
* | add evaluate() method to support all xpath expressions | Rob Richards | 2004-10-03 | 1 | -41/+80 | |
| | ||||||
* | Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson) | Rob Richards | 2004-05-31 | 1 | -5/+5 | |
| | | | | | Prototype fixes | |||||
* | constructors throw DOMException | Rob Richards | 2004-05-16 | 1 | -0/+4 | |
| | | | | | | | | add DOM_PHP_ERR DomException code validate tagnames in constructors use C style comments update TODO | |||||
* | register_namespace changed to registerNamespace for consistency | Rob Richards | 2004-04-06 | 1 | -1/+1 | |
| | ||||||
* | use new style constructors | Rob Richards | 2004-03-31 | 1 | -4/+4 | |
| | | | | | fix return for nodelist item | |||||
* | always return domnodelist unless error | Rob Richards | 2004-02-18 | 1 | -34/+30 | |
| | ||||||
* | implement clone functionality to fix segfault | Rob Richards | 2004-02-17 | 1 | -2/+0 | |
| | | | | | | | DomNode->clone() creates new doc proxy if document is cloned remove printf from xpath fix remaining invalid object state issues | |||||
* | start of dom update | Rob Richards | 2004-02-15 | 1 | -11/+8 | |
| | | | | | | | 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 | |||||
* | update constructors so they cant be called statically | Rob Richards | 2004-01-22 | 1 | -3/+1 | |
| | ||||||
* | Warn when empty string supplied to load methods (by Pierre-Alain) | Rob Richards | 2004-01-20 | 1 | -1/+1 | |
| | | | | | | Fix refcount on xpath iterators xpath_query should return nodelist even when empty | |||||
* | Fix warning (and possible problem) | Marcus Boerger | 2004-01-20 | 1 | -0/+2 | |
| | ||||||
* | Fix leaks in dom_xpath_query (create retval only if requiered) by Pierre-Alain | Christian Stocker | 2004-01-19 | 1 | -2/+3 | |
| | ||||||
* | XPath query returns nodelist object rather than array | Rob Richards | 2004-01-10 | 1 | -4/+20 | |
| | ||||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 | |
| | ||||||
* | add interop with simplexml - dom_import_simplexml | Rob Richards | 2003-10-26 | 1 | -2/+2 | |
| | | | | | fix cloneNode with elements | |||||
* | implement namespace nodes | Rob Richards | 2003-10-20 | 1 | -1/+20 | |
| | | | | | | | fix getElementsByTagName fixes to attribute namespaces remove safemode stuff as its handled in streams | |||||
* | remove a debug printf | Shane Caraveo | 2003-10-05 | 1 | -1/+1 | |
| | ||||||
* | fix segfault if xpath expression string is invalid | Rob Richards | 2003-10-05 | 1 | -0/+3 | |
| | ||||||
* | add property_get_ptr handler | Rob Richards | 2003-09-29 | 1 | -1/+1 | |
| | | | | | | fix possible segfault in xpath add wide character support for characterdata | |||||
* | move some document properties internally | Rob Richards | 2003-09-08 | 1 | -6/+65 | |
| | | | | | add xpath namespace support (by Shane) | |||||
* | implement stricterrorcheck | Rob Richards | 2003-08-24 | 1 | -2/+2 | |
| | | | | | | | fix clonenode cleanup error routines forgot these files | |||||
* | allow building without libxml2 under win32 | Wez Furlong | 2003-08-22 | 1 | -0/+2 | |
| | ||||||
* | initial xpath implementation | Rob Richards | 2003-07-24 | 1 | -0/+167 | |
make dom_object generic |