Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Empty HEAD of domxml, hyperwave, xslt | Sascha Schumann | 2003-06-24 | 1 | -5665/+0 |
| | |||||
* | Fix for bug #24219 segfault during resource destruction | Rob Richards | 2003-06-18 | 1 | -6/+6 |
| | | | | | Used bug fix to optimize free_doc routine | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Avoid unnecessary zval separation | Moriyoshi Koizumi | 2003-06-05 | 1 | -4/+8 |
| | |||||
* | Fix for 64 bit platforms (by Joe Orton) | Rob Richards | 2003-06-02 | 1 | -4/+4 |
| | |||||
* | fixes possible segfault in domxml_xslt_result_dump_mem | Christian Stocker | 2003-05-13 | 1 | -2/+6 |
| | |||||
* | MFB (set the doc property to NULL if no parent is available (by Rob Richards)) | Christian Stocker | 2003-05-05 | 1 | -0/+1 |
| | |||||
* | Added missing safe_mode checks. | Ilia Alshanetsky | 2003-04-18 | 1 | -0/+7 |
| | |||||
* | - More TSRMLS stuff. | Christian Stocker | 2003-04-10 | 1 | -18/+28 |
| | | | | | | | - Fixed memleaks in domxml_doc_add_root, domxml_xslt_stylesheet and domxml_xslt_stylesheet_doc - Completed implementation of domxml_doc_imported_node. | ||||
* | Fix ZTS build and warnings | Marcus Boerger | 2003-04-09 | 1 | -2/+3 |
| | |||||
* | - Fixed some memleaks when using attributes | Christian Stocker | 2003-04-09 | 1 | -2/+42 |
| | | | | | | - Added attrnode->set_value() (by Rob Richards) | ||||
* | fixes memleaks in element->get_elements_by_tagname & ↵ | Christian Stocker | 2003-04-08 | 1 | -0/+11 |
| | | | | document->get_elements_by_tagname | ||||
* | make it possible to free DomHtmlDocuments as well | Christian Stocker | 2003-04-08 | 1 | -2/+2 |
| | |||||
* | make it compile .... | Christian Stocker | 2003-04-08 | 1 | -1/+1 |
| | |||||
* | - Fixes a bunch of memleaks, especially with attributes (by Rob Richards and me) | Christian Stocker | 2003-04-08 | 1 | -77/+192 |
| | | | | | | - Added domdocument->free() for freeing documents during script-time #will later merge to PHP_4_3 | ||||
* | @- Added domxml_doc_create_document_fragment() and | Christian Stocker | 2003-04-05 | 1 | -10/+101 |
| | | | | | | | @ domxml_document_fragment_open_mem(string) method (Christian) Useful for adding and parsing (well-balanced) document fragments. - Bumped up API version number | ||||
* | - Added domxml_elem_set_attribute_node() method. (Rob Richards) | Christian Stocker | 2003-04-03 | 1 | -15/+53 |
| | |||||
* | 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") | ||||
* | WS & CS fixes.. | foobar | 2003-03-20 | 1 | -233/+262 |
| | |||||
* | 64-bit correction to variables passed to zend_parse_parameters | David Hill | 2003-03-06 | 1 | -5/+10 |
| | | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave) | ||||
* | Fixing functionicalls with variable number of parameters... | Stefan Esser | 2003-03-06 | 1 | -3/+3 |
| | |||||
* | MFB (make it really W3C compatible (unlink node, when in tree...)) | Christian Stocker | 2003-03-04 | 1 | -2/+2 |
| | |||||
* | pass tsrmls instead of fetching it always | Marcus Boerger | 2003-02-13 | 1 | -9/+6 |
| | |||||
* | Removed pointless memory allocation checks. | Ilia Alshanetsky | 2003-01-18 | 1 | -38/+10 |
| | |||||
* | Changed getParameters() to zend_get_parameters_ex(). | Ilia Alshanetsky | 2003-01-14 | 1 | -10/+11 |
| | |||||
* | - Fix ZTS build | Derick Rethans | 2003-01-13 | 1 | -0/+3 |
| | |||||
* | Throw error if object is not a XML_DOCUMENT_NODE in domxml_dump_node() | Christian Stocker | 2003-01-10 | 1 | -0/+5 |
| | |||||
* | Fixed ZTS build with ZE2. | Ilia Alshanetsky | 2003-01-07 | 1 | -2/+2 |
| | |||||
* | - get_path forgotten in .h file | Christian Stocker | 2003-01-06 | 1 | -1/+32 |
| | | | | | - fix crash in domxml_node_insert_before() (by Lukas Schröder) | ||||
* | @- Added domxml_node_get_path() (Lukas Schröder) | Christian Stocker | 2003-01-06 | 1 | -0/+26 |
| | | | | | - Fixed segfault, when trying to add a node to itself. | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | PHP_FALIAS for doc_get_elements_by_tagname got lost | Christian Stocker | 2002-12-09 | 1 | -0/+1 |
| | |||||
* | php_error -> php_error_docref | Marcus Boerger | 2002-12-05 | 1 | -5/+8 |
| | |||||
* | 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 |
| | | | | | | | | @ namespace definitions (chregu) changed my mind. Automatic namesapce registration is not done within xpath_eval() anymore, but in a seperate function. | ||||
* | do some kind of automatic namespace registration in xpath_eval(). This | Christian Stocker | 2002-11-29 | 1 | -5/+30 |
| | | | | | | | | works only for namespaces defined in the context node (eg docroot if no second argument is given. If one wants to use namespaces defined elsewhere or with different prefixes, you still have to use xpath_ns_register() | ||||
* | 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 |
| | | | | | -two warnings | ||||
* | 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 |
| |