summaryrefslogtreecommitdiff
path: root/ext/domxml/domxml.c
Commit message (Collapse)AuthorAgeFilesLines
* Use common naming convention.Joey Smith2000-06-061-1372/+0
|
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-33/+33
|
* another bunch of proto fixesHartmut Holzgraefe2000-05-231-1/+1
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* Object overloading API changed slightly (llist is now a pointer)Zeev Suraski2000-04-101-3/+3
|
* phpinfo() prettyingColin Viebrock2000-04-051-3/+6
| | | | | | I will get to the rest of the functions later tonight or tomorrow (i.e. from hyperwave to snmp)
* - should fix a problem with ifdefUwe Steinmann2000-04-041-1/+1
|
* - support for libxml 2.0 betaUwe Steinmann2000-03-151-18/+23
|
* - fixed invalid class namesUwe Steinmann2000-03-141-6/+31
| | | | | - added standalone, encoding attribute to DocDocument class
* - several fixes and cleanups in hw moduleUwe Steinmann2000-03-081-5/+5
|
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
| | | | | directory name.
* - root property in Dom Doc class is now reference to array element inUwe Steinmann2000-03-061-3/+3
| | | | | children property
* - tiny changes to testscript and domxmlUwe Steinmann2000-03-031-2/+3
|
* - xmltree() now returns an 'Dom Document' object with prop root andUwe Steinmann2000-03-031-9/+35
| | | | | | children. root contains just the root element, children is an array with all nodes on root level, e.g. comment, pi, element
* - added property type to obejct xml docUwe Steinmann2000-03-031-0/+2
|
* - some minor changes, cleanupsUwe Steinmann2000-03-021-4/+8
|
* - dom class now distinguishes between $dom->root() and $dom->children()Uwe Steinmann2000-03-021-13/+21
| | | | | | $dom->root() returns just the element, $dom->children() all nodes e.g. comments
* - The root node of a xml doc is now an array since it is possibleUwe Steinmann2000-03-021-49/+135
| | | | | to have a comment or pi and an element on root level.
* - started to implement overload class for xml nodeUwe Steinmann2000-03-011-0/+126
|
* More protos.Egon Schmid2000-02-251-2/+2
|
* - added support for namespacesUwe Steinmann2000-02-221-15/+66
| | | | | - made entities in attributes possible
* - dom tree isn't editable anymore. Will probably change back in the futureUwe Steinmann2000-02-221-9/+16
|
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-191-2/+2
|
* - fixed bug if attribute value is entityUwe Steinmann2000-02-171-2/+4
|
* - change some function name into php styleUwe Steinmann2000-02-171-12/+12
|
* - added funktion xmltree(), renamed dom() to xmldoc() and domfile()Uwe Steinmann2000-02-101-65/+126
| | | | | | to xmldocfile(). - testdom covers most of the functionality
* - removed stupid leftover in testdomUwe Steinmann2000-02-091-0/+89
| | | | | - added more functions to domxml
* - new function to read and parse xml doc from fileUwe Steinmann2000-02-091-0/+29
|
* - fixed several bugs an did some testing. Parsing and creating simpleUwe Steinmann2000-02-091-2/+6
| | | | | XML docs should work. See the script testdom.
* - fixed several bugs, left some for tomorrow :-)Uwe Steinmann2000-02-031-5/+10
|
* - more functions added but none of them testedUwe Steinmann2000-02-031-57/+188
|
* - resumed work on domxml and found a way to circumwent a segm faultUwe Steinmann2000-01-251-19/+105
| | | | | | | (see the source). No solution to fix it, yet. Probably needs some understanding of zend, which I don't have. - added more functions
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* More php3 cleanupZeev Suraski1999-12-171-1/+1
|
* - 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)
* - Several small corrections, typos, ...Uwe Steinmann1999-12-071-20/+31
|
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* Descriptions should be different for different function names.Egon Schmid1999-11-241-12/+12
|
* - new xml parser with dom supportUwe Steinmann1999-11-241-0/+610