summaryrefslogtreecommitdiff
path: root/ext/domxml
Commit message (Expand)AuthorAgeFilesLines
...
* duplicate alias entry removedHartmut Holzgraefe2000-08-101-1/+0
* - got rid of php_ prefix in Modulename and some structsUwe Steinmann2000-08-072-8/+8
* - made compilation as dynamic lib possibleUwe Steinmann2000-08-071-0/+4
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-23/+10
* Some cosmetic changes.Egon Schmid2000-07-151-5/+5
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-2/+2
* - 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
* - Change register_internal_class to zend_register_internal_class forAndi Gutmans2000-06-091-6/+6
* Use common naming convention.Joey Smith2000-06-062-1/+1
* Get the version #'s right...Joey Smith2000-06-061-5/+5
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-33/+33
* - should now compile and configure with libxml 2.0.0Uwe Steinmann2000-06-052-2/+2
* another bunch of proto fixesHartmut Holzgraefe2000-05-231-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
* Large test commit IVSascha Schumann2000-05-011-0/+1
* Large commit test IIISascha Schumann2000-05-011-0/+1
* Large test commit IISascha Schumann2000-05-011-0/+2
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-1/+1
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
* Object overloading API changed slightly (llist is now a pointer)Zeev Suraski2000-04-101-3/+3
* phpinfo() prettyingColin Viebrock2000-04-051-3/+6
* - should fix a problem with ifdefUwe Steinmann2000-04-041-1/+1
* Some white-space changesSascha Schumann2000-03-261-1/+1
* - support for libxml 2.0 betaUwe Steinmann2000-03-152-20/+24
* - changed libgz to libz (Bug #3614)Uwe Steinmann2000-03-151-2/+2
* - fixed invalid class namesUwe Steinmann2000-03-141-6/+31
* - 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
* - root property in Dom Doc class is now reference to array element inUwe Steinmann2000-03-061-3/+3
* - 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
* - 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
* - The root node of a xml doc is now an array since it is possibleUwe Steinmann2000-03-022-49/+136
* - started to implement overload class for xml nodeUwe Steinmann2000-03-011-0/+126
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-261-1/+1
* More protos.Egon Schmid2000-02-251-2/+2
* - added support for namespacesUwe Steinmann2000-02-221-15/+66
* - 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-172-15/+15
* - added funktion xmltree(), renamed dom() to xmldoc() and domfile()Uwe Steinmann2000-02-102-67/+128
* - removed stupid leftover in testdomUwe Steinmann2000-02-092-0/+90
* - new function to read and parse xml doc from fileUwe Steinmann2000-02-092-0/+30
* - fixed several bugs an did some testing. Parsing and creating simpleUwe Steinmann2000-02-091-2/+6