summaryrefslogtreecommitdiff
path: root/ext/xsl
Commit message (Expand)AuthorAgeFilesLines
* - Added xsl->setProfiling() for profiling stylesheets.Christian Stocker2007-10-024-2/+48
* wsAntony Dovgal2007-09-281-5/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-273-4/+4
* allow user specified class to be returned from transformToDocRob Richards2007-07-301-4/+32
* MFH: Fix some configure --help textsfoobar2007-07-031-2/+2
* MFH: nuke skeleton leftoversAntony Dovgal2007-01-121-15/+2
* MFH: Bump year.Sebastian Bergmann2007-01-014-4/+4
* C++ commentIlia Alshanetsky2006-12-301-1/+1
* MFHAntony Dovgal2006-12-251-1/+1
* fix bug #39625 (Apache crashes on importStylesheet call)Rob Richards2006-12-051-6/+8
* fix testHannes Magnusson2006-09-281-3/+6
* Bump libxslt version to 1.1.0 (closes bug#35589)Hannes Magnusson2006-09-081-4/+4
* return false instead of null, if it's an invalid documentChristian Stocker2006-07-311-2/+2
* return true, if xsl import did workChristian Stocker2006-07-311-0/+1
* MFHChristian Stocker2006-06-141-2/+1
* MFH: add doXInclude property to allow processor to perform XIncludesRob Richards2006-05-121-6/+19
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-6/+2
* bump year and license versionfoobar2006-01-014-12/+12
* - MFH: #35805 add LIBXSLT_VERSION, LIBXSLT_DOTTED_VERSION, LIBEXSLT_VERSIONPierre Joye2005-12-261-0/+8
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* Allow recursive calls to __get/__set for different propertiesDmitry Stogov2005-11-151-2/+1
* MFH: fix #35197 (Destructor is not called) and similar issues in other extens...Antony Dovgal2005-11-141-1/+1
* MFH: Fix key length so params passed by array can be retrieved by getParameter()Rob Richards2005-09-021-1/+1
* - Bumber up yearfoobar2005-08-034-4/+4
* - Add new testMarcus Boerger2005-07-251-0/+33
* Darwin seems to like this arrangement much better.George Schlossnagle2005-07-152-2/+2
* Use the new dependency systemfoobar2005-06-171-1/+9
* Fixed bug #33340 (CLI Crash when calling php:function from XSLT)Rob Richards2005-06-141-1/+1
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
* - Made the libxml related stuff to error out if someone does --disable-allfoobar2005-04-271-4/+8
* - Added optional first parameter to XsltProcessor::registerPHPFunctions to onlyChristian Stocker2005-04-063-2/+43
* Fixed bug #31033 (php:function(string, nodeset) with xsl:key crashes PHP)Rob Richards2005-03-023-46/+37
* fix protos (by Mehdi Achour )Christian Stocker2005-01-171-9/+9
* 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