| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | should compile on windows again | Christian Stocker | 2002-06-25 | 1 | -4/+8 |
* | - take version of libxslt and libxml from runtime variables to make | Uwe Steinmann | 2002-06-20 | 1 | -34/+46 |
* | - Make domxml_xslt_process() working again. | Christian Stocker | 2002-06-19 | 1 | -1/+1 |
* | - Fix ZTS build. | Markus Fischer | 2002-06-18 | 1 | -2/+2 |
* | - renamed domxml_parser_reference to domxml_parser_entitiy_reference | Christian Stocker | 2002-06-14 | 1 | -8/+57 |
* | - oops, that didn't even compile | Christian Stocker | 2002-06-14 | 1 | -7/+31 |
* | @ - Added preliminary SAX-Input support. It's now possible to build a DomDocu... | Christian Stocker | 2002-06-14 | 1 | -0/+226 |
* | - Added DOMXML_LOAD_DONT_KEEP_BLANKS as possible mode, if one wants really ni... | Christian Stocker | 2002-06-13 | 1 | -2/+16 |
* | @ - Added better error-messages (3rd parameter) and validating of DTDs (2nd p... | Christian Stocker | 2002-06-13 | 1 | -30/+267 |
* | Fixed domxml_get_element_by_id() | Christian Stocker | 2002-06-12 | 1 | -5/+5 |
* | #Undeprecated attribute access methods | Joseph Tate | 2002-06-10 | 1 | -1/+2 |
* | Added aliases to make attr_node access functions more consistent. | Joseph Tate | 2002-06-07 | 1 | -0/+4 |
* | - Fix a problem in domxml_dump_mem(_file) with xmlKeepBlanksDefault not | Derick Rethans | 2002-06-05 | 1 | -2/+3 |
* | #Whitespace fix: Sorry | Joseph Tate | 2002-06-04 | 1 | -1/+1 |
* | Bug fix to #17560 submitted by Rob Richards | Joseph Tate | 2002-06-04 | 1 | -2/+3 |