summaryrefslogtreecommitdiff
path: root/ext/xsl
Commit message (Expand)AuthorAgeFilesLines
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-1/+1
* fix issue with multiple xsl objects using registerPHPfunctionsRob Richards2004-09-083-31/+53
* remove clone functionalityRob Richards2004-08-301-57/+2
* fix segfault when object clonedRob Richards2004-08-241-0/+1
* This extension is no more experimentalChristian Stocker2004-08-241-5/+0
* Fix segfault on error in xsltChristian Stocker2004-08-101-1/+4
* - Fix bug #29573: Segmentation fault when php function(called from XSLT templ...Christian Stocker2004-08-081-11/+19
* change xsl_xsltprocessor_set_parameter() to support parameter->value arraysAntony Dovgal2004-08-053-17/+123
* Fix for bug #29409 (Segfault in PHP functions called from XSLT). (by Rob)Christian Stocker2004-07-283-80/+71
* set errorhandler to generic php_libxml_error_handlerChristian Stocker2004-07-251-0/+2
* MFB: enable exslt support for win32 buildsRob Richards2004-07-183-58/+68
* Implement extension load-order deps.Wez Furlong2004-07-181-0/+1
* implement the clone code for the XSLTProcessor object and fix #29108Christian Stocker2004-07-121-2/+50
* Fixed memory leak on error.Ilia Alshanetsky2004-05-281-0/+1
* fix memleak in php callbacksChristian Stocker2004-05-281-1/+1
* Added missing skip condition.Ilia Alshanetsky2004-04-282-2/+8
* - make static methods calls work from within xsltChristian Stocker2004-04-203-21/+39
* Fix class nameRob Richards2004-04-072-2/+2
* Fix XSL (Rob/Marcus)Marcus Boerger2004-03-281-1/+1
* use php_libxml_import_node for transform functionsRob Richards2004-03-011-6/+32
* Fix bug #27436 dom_import_simplexml innaccurateRob Richards2004-03-011-6/+11
* Fix WarningMarcus Boerger2004-02-041-1/+1
* - Update with new destructor codeZeev Suraski2004-02-042-4/+4
* fix corruption when cloneDocument is not definedRob Richards2004-01-291-3/+5
* really fix this test...Christian Stocker2004-01-191-5/+2
* fix testChristian Stocker2004-01-192-2/+2
* Cosmetics and NEWS entryChristian Stocker2004-01-192-2/+2
* @- added XsltProcessor->registerPhpFunctions() (Christian)Christian Stocker2004-01-194-161/+208
* adjust testChristian Stocker2004-01-191-2/+4
* -test for more than one argument (this segfaulted before)Christian Stocker2004-01-182-6/+6
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-2/+2
* Update testsRob Richards2004-01-104-7/+7
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-082-4/+4
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-082-4/+4
* rollback to previouos versionRob Richards2003-12-221-10/+1
* Fixed bug #26690 (make xsltProcessor->transformToUri use streams wrappers).Ilia Alshanetsky2003-12-221-1/+10
* Add dependencies for these extensionsWez Furlong2003-12-221-0/+1
* fix crashes when you call php:functionString() with aChristian Stocker2003-12-101-0/+10
* fix issues when passing in mulitple argumentsRob Richards2003-12-091-4/+8
* export libxml2 and iconv symbolsRob Richards2003-12-081-4/+4
* 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