summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
Commit message (Collapse)AuthorAgeFilesLines
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-3/+3
| | | | the way
* - added domxml_version() to retrieve version of libxmlUwe Steinmann2001-04-091-0/+1
|
* - added EntityReference and Notation classUwe Steinmann2001-03-211-0/+5
| | | | | | - fixed handling of PI nodes - implemented more class functions
* - complete rewrite of domxml module.Uwe Steinmann2001-03-201-11/+67
| | | | | | 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/+1
|
* - changed naming of some functions (kept compatibility)Uwe Steinmann2001-01-261-3/+3
|
* Removed unused variable definitions. And libxml can be build NOTfoobar2000-12-091-0/+4
| | | | | to have support for either XPath or XPtr.
* - new function set_content() which is a workaround for bug #6457Uwe Steinmann2000-11-101-0/+1
|
* - Fixed several error including segm fault (but still one left :-(Uwe Steinmann2000-11-101-0/+1
|
* - Started support for XPath/XPtr (completely untested)Uwe Steinmann2000-11-091-0/+13
|
* - got rid of php_ prefix in Modulename and some structsUwe Steinmann2000-08-071-4/+4
|
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-23/+10
| | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-2/+2
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* - should now compile and configure with libxml 2.0.0Uwe Steinmann2000-06-051-1/+1
|
* - The root node of a xml doc is now an array since it is possibleUwe Steinmann2000-03-021-0/+1
| | | | | to have a comment or pi and an element on root level.
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-261-1/+1
| | | | | - Avoid declaring crypt() related salt types twice
* - change some function name into php styleUwe Steinmann2000-02-171-3/+3
|
* - added funktion xmltree(), renamed dom() to xmldoc() and domfile()Uwe Steinmann2000-02-101-2/+2
| | | | | | to xmldocfile(). - testdom covers most of the functionality
* - removed stupid leftover in testdomUwe Steinmann2000-02-091-0/+1
| | | | | - added more functions to domxml
* - new function to read and parse xml doc from fileUwe Steinmann2000-02-091-0/+1
|
* - more functions added but none of them testedUwe Steinmann2000-02-031-0/+3
|
* - resumed work on domxml and found a way to circumwent a segm faultUwe Steinmann2000-01-251-0/+2
| | | | | | | (see the source). No solution to fix it, yet. Probably needs some understanding of zend, which I don't have. - added more functions
* More php3 cleanupZeev Suraski1999-12-171-4/+4
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-0/+68
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.