summaryrefslogtreecommitdiff
path: root/ext/domxml
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug: #10040.foobar2001-03-291-21/+23
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-4/+4
* Fixed a typo.foobar2001-03-261-2/+2
* - fixed some bugs with xpathUwe Steinmann2001-03-221-20/+25
* - added EntityReference and Notation classUwe Steinmann2001-03-212-75/+114
* Nuke another warning.Sebastian Bergmann2001-03-201-1/+0
* - fixed lot of compiler warningsUwe Steinmann2001-03-201-34/+19
* - complete rewrite of domxml module.Uwe Steinmann2001-03-202-940/+1684
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
* - add domxml_unlink_node(), not testedUwe Steinmann2001-02-082-0/+39
* Improve use of $withval. This also cures the problem of adding -Lyes/libSascha Schumann2001-02-071-3/+1
* Fixed bug #8946. In some systems the libxml.* is actually libxml2.*foobar2001-01-291-1/+7
* - changed naming of some functions (kept compatibility)Uwe Steinmann2001-01-262-14/+23
* Added some missing EXPERIMENTAL files plus some missing extensionsfoobar2001-01-191-0/+5
* - Fixed a possible crash bug in xmltree().foobar2001-01-121-2/+4
* - Get rid of C++ commentsAndi Gutmans2001-01-051-2/+2
* - fixed potential segmfault in xmldoc() and xmldocfile()Uwe Steinmann2001-01-051-3/+12
* Fix typoRasmus Lerdorf2000-12-281-1/+1
* Removed unused variables.foobar2000-12-151-4/+0
* link against msvcrt(d).lib, ignoring it isn't a good ideaDaniel Beulshausen2000-12-131-2/+2
* Removed unused variable definitions. And libxml can be build NOTfoobar2000-12-092-41/+60
* Version checking for domxml. Requires >= 2.2.7 at the moment.foobar2000-12-081-2/+20
* - set propper min versionUwe Steinmann2000-12-071-3/+3
* Fix indentation of configure outputSascha Schumann2000-12-061-1/+1
* - fixed copy and paste errorUwe Steinmann2000-11-231-1/+1
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* - fixed serveral prototypesUwe Steinmann2000-11-131-25/+27
* - new function set_content() which is a workaround for bug #6457Uwe Steinmann2000-11-102-18/+82
* - Fixed many problems to make xpath workingUwe Steinmann2000-11-101-155/+116
* - Fixed several error including segm fault (but still one left :-(Uwe Steinmann2000-11-102-8/+17
* - Started support for XPath/XPtr (completely untested)Uwe Steinmann2000-11-092-1/+294
* Make this compile with libxml2.2.7.foobar2000-11-081-0/+2
* No more segfaults.foobar2000-11-011-1/+1
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-3/+3
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-4/+10
* Remove left over ext_skel commentSascha Schumann2000-10-191-1/+0
* fixed a mistake. should be .Rui Hirokawa2000-10-191-3/+3
* modified the configure scripts to make shared extension.Rui Hirokawa2000-10-182-62/+61
* Now it really checks that libxml version is >= 2.0foobar2000-10-051-3/+3
* deleted a few unnecceasary defines and added the Release_TS_Inline path to th...Daniel Beulshausen2000-08-241-3/+3
* projectfile for the domxml extensionDaniel Beulshausen2000-08-221-0/+114
* last patch reverted, i didn't get the whole picture hereHartmut Holzgraefe2000-08-101-0/+1
* 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