summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #29599 (domxml_error segfaults another apache module)Rob Richards2004-08-131-10/+22
|
* Fixed some 64bit and other zend_parse_parameters bugsStefan Esser2004-06-191-1/+2
|
* Fix Bug #27769 crash using domxml_xmltreeRob Richards2004-04-061-2/+4
|
* fix for bug 27349 "Invalid parsing of CDATA sections in XSL templates"Christian Stocker2004-02-241-0/+3
|
* fix for bug #26595 "`XSLT_NAMESPACE' undeclared"Christian Stocker2003-12-131-17/+16
|
* Fix bug #26531: get_elements_by_tag_name() wildcard failsRob Richards2003-12-051-69/+24
|
* require libxml 2.5.11 for threaded error handlingRob Richards2003-12-031-1/+1
| | | | | certain cases crash unlocking libxml mutex with earlier versions
* Fix bug 26443: No errror reporting for Errors in the domxml extensionRob Richards2003-12-021-0/+3
|
* Fix bug #26443: No errror reporting for Errors in the domxml extensionRob Richards2003-12-011-12/+12
|
* enhanced bug-26384-fix. It now only does an DocCopy, if xsl:key wasChristian Stocker2003-11-291-2/+21
| | | | | found in xslt-document by default.
* Fix for bug #26446: domxml_open_file() returns an empty error-ArrayRob Richards2003-11-281-0/+1
|
* Replace fopen() inside domxml_xslt_process() with streams code to preventIlia Alshanetsky2003-11-251-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 Alshanetsky2003-11-251-1/+0
|
* fix default recovery modeRob Richards2003-11-221-1/+1
|
* Fix bug #25900 (document->get_elements_by_tag_name with default xmlns)Rob Richards2003-10-201-2/+2
|
* Fix bug #25888 (Crash of php.exe when xpath_eval of a namespace)Rob Richards2003-10-171-11/+88
| | | | | | memleak fix in domxml_node_name keep blanks loading document fix
* fix some threading issuesRob Richards2003-09-171-201/+139
| | | | | fix mem leaks in append_child with attribute nodes
* Fix #23326: Attributes via append_child not supportedMelvyn Sopacua2003-09-091-5/+22
| | | | | Add testcase
* fix builds using libxml 2.5.10+Rob Richards2003-08-291-2/+2
|
* workaround for bug #25268. libxslt issue with xsl:keyRob Richards2003-08-291-2/+10
|
* Remove 'proto' from internal functionsZeev Suraski2003-08-071-3/+1
|
* some missing static with internal funcs.foobar2003-07-251-8/+11
|
* MFH: Fixed #24609 (segfault when using replace node across different docs)Ilia Alshanetsky2003-07-231-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 destructionRob Richards2003-06-181-6/+6
| | | | | Used bug fix to optimize free_doc routine
* Fix for 64 bit platforms (by Joe Orton)Rob Richards2003-06-021-4/+4
|
* fix possible segfaultChristian Stocker2003-05-131-4/+7
|
* xmlInitParser() at MINIT for better thread-safety (by Rob)Christian Stocker2003-05-051-1/+1
|
* Set the doc property to NULL if no parent is available (by Rob Richards)Christian Stocker2003-05-051-0/+1
|
* MFHIlia Alshanetsky2003-04-181-0/+7
|
* comment xmlMemoryDump() out (only needed for debugging)Christian Stocker2003-04-101-1/+1
|
* MFH.Christian Stocker2003-04-101-21/+33
| | | | | | | - Fixed memleaks in domxml_doc_add_root, domxml_xslt_stylesheet and domxml_xslt_stylesheet_doc - Completed implementation of domxml_doc_imported_node.
* MFHMarcus Boerger2003-04-091-2/+2
|
* fixed some memleaks when using attribute nodes (Rob Richards)Christian Stocker2003-04-091-2/+41
|
* MFH (fixes memleaks in element->get_elements_by_tagname & ↵Christian Stocker2003-04-081-0/+11
| | | | document->get_elements_by_tagname)
* Big Patch with a lot of mem-leak fixesChristian Stocker2003-04-081-54/+188
| | | | | | | | | - 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 RichardsChristian Stocker2003-04-021-4/+5
|
* fix for bug #22786 ("Crash when trying to call DomAttribute's set_namespace ↵Christian Stocker2003-03-201-3/+11
| | | | method")
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-071-5/+10
| | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave)
* MFHStefan Esser2003-03-061-3/+3
|
* make it really W3C compatible (unlink node, when in tree...)Christian Stocker2003-03-041-2/+2
|
* Throw error if object is not a XML_DOCUMENT_NODEChristian Stocker2003-01-101-0/+5
|
* - fix crash in domxml_node_insert_before() (by Lukas Schröder)Christian Stocker2003-01-061-1/+32
|
* partly MFH from 1.288 (Fixed segfault, when trying to add a node to itself)Christian Stocker2003-01-061-0/+6
|
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* MFHMarcus Boerger2002-12-051-5/+8
|
* MFH (fixed big bad memory leak in xpath objects.)Christian Stocker2002-11-301-88/+4
|
* MFH (Fix for Bug #20639 DomElement->get_elements_by_tagname() doesn't work)Christian Stocker2002-11-261-5/+7
|
* MFH: Fix segfaults (check ext/domxml/tests/domxml002.phpt)Marcus Boerger2002-11-151-1/+1
|
* fix for bug #20209 (appending text nodes leads to segfaults sometimes)Christian Stocker2002-11-011-2/+29
|
* fix proto for clone_nodeChristian Stocker2002-10-311-1/+1
|