summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.c
Commit message (Collapse)AuthorAgeFilesLines
...
* - added EntityReference and Notation classUwe Steinmann2001-03-211-75/+109
| | | | | | - fixed handling of PI nodes - implemented more class functions
* Nuke another warning.Sebastian Bergmann2001-03-201-1/+0
|
* - fixed lot of compiler warningsUwe Steinmann2001-03-201-34/+19
|
* - complete rewrite of domxml module.Uwe Steinmann2001-03-201-929/+1617
| | | | | | It is now mostly conform to DOM Level 2 though some classes and methods are still missing
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* - add domxml_unlink_node(), not testedUwe Steinmann2001-02-081-0/+38
|
* - changed naming of some functions (kept compatibility)Uwe Steinmann2001-01-261-11/+20
|
* - Fixed a possible crash bug in xmltree().foobar2001-01-121-2/+4
| | | | | # PR: #7052
* - Get rid of C++ commentsAndi Gutmans2001-01-051-2/+2
|
* - fixed potential segmfault in xmldoc() and xmldocfile()Uwe Steinmann2001-01-051-3/+12
|
* Fix typoRasmus Lerdorf2000-12-281-1/+1
|
* Removed unused variables.foobar2000-12-151-4/+0
|
* Removed unused variable definitions. And libxml can be build NOTfoobar2000-12-091-41/+56
| | | | | to have support for either XPath or XPtr.
* - fixed serveral prototypesUwe Steinmann2000-11-131-25/+27
| | | | | - replaced C++ style comments
* - new function set_content() which is a workaround for bug #6457Uwe Steinmann2000-11-101-18/+81
|
* - Fixed many problems to make xpath workingUwe Steinmann2000-11-101-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 Steinmann2000-11-101-8/+16
|
* - Started support for XPath/XPtr (completely untested)Uwe Steinmann2000-11-091-1/+281
|
* Make this compile with libxml2.2.7.foobar2000-11-081-0/+2
|
* No more segfaults.foobar2000-11-011-1/+1
|
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-3/+3
|
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-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 hereHartmut Holzgraefe2000-08-101-0/+1
|
* duplicate alias entry removedHartmut Holzgraefe2000-08-101-1/+0
|
* - got rid of php_ prefix in Modulename and some structsUwe Steinmann2000-08-071-4/+4
|
* - made compilation as dynamic lib possibleUwe Steinmann2000-08-071-0/+4
|
* Some cosmetic changes.Egon Schmid2000-07-151-5/+5
|
* - added prototypeUwe Steinmann2000-06-191-2/+2
|
* C++ // comments are evil ...Hartmut Holzgraefe2000-06-161-12/+12
|
* - fixed problems with missing attributes due to a changeUwe Steinmann2000-06-151-12/+24
| | | | | in libxml 2.0.0
* - Change register_internal_class to zend_register_internal_class forAndi Gutmans2000-06-091-6/+6
| | | | | | - consistency. - Andrei: I'm still thinking about the _ex you want me to implement
* Use common naming convention.Joey Smith2000-06-061-0/+1372