Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -3/+3 |
| | | | | the way | ||||
* | - added domxml_version() to retrieve version of libxml | Uwe Steinmann | 2001-04-09 | 1 | -0/+1 |
| | |||||
* | - added EntityReference and Notation class | Uwe Steinmann | 2001-03-21 | 1 | -0/+5 |
| | | | | | | - fixed handling of PI nodes - implemented more class functions | ||||
* | - complete rewrite of domxml module. | Uwe Steinmann | 2001-03-20 | 1 | -11/+67 |
| | | | | | | 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/+1 |
| | |||||
* | - changed naming of some functions (kept compatibility) | Uwe Steinmann | 2001-01-26 | 1 | -3/+3 |
| | |||||
* | Removed unused variable definitions. And libxml can be build NOT | foobar | 2000-12-09 | 1 | -0/+4 |
| | | | | | to have support for either XPath or XPtr. | ||||
* | - new function set_content() which is a workaround for bug #6457 | Uwe Steinmann | 2000-11-10 | 1 | -0/+1 |
| | |||||
* | - Fixed several error including segm fault (but still one left :-( | Uwe Steinmann | 2000-11-10 | 1 | -0/+1 |
| | |||||
* | - Started support for XPath/XPtr (completely untested) | Uwe Steinmann | 2000-11-09 | 1 | -0/+13 |
| | |||||
* | - got rid of php_ prefix in Modulename and some structs | Uwe Steinmann | 2000-08-07 | 1 | -4/+4 |
| | |||||
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -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 Schumann | 2000-07-02 | 1 | -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.0 | Uwe Steinmann | 2000-06-05 | 1 | -1/+1 |
| | |||||
* | - The root node of a xml doc is now an array since it is possible | Uwe Steinmann | 2000-03-02 | 1 | -0/+1 |
| | | | | | to have a comment or pi and an element on root level. | ||||
* | - Convert 'PHP3' to 'PHP' | Zeev Suraski | 2000-02-26 | 1 | -1/+1 |
| | | | | | - Avoid declaring crypt() related salt types twice | ||||
* | - change some function name into php style | Uwe Steinmann | 2000-02-17 | 1 | -3/+3 |
| | |||||
* | - added funktion xmltree(), renamed dom() to xmldoc() and domfile() | Uwe Steinmann | 2000-02-10 | 1 | -2/+2 |
| | | | | | | to xmldocfile(). - testdom covers most of the functionality | ||||
* | - removed stupid leftover in testdom | Uwe Steinmann | 2000-02-09 | 1 | -0/+1 |
| | | | | | - added more functions to domxml | ||||
* | - new function to read and parse xml doc from file | Uwe Steinmann | 2000-02-09 | 1 | -0/+1 |
| | |||||
* | - more functions added but none of them tested | Uwe Steinmann | 2000-02-03 | 1 | -0/+3 |
| | |||||
* | - resumed work on domxml and found a way to circumwent a segm fault | Uwe Steinmann | 2000-01-25 | 1 | -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 cleanup | Zeev Suraski | 1999-12-17 | 1 | -4/+4 |
| | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -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 all | Sascha Schumann | 1999-12-04 | 1 | -0/+68 |
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. |