Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | check node type for ->attributes and ->childNodes | Rob Richards | 2003-12-02 | 1 | -0/+1 | |
| | ||||||
* | remove call to xmlMemoryDump | Rob Richards | 2003-11-30 | 1 | -1/+1 | |
| | ||||||
* | implement namednodemap and nodelist | Rob Richards | 2003-11-29 | 1 | -17/+111 | |
| | | | | | | fix xsl/dom integration under windows update tests and examples | |||||
* | changing dom_object_get_data to php_dom_object_get_data and PHP_DOM_EXPORT it | Christian Stocker | 2003-11-28 | 1 | -5/+5 | |
| | | | | | (by Rob Richards) | |||||
* | add interop with simplexml - dom_import_simplexml | Rob Richards | 2003-10-26 | 1 | -261/+50 | |
| | | | | | fix cloneNode with elements | |||||
* | implement namespace nodes | Rob Richards | 2003-10-20 | 1 | -10/+32 | |
| | | | | | | | fix getElementsByTagName fixes to attribute namespaces remove safemode stuff as its handled in streams | |||||
* | add global init/shutdown functions for libxml. this is required as | Shane Caraveo | 2003-10-19 | 1 | -2/+7 | |
| | | | | | | shutdown is not safe to call multiple times, and to make streams work correctly some init stuff has to happen in a specific order | |||||
* | some namespace fixes | Rob Richards | 2003-10-06 | 1 | -2/+5 | |
| | | | | | fix compiler warning | |||||
* | implement isDefaultNameSpace and baseURI | Rob Richards | 2003-10-05 | 1 | -18/+14 | |
| | | | | | | | | | nodeName and tagName return qualified names fix removeAttributeNode - takes domAttr as parameter better uri and file handling for document load method fix possible segfault when document is freed set get_property_ptr_ptr handler to NULL | |||||
* | Sync with new API | Zeev Suraski | 2003-10-05 | 1 | -1/+0 | |
| | ||||||
* | add property_get_ptr handler | Rob Richards | 2003-09-29 | 1 | -0/+12 | |
| | | | | | | fix possible segfault in xpath add wide character support for characterdata | |||||
* | move some document properties internally | Rob Richards | 2003-09-08 | 1 | -10/+46 | |
| | | | | | add xpath namespace support (by Shane) | |||||
* | ZTS fix. | Sebastian Bergmann | 2003-09-03 | 1 | -1/+1 | |
| | ||||||
* | changes to php_dom.h for last commit | Rob Richards | 2003-09-03 | 1 | -0/+72 | |
| | | | | | replaced removed closing tags - doh | |||||
* | add document HTML load/save methods | Rob Richards | 2003-09-03 | 1 | -73/+24 | |
| | | | | | | | add document standalone validate method cleanup some prototype declarations domexception inherits from default exception | |||||
* | implement stricterrorcheck | Rob Richards | 2003-08-24 | 1 | -1/+18 | |
| | | | | | | fix clonenode cleanup error routines | |||||
* | allow building without libxml2 under win32 | Wez Furlong | 2003-08-22 | 1 | -2/+1 | |
| | ||||||
* | fix infinite loop in normalize | Rob Richards | 2003-08-20 | 1 | -2/+5 | |
| | ||||||
* | fix build | Wez Furlong | 2003-08-19 | 1 | -1/+0 | |
| | ||||||
* | Get rid of PZVAL_UNLOCK() - fix untested | Zeev Suraski | 2003-08-18 | 1 | -2/+1 | |
| | ||||||
* | remove xml debug code | Rob Richards | 2003-07-27 | 1 | -1/+1 | |
| | ||||||
* | reworking xml namespace support | Rob Richards | 2003-07-27 | 1 | -39/+24 | |
| | | | | | | add node lookupNamespaceURI and lookupPrefix add attr isId | |||||
* | initial xpath implementation | Rob Richards | 2003-07-24 | 1 | -20/+90 | |
| | | | | | make dom_object generic | |||||
* | API update | Zeev Suraski | 2003-07-22 | 1 | -2/+2 | |
| | ||||||
* | fix for Bug #24715 segfault in dom_document_create_element | Rob Richards | 2003-07-19 | 1 | -1/+1 | |
| | | | | | removed xmlmemorydump debug code | |||||
* | implement read only exceptions | Rob Richards | 2003-07-12 | 1 | -3/+61 | |
| | | | | | | 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 | -22/+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 | |||||
* | implement node proxies: next phase of interop | Rob Richards | 2003-07-07 | 1 | -60/+71 | |
| | ||||||
* | Fit the error handler into the naming scheme and get rid of trailing new lines | Marcus Boerger | 2003-06-16 | 1 | -4/+10 | |
| | ||||||
* | Add an error handler (thx to timm for the idea) | Marcus Boerger | 2003-06-15 | 1 | -0/+15 | |
| | ||||||
* | remove code no longer needed | Rob Richards | 2003-06-15 | 1 | -78/+0 | |
| | | | | | fix format Output property | |||||
* | use xmlInitParser instead of xmlInitThreads | Rob Richards | 2003-06-14 | 1 | -10/+2 | |
| | | | | | reentrant safe as well no need for xml_parser_inited | |||||
* | fix xml_parser_inited on win32 | Rob Richards | 2003-06-14 | 1 | -1/+1 | |
| | | | | | add common structs for better interoprability | |||||
* | add node->isSupported() | Rob Richards | 2003-06-12 | 1 | -3/+26 | |
| | | | | | | | | add domimplementation->hasFeature() add formatOutput property (extends DOM) call xmlFreeDoc when doc is no longer referenced rather than custom code save and savexml now format based on formatOutput property | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 | |
| | ||||||
* | implmentation of document ref counting for persistance | Rob Richards | 2003-06-09 | 1 | -89/+115 | |
| | | | | | re-work of internal object handling | |||||
* | i ain't know domdom | Sterling Hughes | 2003-06-07 | 1 | -3/+3 | |
| | ||||||
* | leftover. | Sterling Hughes | 2003-06-07 | 1 | -1/+1 | |
| | | | | | its wholeText not whole_text | |||||
* | fix more memory overruns | Rob Richards | 2003-06-07 | 1 | -29/+50 | |
| | | | | | | | initial definition for document ref counting fixed property access to support all objects clear property handler from invalid objects until ref count implemented | |||||
* | fix double free issue | Rob Richards | 2003-06-06 | 1 | -23/+31 | |
| | | | | | fix property access within invalid objects and failed reads | |||||
* | fix a bunch of memory overruns, and uninitialized variable uses | Sterling Hughes | 2003-06-05 | 1 | -0/+2 | |
| | | | | | fixes crash on sample script rob sent me | |||||
* | fig segv on make install (double destroy badness) | Sterling Hughes | 2003-06-05 | 1 | -3/+10 | |
| | ||||||
* | Inital cut of new dom extension | Rob Richards | 2003-06-05 | 1 | -0/+1144 | |
PHP5 only |