summaryrefslogtreecommitdiff
path: root/ext/xsl
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-014-4/+4
|
* Merge branch 'PHP-5.4'Xinchen Hui2012-10-101-0/+0
|\
| * 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
* | | Merge branch 'PHP-5.4'Stanislav Malyshev2012-06-301-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Fixed the common misspelling of the word occurred (occured -> occurred)
| * | 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 Pena2012-01-014-4/+4
| | |
* | | Added the xsl.security_prefs option to 5_4 and trunk andChristian Stocker2011-10-104-8/+180
| | | | | | | | | | | | | | | | | | 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.
* | | MFB. fix xsl date testsChristian Stocker2011-08-312-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-121-38/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs() Christian Stocker2011-07-114-0/+102
| | | | | | | | | | | | | | | | | | to define forbidden operations within XSLT stylesheets, default is not to enable any write operations from XSLT anymore. Bug #54446
* | | - 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