summaryrefslogtreecommitdiff
path: root/ext/qtdom/qtdom.h
Commit message (Collapse)AuthorAgeFilesLines
* Maintain headers.Sebastian Bergmann2002-02-281-2/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* More TSRM work.foobar2001-08-071-14/+2
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* New function qdom_error which returns the error text from the last qdom ↵Jan Borsodi2001-01-041-0/+1
| | | | operation, or FALSE if none occured.
* Initial import, contains PHP specific extensions, takes care of converting ↵Jan Borsodi2000-11-151-0/+86
C++ QDom objects to PHP objects. This version has only one function: qdom_tree() which returns a tree of a string containing an XML document.