| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed bug #32340 (insert_before($node,NULL) does not return) | Rob Richards | 2005-03-17 | 1 | -4/+1 |
| | | |||||
| * | no message | Rob Richards | 2005-02-25 | 1 | -0/+4 |
| | | |||||
| * | - Quote macro names in AC_DEFUN() | foobar | 2004-12-30 | 1 | -3/+3 |
| | | | | | | | # Fixes also bug #29160 # for i in `grep -r -l AC_DEFUN *`; do perl -i -pe "s#AC_DEFUN\(([^\[])(.*)\,#AC_DEFUN([\1\2],#g" $i; done; | ||||
| * | - remove EXPERIMENTAL tag | Christian Stocker | 2004-12-03 | 1 | -5/+0 |
| | | |||||
| * | Fixed bug #29599 (domxml_error segfaults another apache module) | Rob Richards | 2004-08-13 | 2 | -10/+24 |
| | | |||||
| * | Fixed some 64bit and other zend_parse_parameters bugs | Stefan Esser | 2004-06-19 | 1 | -1/+2 |
| | | |||||
| * | Fix Bug #27769 crash using domxml_xmltree | Rob Richards | 2004-04-06 | 1 | -2/+4 |
| | | |||||
| * | fix for bug 27349 "Invalid parsing of CDATA sections in XSL templates" | Christian Stocker | 2004-02-24 | 1 | -0/+3 |
| | | |||||
| * | skip test, if no XSLT support is compiled in | Christian Stocker | 2004-02-23 | 1 | -1/+3 |
| | | |||||
| * | define LIBXML_THREAD_ENABLED | Rob Richards | 2003-12-22 | 1 | -3/+3 |
| | | |||||
| * | fix for bug #26595 "`XSLT_NAMESPACE' undeclared" | Christian Stocker | 2003-12-13 | 1 | -17/+16 |
| | | |||||
| * | Fix bug #26531: get_elements_by_tag_name() wildcard fails | Rob Richards | 2003-12-05 | 1 | -69/+24 |
| | | |||||
| * | require libxml 2.5.11 for threaded error handling | Rob Richards | 2003-12-03 | 1 | -1/+1 |
| | | | | | | certain cases crash unlocking libxml mutex with earlier versions | ||||
| * | Fix bug 26443: No errror reporting for Errors in the domxml extension | Rob Richards | 2003-12-02 | 1 | -0/+3 |
| | | |||||
| * | Fix bug #26443: No errror reporting for Errors in the domxml extension | Rob Richards | 2003-12-01 | 1 | -12/+12 |
| | | |||||
| * | add xml files for bug26384.phpt | Christian Stocker | 2003-11-29 | 2 | -0/+20 |
| | | |||||
| * | enhanced bug-26384-fix. It now only does an DocCopy, if xsl:key was | Christian Stocker | 2003-11-29 | 2 | -2/+33 |
| | | | | | | found in xslt-document by default. | ||||
| * | Fix for bug #26446: domxml_open_file() returns an empty error-Array | Rob Richards | 2003-11-28 | 1 | -0/+1 |
| | | |||||
| * | Replace fopen() inside domxml_xslt_process() with streams code to prevent | Ilia Alshanetsky | 2003-11-25 | 1 | -2/+6 |
| | | | | | | | | | a possible crash and enforce safe_mode & open_basedir restrictions. Revert workaround for bug #26384, which is due to a bug in libxslt. Christian will commit a better workaround shortly. | ||||
| * | Fixed bug #26384 (crash inside domxslt->process() due to a double free). | Ilia Alshanetsky | 2003-11-25 | 1 | -1/+0 |
| | | |||||
| * | fix default recovery mode | Rob Richards | 2003-11-22 | 1 | -1/+1 |
| | | |||||
| * | typo | Moriyoshi Koizumi | 2003-10-21 | 1 | -1/+1 |
| | | |||||
| * | Add regression test for bug #25900 | Moriyoshi Koizumi | 2003-10-21 | 1 | -0/+37 |
| | | |||||
| * | Fix bug #25900 (document->get_elements_by_tag_name with default xmlns) | Rob Richards | 2003-10-20 | 1 | -2/+2 |
| | | |||||
| * | Fix bug #25888 (Crash of php.exe when xpath_eval of a namespace) | Rob Richards | 2003-10-17 | 1 | -11/+88 |
| | | | | | | | memleak fix in domxml_node_name keep blanks loading document fix | ||||
| * | Fix typo | Moriyoshi Koizumi | 2003-09-26 | 1 | -1/+1 |
| | | |||||
| * | fix some threading issues | Rob Richards | 2003-09-17 | 1 | -201/+139 |
| | | | | | | fix mem leaks in append_child with attribute nodes | ||||
| * | Fix #23326: Attributes via append_child not supported | Melvyn Sopacua | 2003-09-09 | 2 | -5/+43 |
| | | | | | | Add testcase | ||||
| * | fix case for include | Rob Richards | 2003-08-29 | 1 | -1/+1 |
| | | |||||
| * | fix builds using libxml 2.5.10+ | Rob Richards | 2003-08-29 | 2 | -2/+3 |
| | | |||||
| * | workaround for bug #25268. libxslt issue with xsl:key | Rob Richards | 2003-08-29 | 1 | -2/+10 |
| | | |||||
| * | Remove 'proto' from internal functions | Zeev Suraski | 2003-08-07 | 1 | -3/+1 |
| | | |||||
| * | some missing static with internal funcs. | foobar | 2003-07-25 | 1 | -8/+11 |
| | | |||||
| * | MFH: Fixed #24609 (segfault when using replace node across different docs) | Ilia Alshanetsky | 2003-07-23 | 1 | -0/+11 |
| | | | | | | | | | Patch by: Rob Richards # This patch somehow did not make it into 4.3.X, so on Rob's request in am # MFHing it in. | ||||
| * | Fix for bug #24219 segfault during resource destruction | Rob Richards | 2003-06-18 | 1 | -6/+6 |
| | | | | | | Used bug fix to optimize free_doc routine | ||||
| * | Fix for 64 bit platforms (by Joe Orton) | Rob Richards | 2003-06-02 | 1 | -4/+4 |
| | | |||||
| * | fix possible segfault | Christian Stocker | 2003-05-13 | 1 | -4/+7 |
| | | |||||
| * | xmlInitParser() at MINIT for better thread-safety (by Rob) | Christian Stocker | 2003-05-05 | 1 | -1/+1 |
| | | |||||
| * | Set the doc property to NULL if no parent is available (by Rob Richards) | Christian Stocker | 2003-05-05 | 1 | -0/+1 |
| | | |||||
| * | MFH | Ilia Alshanetsky | 2003-04-18 | 1 | -0/+7 |
| | | |||||
| * | comment xmlMemoryDump() out (only needed for debugging) | Christian Stocker | 2003-04-10 | 1 | -1/+1 |
| | | |||||
| * | MFH. | Christian Stocker | 2003-04-10 | 1 | -21/+33 |
| | | | | | | | | - Fixed memleaks in domxml_doc_add_root, domxml_xslt_stylesheet and domxml_xslt_stylesheet_doc - Completed implementation of domxml_doc_imported_node. | ||||
| * | MFH | Marcus Boerger | 2003-04-09 | 1 | -2/+2 |
| | | |||||
| * | fixed some memleaks when using attribute nodes (Rob Richards) | Christian Stocker | 2003-04-09 | 1 | -2/+41 |
| | | |||||
| * | MFH (fixes memleaks in element->get_elements_by_tagname & ↵ | Christian Stocker | 2003-04-08 | 1 | -0/+11 |
| | | | | | document->get_elements_by_tagname) | ||||
| * | Big Patch with a lot of mem-leak fixes | Christian Stocker | 2003-04-08 | 2 | -56/+191 |
| | | | | | | | | | | - Attribute nodes are freed/generated correctly - xsltstylesheets are freed correctly - xpathregister doesn't leak anymore - parser/xsltglobals cleanup at MSHUTDOWN - Added DomDocument->free() for removing documents during script-time | ||||
| * | Patch for Bug #22774 by Rob Richards | Christian Stocker | 2003-04-02 | 1 | -4/+5 |
| | | |||||
| * | fix for bug #22786 ("Crash when trying to call DomAttribute's set_namespace ↵ | Christian Stocker | 2003-03-20 | 1 | -3/+11 |
| | | | | | method") | ||||
| * | 64-bit correction to variables passed to zend_parse_parameters | David Hill | 2003-03-07 | 1 | -5/+10 |
| | | | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave) | ||||
| * | MFH | Stefan Esser | 2003-03-06 | 1 | -3/+3 |
| | | |||||
