Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-09-11 | 2 | -0/+207 |
|\ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-09-11 | 2 | -0/+207 |
| |\ | |||||
| | * | Fork test to keep up with libxsl >= 1.1.30 | Anatol Belski | 2017-09-11 | 2 | -0/+207 |
* | | | Deprecate __autoload() | Nikita Popov | 2017-02-03 | 1 | -2/+2 |
* | | | Remove more PHP 6 leftovers from tests | Nikita Popov | 2016-11-24 | 2 | -4/+4 |
|/ / | |||||
* | | Fixed the UTF-8 and long path support in the streams on Windows. | Anatol Belski | 2016-06-20 | 2 | -0/+37 |
|/ | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-03-14 | 1 | -1/+2 |
|\ | |||||
| * | fix test | Anatol Belski | 2016-03-14 | 1 | -1/+2 |
| * | Fix bug #71540 - NULL pointer dereference in xsl_ext_function_php() | Stanislav Malyshev | 2016-02-15 | 1 | -0/+67 |
* | | More fixing for bug #71540 | Stanislav Malyshev | 2016-02-15 | 1 | -0/+2 |
* | | Fix bug #71540 - NULL pointer dereference in xsl_ext_function_php() | Stanislav Malyshev | 2016-02-15 | 1 | -0/+67 |
* | | Use die | Xinchen Hui | 2015-09-20 | 1 | -2/+2 |
* | | Fixed bug #70535 (XSLT: free(): invalid pointer) | Xinchen Hui | 2015-09-20 | 1 | -0/+22 |
* | | Tweak uncaught exception message display | Nikita Popov | 2015-05-17 | 1 | -10/+10 |
* | | Finish PHP 4 constructor deprecation | Nikita Popov | 2015-03-31 | 1 | -1/+1 |
* | | Remove xsl.security_prefs ini option | Nikita Popov | 2015-03-09 | 1 | -45/+5 |
|/ | |||||
* | added various tests for XSLTProcessor and one test for iconv extension | Rodrigo Prado de Jesus | 2014-09-28 | 21 | -0/+1034 |
* | added test for bug #53965 | Anatol Belski | 2014-04-01 | 4 | -0/+58 |
* | fix bug #49634x | Michael Wallner | 2013-12-02 | 2 | -0/+106 |
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
|\ | |||||
| * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
| * | Added the xsl.security_prefs option to 5_4 and trunk and | Christian Stocker | 2011-10-10 | 1 | -1/+1 |
| * | Added test for Bug 54446 | Christian Stocker | 2011-10-05 | 1 | -0/+95 |
| * | fix xsl tests | Christian Stocker | 2011-08-31 | 2 | -4/+4 |
| * | fix xsl date tests | Christian Stocker | 2011-08-29 | 2 | -3/+99 |
* | | Added the xsl.security_prefs option to 5_4 and trunk and | Christian Stocker | 2011-10-10 | 1 | -0/+135 |
* | | Added test for XSL bug 54446 | Christian Stocker | 2011-09-12 | 1 | -0/+95 |
* | | Revert r316043, the tests are different on purpose | Christian Stocker | 2011-09-05 | 2 | -14/+0 |
* | | Synchronized fixed tests from 5.3 branch. | Shein Alexey | 2011-09-02 | 2 | -0/+14 |
* | | - Set an empty string and avoid warnings and stopping of the transformation p... | Christian Stocker | 2011-08-31 | 2 | -14/+2 |
* | | fix xsl date tests | Christian Stocker | 2011-08-29 | 2 | -3/+99 |
|/ | |||||
* | Fixed tests | Ilia Alshanetsky | 2009-09-07 | 2 | -4/+4 |
* | MFH: Fixed error message grammar: | Matt Wilmas | 2009-06-06 | 1 | -1/+1 |
* | - 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 |
* | - 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 | 1 | -0/+85 |
* | fix test | Hannes Magnusson | 2006-09-28 | 1 | -3/+6 |
* | - Add new test | Marcus Boerger | 2005-07-25 | 1 | -0/+33 |
* | change xsl_xsltprocessor_set_parameter() to support parameter->value arrays | Antony Dovgal | 2004-08-05 | 2 | -0/+81 |
* | MFB: enable exslt support for win32 builds | Rob Richards | 2004-07-18 | 2 | -56/+54 |
* | Added missing skip condition. | Ilia Alshanetsky | 2004-04-28 | 2 | -2/+8 |
* | - make static methods calls work from within xslt | Christian Stocker | 2004-04-20 | 2 | -0/+12 |
* | Fix class name | Rob Richards | 2004-04-07 | 1 | -1/+1 |
* | really fix this test... | Christian Stocker | 2004-01-19 | 1 | -5/+2 |
* | fix test | Christian Stocker | 2004-01-19 | 2 | -2/+2 |
* | Cosmetics and NEWS entry | Christian Stocker | 2004-01-19 | 1 | -1/+1 |
* | adjust test | Christian Stocker | 2004-01-19 | 1 | -2/+4 |
* | -test for more than one argument (this segfaulted before) | Christian Stocker | 2004-01-18 | 2 | -6/+6 |