| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create branch 'THREADED'. | SVN Migration | 2002-12-01 | 1 | -5261/+0 |
* | fixed big bad memory leak in xpath objects. | Christian Stocker | 2002-11-30 | 1 | -81/+2 |
* | removed unused variable | Christian Stocker | 2002-11-29 | 1 | -1/+1 |
* | @- Added xpath_register_ns_auto([contextnode]) for automatically registering | Christian Stocker | 2002-11-29 | 1 | -26/+41 |
* | do some kind of automatic namespace registration in xpath_eval(). This | Christian Stocker | 2002-11-29 | 1 | -5/+30 |
* | get_element_by_id does not need LIBXML_XPATH support | Christian Stocker | 2002-11-29 | 1 | -3/+6 |
* | Fix for Bug #20639 DomElement->get_elements_by_tagname() doesn't work | Christian Stocker | 2002-11-26 | 1 | -5/+7 |
* | Fix segfaults (check ext/domxml/tests/domxml002.phpt) | Marcus Boerger | 2002-11-15 | 1 | -1/+1 |
* | fix for bug #20209 (appending text nodes leads to segfaults sometimes) | Christian Stocker | 2002-11-01 | 1 | -2/+29 |
* | fix proto for clone_node | Christian Stocker | 2002-10-31 | 1 | -1/+1 |
* | fix warnings | Marcus Boerger | 2002-10-29 | 1 | -2/+4 |
* | -php_error => php_error_docref | Marcus Boerger | 2002-10-29 | 1 | -67/+56 |
* | Patch by Morus Walter, concerning some dtd/entity expanding stuff. | Christian Stocker | 2002-10-28 | 1 | -0/+18 |
* | Typo | Sander Roobol | 2002-10-12 | 1 | -1/+1 |
* | node->attributes returns null, if there are no attributes. | Christian Stocker | 2002-10-11 | 1 | -21/+1 |
* | chregu: Can you please use the new php_error_docref in new code? | Christian Stocker | 2002-09-09 | 1 | -1/+1 |
* | Fix for bug 19266 (don't allow appending nodes from 2 different documents) | Christian Stocker | 2002-09-09 | 1 | -1/+6 |
* | - Whitespace | Derick Rethans | 2002-08-28 | 1 | -1/+1 |
* | fix some to long property strings | Christian Stocker | 2002-08-27 | 1 | -3/+3 |
* | argh, domxml_doc_free is not yet ready for CVS :) | Christian Stocker | 2002-08-27 | 1 | -21/+0 |
* | stupid typo | Christian Stocker | 2002-08-27 | 1 | -3/+24 |
* | fix memleak in php_domxslt_string_to_xpathexpr | Christian Stocker | 2002-08-27 | 1 | -7/+8 |
* | renamed xslt_dump_* to xslt_result_dump_* to avoid confusion | Christian Stocker | 2002-08-23 | 1 | -8/+8 |
* | fix memleak in xslt->dump_mem() | Christian Stocker | 2002-08-23 | 1 | -1/+2 |
* | - moved xslt_dump_ to better place | Christian Stocker | 2002-08-22 | 1 | -75/+72 |
* | @- Added XsltObject->dump_file($result,$filename[,$compression]) for dumping | Christian Stocker | 2002-08-22 | 1 | -1/+41 |
* | @- Added XsltObject->dump_mem($result) for returning xslt-result directly | Christian Stocker | 2002-08-22 | 1 | -1/+40 |
* | return version number of linked libxml2, not of the one, which it was | Christian Stocker | 2002-08-22 | 1 | -2/+2 |
* | kill compiler warning (unused variable) | foobar | 2002-08-22 | 1 | -1/+1 |
* | w3c adjustments :) | Christian Stocker | 2002-08-19 | 1 | -2/+2 |
* | More W3C conformance stuff (they returned all false before..) | Christian Stocker | 2002-08-17 | 1 | -8/+14 |
* | More on the way to W3C coformance: | Christian Stocker | 2002-08-16 | 1 | -34/+28 |
* | proto fixes | Christian Stocker | 2002-08-15 | 1 | -2/+2 |
* | @ - Added DomNode->set_namespace(uri[,prefix]) (chregu) | Christian Stocker | 2002-08-15 | 1 | -8/+69 |
* | - let DomNode->replace_child always behave correctly (acc. to W3C specs) | Christian Stocker | 2002-08-14 | 1 | -13/+1 |
* | DomNode->replace_node moves instead of copies node. | Christian Stocker | 2002-08-14 | 1 | -17/+3 |
* | - fix for bug #17771 (insert_before misbeaviour (DOM L2 spec.)) | Christian Stocker | 2002-08-14 | 1 | -8/+3 |
* | @ - Added some namespace support with DomNode->add_namespace(uri, prefix) | Christian Stocker | 2002-08-14 | 1 | -0/+71 |
* | fix for bug #18196 | Christian Stocker | 2002-08-14 | 1 | -4/+12 |
* | fix for bug #18395 (DOMXML crash on removing previously created attributes) | Christian Stocker | 2002-08-14 | 1 | -1/+12 |
* | @ - DomNode->child_nodes() returns empty array instead of false, if no | Christian Stocker | 2002-08-14 | 1 | -9/+8 |
* | @ - Added $DomDocument->xinclude() for substitution of XIncludes in | Christian Stocker | 2002-08-12 | 1 | -0/+23 |
* | #Stupid. Sorry. | Joseph Tate | 2002-08-07 | 1 | -6/+0 |
* | #Don't use C++ Comments bug #18783 | Joseph Tate | 2002-08-07 | 1 | -5/+11 |
* | - nodename is not always set, check if it really is. | Christian Stocker | 2002-07-29 | 1 | -3/+5 |
* | nodename is not always set, check if it really is. | Christian Stocker | 2002-07-17 | 1 | -1/+3 |
* | Fixed some unused variable warnings | foobar | 2002-07-13 | 1 | -2/+5 |
* | @ - Added domxml_node_namespace_uri() (Rui Lopes). | Christian Stocker | 2002-07-07 | 1 | -1/+28 |
* | outcomment everything related to domxml_elem_set_attribute_node(). This | Christian Stocker | 2002-07-01 | 1 | -1/+5 |
* | Unify error messages | Derick Rethans | 2002-06-26 | 1 | -7/+7 |