Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revert, not needed | foobar | 2003-12-07 | 1 | -2/+1 |
* | Fix enabling shared builds. | Marcus Boerger | 2003-12-07 | 1 | -1/+2 |
* | Tweak xml related build. | Wez Furlong | 2003-12-05 | 1 | -0/+3 |
* | fix test | Christian Stocker | 2003-12-05 | 1 | -1/+5 |
* | fix notations - forgot to create iterator | Rob Richards | 2003-12-03 | 1 | -0/+4 |
* | Add new (optional!) win32 build infrastructure. | Wez Furlong | 2003-12-02 | 1 | -0/+18 |
* | check node type for ->attributes and ->childNodes | Rob Richards | 2003-12-02 | 2 | -7/+22 |
* | Fix Bug, if parser input is not a filename (By Adam) | Christian Stocker | 2003-12-01 | 1 | -1/+7 |
* | remove call to xmlMemoryDump | Rob Richards | 2003-11-30 | 1 | -1/+1 |
* | fixed typos | Christian Stocker | 2003-11-30 | 1 | -2/+2 |
* | output of uncaught exception changed | Christian Stocker | 2003-11-30 | 1 | -10/+0 |
* | guess this file should be added too :) | Rob Richards | 2003-11-29 | 1 | -0/+280 |
* | implement namednodemap and nodelist | Rob Richards | 2003-11-29 | 14 | -208/+418 |
* | move some definitions to xml_common.h | Christian Stocker | 2003-11-29 | 3 | -2/+4 |
* | changing dom_object_get_data to php_dom_object_get_data and PHP_DOM_EXPORT it | Christian Stocker | 2003-11-28 | 4 | -11/+11 |
* | - Fixed bug #26072 (--disable-libxml does not work). | foobar | 2003-11-12 | 1 | -2/+2 |
* | SKIP tests if compress.zlib wrapper is not available. | Moriyoshi Koizumi | 2003-10-31 | 2 | -2/+8 |
* | make test work with libxml2 2.6.x and lower | Christian Stocker | 2003-10-30 | 1 | -4/+9 |
* | Fixed test. | Ilia Alshanetsky | 2003-10-29 | 1 | -2/+2 |
* | fix win32 build | Shane Caraveo | 2003-10-28 | 1 | -0/+1 |
* | use php_error_docref | Christian Stocker | 2003-10-27 | 1 | -2/+2 |
* | extending of domDocument class test | Christian Stocker | 2003-10-27 | 1 | -0/+46 |
* | added html test | Christian Stocker | 2003-10-27 | 2 | -0/+40 |
* | xinclude test | Christian Stocker | 2003-10-27 | 3 | -0/+27 |
* | xinclude support readded to ext/dom | Christian Stocker | 2003-10-27 | 2 | -0/+24 |
* | streams test | Christian Stocker | 2003-10-27 | 2 | -0/+22 |
* | exception/try/catch test | Christian Stocker | 2003-10-27 | 1 | -0/+46 |
* | interop test | Christian Stocker | 2003-10-27 | 2 | -0/+37 |
* | remove unneeded variables | Christian Stocker | 2003-10-27 | 1 | -2/+2 |
* | - Make distinction in error-reporting between Warnings and Errors from libxml2 | Christian Stocker | 2003-10-27 | 1 | -8/+49 |
* | add interop with simplexml - dom_import_simplexml | Rob Richards | 2003-10-26 | 15 | -347/+139 |
* | Add a test case for getElementsByTagName() / getElementsByTagNameNS() | Moriyoshi Koizumi | 2003-10-21 | 1 | -0/+57 |
* | implement namespace nodes | Rob Richards | 2003-10-20 | 6 | -164/+147 |
* | add global init/shutdown functions for libxml. this is required as | Shane Caraveo | 2003-10-19 | 1 | -2/+7 |
* | add the valid xml test | Shane Caraveo | 2003-10-09 | 1 | -0/+8 |
* | add a DTD example | Shane Caraveo | 2003-10-09 | 3 | -0/+34 |
* | some namespace fixes | Rob Richards | 2003-10-06 | 3 | -30/+35 |
* | fix crash building nodeName | Shane Caraveo | 2003-10-05 | 1 | -2/+4 |
* | fix crash accessing tagName without namespace | Shane Caraveo | 2003-10-05 | 1 | -3/+5 |
* | Add schema and relaxNG validation support | Shane Caraveo | 2003-10-05 | 11 | -52/+373 |
* | 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 |
* | implement isDefaultNameSpace and baseURI | Rob Richards | 2003-10-05 | 4 | -70/+149 |
* | Sync with new API | Zeev Suraski | 2003-10-05 | 1 | -1/+0 |
* | Fixed compile warnings. | Ilia Alshanetsky | 2003-10-03 | 1 | -1/+1 |
* | add property_get_ptr handler | Rob Richards | 2003-09-29 | 3 | -28/+27 |
* | fix preserveWhiteSpace on document load | Rob Richards | 2003-09-24 | 1 | -0/+5 |
* | set consistent pathing for libxml | Rob Richards | 2003-09-22 | 1 | -9/+28 |
* | validate encoding against valid handlers | Rob Richards | 2003-09-15 | 1 | -6/+8 |
* | move some document properties internally | Rob Richards | 2003-09-08 | 7 | -72/+331 |