summaryrefslogtreecommitdiff
path: root/ext/xsl
Commit message (Expand)AuthorAgeFilesLines
* fix warning for shared debugRob Richards2003-12-073-19/+26
* Fix the xsl warningsRob Richards2003-12-051-1/+1
* Tweak xml related build.Wez Furlong2003-12-051-3/+11
* Use Rob's static libxml+libiconv library; new build no longerWez Furlong2003-12-051-2/+2
* test for dom extensionRob Richards2003-12-041-8/+12
* correct testRob Richards2003-12-041-1/+1
* Add xsl config for new win buildRob Richards2003-12-041-0/+18
* fix test to the changes made regarding __toString()Christian Stocker2003-12-031-3/+5
* fix ZTS buildRob Richards2003-11-291-1/+1
* testcase for bug26384Christian Stocker2003-11-293-0/+52
* Fixed for Bug #26384 (domxslt->process causes segfault with xsl:key)Christian Stocker2003-11-293-18/+49
* follow coding standards.Christian Stocker2003-11-291-7/+3
* it's now possible to return a DomNode from userland functions back to the xsl...Christian Stocker2003-11-291-1/+9
* fixed wrong checkChristian Stocker2003-11-295-4/+32
* @- Added possibility to call php functions as XSLT-functions (chregu)Christian Stocker2003-11-285-0/+187
* added test for exslt supportChristian Stocker2003-11-213-0/+168
* - Added $proc->hasExsltSupport()Christian Stocker2003-11-212-1/+15
* added exslt supportChristian Stocker2003-11-193-2/+31
* - streams testChristian Stocker2003-10-275-0/+72
* forgot one fileChristian Stocker2003-10-271-0/+1
* fix for test Nr 3 bug (not freeing all params)Christian Stocker2003-10-271-1/+13
* added SKIPIF extension is not loaded checksChristian Stocker2003-10-277-0/+14
* totally wrong expected output...Christian Stocker2003-10-271-5/+5
* some tests (test #3 is currently broken due to memleak, fix is on the way)Christian Stocker2003-10-2710-0/+240
* use common structures from php_libxml.hRob Richards2003-10-261-5/+5
* set base href for copied, imported docRob Richards2003-09-221-10/+42
* remove document pointer references as doc is now copiedRob Richards2003-08-243-23/+1
* doc must be copied when importing stylesheetRob Richards2003-08-201-4/+9
* fix buildWez Furlong2003-08-191-1/+0
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-2/+2
* fix segfault when importing multiple documentsRob Richards2003-08-071-1/+0
* changed to studlyCaps naming conventionRob Richards2003-07-071-7/+7
* use common doc with ref counting rather than copyRob Richards2003-07-052-11/+25
* - Cleanup, simplifying, etc.foobar2003-06-301-43/+24
* fix by Elfyn, use = not ==Sterling Hughes2003-06-301-1/+1
* ext/xsl requires ext/domMarcus Boerger2003-06-261-0/+4
* fix linking as dom symbols are now built inRob Richards2003-06-261-2/+2
* fix mem leakRob Richards2003-06-201-35/+9
* add xsl_xsltprocessor_transform_to_uri functionalityRob Richards2003-06-191-9/+48
* should be multithreaded and correct lib namingRob Richards2003-06-151-2/+2
* be nice if i named the dll correctly and put it somewhereRob Richards2003-06-151-1/+2
* fix xsl release buildRob Richards2003-06-151-4/+5
* interoperability supportRob Richards2003-06-141-6/+6
* update messages to require libxsl >= 1.0.18Rob Richards2003-06-111-2/+2
* updating license information in the headers.James Cox2003-06-104-12/+12
* changes for /ext/dom document ref countRob Richards2003-06-093-12/+21
* missing headerfoobar2003-06-061-0/+23
* Some missing files..foobar2003-06-062-0/+7
* Missing entries in .cvsignore and some cutpaste bugs in config.m4foobar2003-06-061-11/+3
* Avoid unnecesary zval separationMoriyoshi Koizumi2003-06-051-2/+4