summaryrefslogtreecommitdiff
path: root/ext/domxml
Commit message (Expand)AuthorAgeFilesLines
* 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
* - fixed several bugs, left some for tomorrow :-)Uwe Steinmann2000-02-031-5/+10
* - more functions added but none of them testedUwe Steinmann2000-02-032-57/+191
* - support libxml installed in gnomeUwe Steinmann2000-02-021-1/+1
* - resumed work on domxml and found a way to circumwent a segm faultUwe Steinmann2000-01-252-19/+107
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* Whoops, defining them to empty values generates many parse errors.Sascha Schumann1999-12-301-2/+2
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-302-5/+2
* Integration of -ng changes. Changes:Sascha Schumann1999-12-302-5/+10
* More php3 cleanupZeev Suraski1999-12-172-5/+5
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-172-2/+2
* - improved configuration due to compile problems which suddently show upUwe Steinmann1999-12-091-1/+1
* - 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-042-3/+3
* - made domxml compileUwe Steinmann1999-11-253-5/+9
* Descriptions should be different for different function names.Egon Schmid1999-11-241-12/+12
* - new xml parser with dom supportUwe Steinmann1999-11-245-0/+748