summaryrefslogtreecommitdiff
path: root/ext/domxml
Commit message (Expand)AuthorAgeFilesLines
* Obviously not complete, but somewhere to start.Joey Smith2001-08-141-0/+16
* Kill some duplicate PHP_FALIAS()'s.Joey Smith2001-08-141-35/+0
* Group PHP_FE and PHP_FALIAS with their own kind.Joey Smith2001-08-141-11/+13
* Fix my own ws errors.Joey Smith2001-08-141-6/+6
* Register le_domxmltextp.Joey Smith2001-08-141-0/+1
* Don't hammer the resource type right off the bat.Joey Smith2001-08-141-3/+12
* Trim ws only lines.Joey Smith2001-08-141-9/+9
* ws fix. Also added some missing protos and fold tags.foobar2001-08-141-489/+632
* Remove unused variable and fix small mental error.Joey Smith2001-08-141-2/+1
* - More Engine 2 work.Andi Gutmans2001-08-131-2/+2
* Change to Z_* macros.Joey Smith2001-08-131-36/+38
* Track down a few more functions that don't check for 0 args and useRasmus Lerdorf2001-08-131-2/+3
* We don't consistently check for args passed to functions that don'tRasmus Lerdorf2001-08-131-0/+3
* Let domxml compile with ZendEngine2.Joey Smith2001-08-111-4/+4
* WhitespaceZeev Suraski2001-08-111-9/+9
* compile fix (missing TSRMLS_CC)foobar2001-08-101-1/+1
* K&R-ify the switch statments.Joey Smith2001-08-091-29/+31
* Commit acutal code only, will do ws on another pass.Joey Smith2001-08-091-9/+39
* Revert patch to seperate code from whitespace changes.Joey Smith2001-08-091-88/+58
* Restore xpath_eval() and the underlying php_xpathptr_eval().Joey Smith2001-08-091-58/+88
* Missed thesefoobar2001-08-071-2/+2
* Yet another TSRM fix.foobar2001-08-071-59/+69
* - TSRMLS_FETCH workZeev Suraski2001-08-051-5/+10
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-4/+6
* More TSRMLS_FETCH workZeev Suraski2001-07-311-62/+60
* Make this compile in ZTS mode.foobar2001-07-301-2/+5
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-302-19/+20
* Simplified this a bit and made more consistent.foobar2001-07-271-11/+6
* Close Bug #10235.Joey Smith2001-07-161-0/+7
* This should get xmldocfile() working again.Joey Smith2001-07-081-3/+6
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* A few modifications to make the ZLIB checks work better.foobar2001-05-201-14/+4
* Nuke more quotesSascha Schumann2001-05-121-3/+3
* Open season on memory leaks, shoot all you can.Andrei Zmievski2001-05-111-28/+70
* Start cleaning up domxml memory leaks. Still much stuff to do.Andrei Zmievski2001-05-111-21/+56
* Cleaning up here too.foobar2001-05-101-15/+9
* newer libxml libs are called libxml2.libDaniel Beulshausen2001-04-301-2/+2
* - added domxml_version() to retrieve version of libxmlUwe Steinmann2001-04-092-0/+11
* 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