Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - added EntityReference and Notation class | Uwe Steinmann | 2001-03-21 | 1 | -75/+109 | |
| | | | | | | - fixed handling of PI nodes - implemented more class functions | |||||
* | Nuke another warning. | Sebastian Bergmann | 2001-03-20 | 1 | -1/+0 | |
| | ||||||
* | - fixed lot of compiler warnings | Uwe Steinmann | 2001-03-20 | 1 | -34/+19 | |
| | ||||||
* | - complete rewrite of domxml module. | Uwe Steinmann | 2001-03-20 | 1 | -929/+1617 | |
| | | | | | | It is now mostly conform to DOM Level 2 though some classes and methods are still missing | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 | |
| | ||||||
* | - add domxml_unlink_node(), not tested | Uwe Steinmann | 2001-02-08 | 1 | -0/+38 | |
| | ||||||
* | - changed naming of some functions (kept compatibility) | Uwe Steinmann | 2001-01-26 | 1 | -11/+20 | |
| | ||||||
* | - Fixed a possible crash bug in xmltree(). | foobar | 2001-01-12 | 1 | -2/+4 | |
| | | | | | # PR: #7052 | |||||
* | - Get rid of C++ comments | Andi Gutmans | 2001-01-05 | 1 | -2/+2 | |
| | ||||||
* | - fixed potential segmfault in xmldoc() and xmldocfile() | Uwe Steinmann | 2001-01-05 | 1 | -3/+12 | |
| | ||||||
* | Fix typo | Rasmus Lerdorf | 2000-12-28 | 1 | -1/+1 | |
| | ||||||
* | Removed unused variables. | foobar | 2000-12-15 | 1 | -4/+0 | |
| | ||||||
* | Removed unused variable definitions. And libxml can be build NOT | foobar | 2000-12-09 | 1 | -41/+56 | |
| | | | | | to have support for either XPath or XPtr. | |||||
* | - fixed serveral prototypes | Uwe Steinmann | 2000-11-13 | 1 | -25/+27 | |
| | | | | | - replaced C++ style comments | |||||
* | - new function set_content() which is a workaround for bug #6457 | Uwe Steinmann | 2000-11-10 | 1 | -18/+81 | |
| | ||||||
* | - Fixed many problems to make xpath working | Uwe Steinmann | 2000-11-10 | 1 | -155/+116 | |
| | | | | | | - Each function now expects an object and not a resource anymore I hope this makes it more straightforward for the PHP-Programmer | |||||
* | - Fixed several error including segm fault (but still one left :-( | Uwe Steinmann | 2000-11-10 | 1 | -8/+16 | |
| | ||||||
* | - Started support for XPath/XPtr (completely untested) | Uwe Steinmann | 2000-11-09 | 1 | -1/+281 | |
| | ||||||
* | Make this compile with libxml2.2.7. | foobar | 2000-11-08 | 1 | -0/+2 | |
| | ||||||
* | No more segfaults. | foobar | 2000-11-01 | 1 | -1/+1 | |
| | ||||||
* | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -3/+3 | |
| | ||||||
* | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -4/+10 | |
| | | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei) | |||||
* | last patch reverted, i didn't get the whole picture here | Hartmut Holzgraefe | 2000-08-10 | 1 | -0/+1 | |
| | ||||||
* | duplicate alias entry removed | Hartmut Holzgraefe | 2000-08-10 | 1 | -1/+0 | |
| | ||||||
* | - got rid of php_ prefix in Modulename and some structs | Uwe Steinmann | 2000-08-07 | 1 | -4/+4 | |
| | ||||||
* | - made compilation as dynamic lib possible | Uwe Steinmann | 2000-08-07 | 1 | -0/+4 | |
| | ||||||
* | Some cosmetic changes. | Egon Schmid | 2000-07-15 | 1 | -5/+5 | |
| | ||||||
* | - added prototype | Uwe Steinmann | 2000-06-19 | 1 | -2/+2 | |
| | ||||||
* | C++ // comments are evil ... | Hartmut Holzgraefe | 2000-06-16 | 1 | -12/+12 | |
| | ||||||
* | - fixed problems with missing attributes due to a change | Uwe Steinmann | 2000-06-15 | 1 | -12/+24 | |
| | | | | | in libxml 2.0.0 | |||||
* | - Change register_internal_class to zend_register_internal_class for | Andi Gutmans | 2000-06-09 | 1 | -6/+6 | |
| | | | | | | - consistency. - Andrei: I'm still thinking about the _ex you want me to implement | |||||
* | Use common naming convention. | Joey Smith | 2000-06-06 | 1 | -0/+1372 | |