summaryrefslogtreecommitdiff
path: root/ext/xsl
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-014-4/+4
|
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
|\
| * Remove executable permission on phptXinchen Hui2012-10-101-0/+0
| |
| * Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-271-1/+1
| | | | | | | | | | This fixes the same issue in multiple extensions. This isn't needed in later branches as 5.4 introduced object_properties_init()
| * - Year++Felipe Pena2012-01-014-4/+4
| |
| * Added the xsl.security_prefs option to 5_4 and trunk andChristian Stocker2011-10-104-10/+13
| | | | | | | | | | | | mark it as deprecated for BC-reasons Added tests for ini option and combination of both
| * Fix wrong commentChristian Stocker2011-10-061-1/+3
| | | | | | | | | | Add new xsl ini options to php.ini
| * Added test for Bug 54446Christian Stocker2011-10-052-1/+96
| | | | | | | | | | Init a variable to a default value to avoid issues
| * Added xsl.security_prefs ini option to define forbidden operations within XSLT Christian Stocker2011-10-053-1/+73
| | | | | | | | | | | | stylesheets, default is not to enable write operations. This option won't be in 5.4, since there's a new method. Bug #54446
| * fix xsl testsChristian Stocker2011-08-312-4/+4
| |
| * fix xsl date testsChristian Stocker2011-08-292-3/+99
| |
| * - 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
| |
| * - Year++Felipe Pena2011-01-014-4/+4
| |
| * - fix leak introduced by the null poisoning patchPierre Joye2010-12-181-0/+1
| |
| * - fix #39863, do not accept paths with NULL in them. See ↵Pierre Joye2010-11-181-1/+4
| | | | | | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus
* | Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-301-1/+1
| |
* | - Year++Felipe Pena2012-01-014-4/+4
| |
* | Added the xsl.security_prefs option to 5_4 and trunk andChristian Stocker2011-10-104-9/+181
| | | | | | | | | | | | mark it as deprecated for BC-reasons Added tests for ini option and combination of both
* | Added test for XSL bug 54446Christian Stocker2011-09-121-0/+95
| |
* | Revert r316043, the tests are different on purposeChristian Stocker2011-09-052-14/+0
| |
* | Synchronized fixed tests from 5.3 branch.Shein Alexey2011-09-022-0/+14
| |
* | - Set an empty string and avoid warnings and stopping of the transformation ↵Christian Stocker2011-08-313-15/+5
| | | | | | | | | | | | | | | | process when a php function can't be called. - Fixed tests.
* | fix xsl date testsChristian Stocker2011-08-292-3/+99
| |
* | Another build fix relating to previous DOM commitIlia Alshanetsky2011-08-081-1/+1
| |
* | Fixed buildIlia Alshanetsky2011-08-081-2/+2
| |
* | Remove unused variablesPierrick Charron2011-08-071-1/+0
| |
* | - 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
| |
* | - fix buildPierre Joye2011-07-141-2/+3
| |
* | Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs()Christian Stocker2011-07-124-1/+111
| | | | | | | | | | | | | | | | | | to define forbidden operations within XSLT stylesheets, default is not to enable any write operations from XSLT anymore. Bug #54446 (second iteration of the code for trunk, first commit for 5.4 branch)
* | - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-061-2/+2
| | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* | - Year++Felipe Pena2011-01-014-4/+4
| |
* | Added caches to eliminate repeatable run-time bindings of functions, ↵Dmitry Stogov2010-05-241-2/+1
| | | | | | | | classes, constants, methods and properties
* | revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+120
| |
* | Remove old dsp/dsw/makefile files, these arent used by the build system ↵Kalle Sommer Nielsen2010-04-211-120/+0
| | | | | | | | anymore and are barely updated nor available for all extensions
* | Changed the structure of op_array.opcodes. The constant values are moved ↵Dmitry Stogov2010-04-201-2/+2
|/ | | | from opcode operands into a separate literal table
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-034-4/+4
|
* Fixed testsIlia Alshanetsky2009-09-072-4/+4
|
* Fixed return value to comply with testsIlia Alshanetsky2009-09-021-1/+1
|
* MFH: Fixed error message grammar:Matt Wilmas2009-06-062-2/+2
| | | | | | | | | - "cannot" instead of "can not" (meaning "also can") - "than" instead of "then" (Hint: "then" should hardly be needed; you're not telling the order in which to do something) ... plus removed a couple ending. dots
* - Fixed testsFelipe Pena2009-06-0413-13/+14
|
* - New xsl filesFelipe Pena2009-05-233-0/+31
|
* - New tests (testfest BerlinUG)Felipe Pena2009-05-2319-0/+493
|
* - Fix error messageFelipe Pena2009-05-231-1/+1
|
* - Removed the RETURN_TRUE to keep consistency with documentation. This functionDavid Coallier2009-05-101-1/+0
| | | | | is supposed to be "void registerPHPFunctions"
* - Simplify test (cweiske)Felipe Pena2009-05-101-72/+4
|
* - MFH: Fixed bug #48221 (memory leak when passing invalid xslt parameter)Felipe Pena2009-05-102-1/+88
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-314-4/+4
|
* - be sure we define the deps so the right exts are built before (dom symbol ↵Pierre Joye2008-12-261-2/+4
| | | | error)