summaryrefslogtreecommitdiff
path: root/ext/xsl/php_xsl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Fix Bug #64776 The XSLT extension is not thread safe.Michael Wallner2013-12-021-21/+4
|/
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Added the xsl.security_prefs option to 5_4 and trunk andChristian Stocker2011-10-101-1/+14
* - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs() Christian Stocker2011-07-111-0/+8
* - Year++Felipe Pena2011-01-011-1/+1
* Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-2/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: fix bug #46099 (Xsltprocessor::setProfiling - memory leak)Rob Richards2008-09-181-0/+3
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* - Added xsl->setProfiling() for profiling stylesheets.Christian Stocker2007-10-021-0/+1
* wsAntony Dovgal2007-09-281-5/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* MFH: nuke skeleton leftoversAntony Dovgal2007-01-121-15/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-6/+2
* bump year and license versionfoobar2006-01-011-3/+3
* - 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
* - Bumber up yearfoobar2005-08-031-1/+1
* Darwin seems to like this arrangement much better.George Schlossnagle2005-07-151-1/+1
* Use the new dependency systemfoobar2005-06-171-1/+9
* - Added optional first parameter to XsltProcessor::registerPHPFunctions to onlyChristian Stocker2005-04-061-0/+6
* Fixed bug #31033 (php:function(string, nodeset) with xsl:key crashes PHP)Rob Richards2005-03-021-0/+6
* fix issue with multiple xsl objects using registerPHPfunctionsRob Richards2004-09-081-0/+13
* remove clone functionalityRob Richards2004-08-301-57/+2
* fix segfault when object clonedRob Richards2004-08-241-0/+1
* Fix for bug #29409 (Segfault in PHP functions called from XSLT). (by Rob)Christian Stocker2004-07-281-0/+6
* set errorhandler to generic php_libxml_error_handlerChristian Stocker2004-07-251-0/+2
* implement the clone code for the XSLTProcessor object and fix #29108Christian Stocker2004-07-121-2/+50
* Fix class nameRob Richards2004-04-071-1/+1
* Fix WarningMarcus Boerger2004-02-041-1/+1
* - Update with new destructor codeZeev Suraski2004-02-041-3/+3
* @- added XsltProcessor->registerPhpFunctions() (Christian)Christian Stocker2004-01-191-159/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* 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
* fix ZTS buildRob Richards2003-11-291-1/+1
* Fixed for Bug #26384 (domxslt->process causes segfault with xsl:key)Christian Stocker2003-11-291-0/+5
* 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
* @- Added possibility to call php functions as XSLT-functions (chregu)Christian Stocker2003-11-281-0/+142
* added exslt supportChristian Stocker2003-11-191-2/+9