Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | fix bug #49490 (XPath namespace prefix conflict) | Rob Richards | 2010-05-04 | 1 | -12/+17 |
| | | | | add test | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed error message grammar: | Matt Wilmas | 2009-06-06 | 1 | -1/+1 |
| | | | | | | | | | - "cannot" instead of "can not" (meaning "also can") - "than" instead of "then" (Hint: "then" should hardly be needed; you're not telling the order in which to do something) ... plus removed a couple ending. dots | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #46409 (__invoke method called outside of object context when ↵ | Dmitry Stogov | 2008-11-27 | 1 | -1/+1 |
| | | | | using array_map) | ||||
* | MFH: Fix #46241 (stacked error_handlers, error_handling in general) | Etienne Kneuss | 2008-11-19 | 1 | -0/+1 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -5/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+5 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -5/+0 |
| | |||||
* | 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 |