| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | - Year++ | Felipe Pena | 2011-01-01 | 4 | -4/+4 |
* | | Added caches to eliminate repeatable run-time bindings of functions, classes,... | Dmitry Stogov | 2010-05-24 | 1 | -2/+1 |
* | | revert change #298288: Remove old dsp/dsw/makefile files | Rob Richards | 2010-04-28 | 1 | -0/+120 |
* | | Remove old dsp/dsw/makefile files, these arent used by the build system anymo... | Kalle Sommer Nielsen | 2010-04-21 | 1 | -120/+0 |
* | | Changed the structure of op_array.opcodes. The constant values are moved from... | Dmitry Stogov | 2010-04-20 | 1 | -2/+2 |
|/ |
|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 4 | -4/+4 |
* | Fixed tests | Ilia Alshanetsky | 2009-09-07 | 2 | -4/+4 |
* | Fixed return value to comply with tests | Ilia Alshanetsky | 2009-09-02 | 1 | -1/+1 |
* | MFH: Fixed error message grammar: | Matt Wilmas | 2009-06-06 | 2 | -2/+2 |
* | - Fixed tests | Felipe Pena | 2009-06-04 | 13 | -13/+14 |
* | - New xsl files | Felipe Pena | 2009-05-23 | 3 | -0/+31 |
* | - New tests (testfest BerlinUG) | Felipe Pena | 2009-05-23 | 19 | -0/+493 |
* | - Fix error message | Felipe Pena | 2009-05-23 | 1 | -1/+1 |
* | - Removed the RETURN_TRUE to keep consistency with documentation. This function | David Coallier | 2009-05-10 | 1 | -1/+0 |
* | - Simplify test (cweiske) | Felipe Pena | 2009-05-10 | 1 | -72/+4 |
* | - MFH: Fixed bug #48221 (memory leak when passing invalid xslt parameter) | Felipe Pena | 2009-05-10 | 2 | -1/+88 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 4 | -4/+4 |
* | - be sure we define the deps so the right exts are built before (dom symbol e... | Pierre Joye | 2008-12-26 | 1 | -2/+4 |
* | MFH: fix arginfo - these also accept SimpleXMLElement | Rob Richards | 2008-12-05 | 1 | -4/+4 |
* | Fixed bug #46409 (__invoke method called outside of object context when using... | Dmitry Stogov | 2008-11-27 | 1 | -1/+1 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -10/+0 |
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+10 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -10/+0 |
* | MFH: fix bug #46099 (Xsltprocessor::setProfiling - memory leak) | Rob Richards | 2008-09-18 | 2 | -7/+13 |
* | MFH: fix bug #44891 Memory leak using registerPHPFunctions and XSLT Variable | Rob Richards | 2008-05-04 | 1 | -1/+3 |
* | MFH: Fix arginfo and prototype. | Sebastian Bergmann | 2008-01-29 | 1 | -1/+2 |
* | MFH: Add Reflection API metadata for XSLTProcessor. | Sebastian Bergmann | 2008-01-29 | 1 | -10/+65 |
* | remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -6/+0 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 4 | -4/+4 |
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -1/+1 |
* | MFH: fix ws & folding, nuke unused vars | Antony Dovgal | 2007-10-06 | 2 | -19/+26 |
* | - Added xsl->setProfiling() for profiling stylesheets. | Christian Stocker | 2007-10-02 | 4 | -2/+48 |
* | ws | Antony Dovgal | 2007-09-28 | 1 | -5/+1 |
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 3 | -4/+4 |
* | allow user specified class to be returned from transformToDoc | Rob Richards | 2007-07-30 | 1 | -4/+32 |
* | MFH: Fix some configure --help texts | foobar | 2007-07-03 | 1 | -2/+2 |
* | MFH: nuke skeleton leftovers | Antony Dovgal | 2007-01-12 | 1 | -15/+2 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 4 | -4/+4 |
* | C++ comment | Ilia Alshanetsky | 2006-12-30 | 1 | -1/+1 |
* | MFH | Antony Dovgal | 2006-12-25 | 1 | -1/+1 |
* | fix bug #39625 (Apache crashes on importStylesheet call) | Rob Richards | 2006-12-05 | 1 | -6/+8 |
* | fix test | Hannes Magnusson | 2006-09-28 | 1 | -3/+6 |
* | Bump libxslt version to 1.1.0 (closes bug#35589) | Hannes Magnusson | 2006-09-08 | 1 | -4/+4 |
* | return false instead of null, if it's an invalid document | Christian Stocker | 2006-07-31 | 1 | -2/+2 |
* | return true, if xsl import did work | Christian Stocker | 2006-07-31 | 1 | -0/+1 |
* | MFH | Christian Stocker | 2006-06-14 | 1 | -2/+1 |
* | MFH: add doXInclude property to allow processor to perform XIncludes | Rob Richards | 2006-05-12 | 1 | -6/+19 |
* | fix bug #36898 (__set() leaks in classes extending internal ones) | Antony Dovgal | 2006-03-29 | 1 | -6/+2 |
* | bump year and license version | foobar | 2006-01-01 | 4 | -12/+12 |
* | - MFH: #35805 add LIBXSLT_VERSION, LIBXSLT_DOTTED_VERSION, LIBEXSLT_VERSION | Pierre Joye | 2005-12-26 | 1 | -0/+8 |