summaryrefslogtreecommitdiff
path: root/ext/xsl/xsltprocessor.c
Commit message (Collapse)AuthorAgeFilesLines
* Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-4/+4
| | | | semantick changes).
* Fix more minor mistakes in the proto commentsRasmus Lerdorf2015-06-231-9/+9
|
* Use specialized macro for string zval creationDmitry Stogov2015-03-121-1/+1
|
* Remove xsl.security_prefs ini optionNikita Popov2015-03-091-18/+1
| | | | | | Conflicts: ext/xsl/php_xsl.c ext/xsl/xsltprocessor.c
* bump yearXinchen Hui2015-01-151-1/+1
|
* trailing whitespace removalStanislav Malyshev2015-01-101-61/+61
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-54/+53
|
* bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+2
| | | | for better comparability with the mainstream
* drop TSRMLS_FETCH in xslAnatol Belski2014-09-261-2/+0
|
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|
* Avoid double IS_INTERNED() checkDmitry Stogov2014-09-191-1/+1
|
* 's' works with size_t round 3Anatol Belski2014-08-271-2/+2
|
* first show to make 's' work with size_tAnatol Belski2014-08-271-3/+4
|
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-2/+2
|
* master renames phase 1Anatol Belski2014-08-251-16/+16
|
* Merge remote-tracking branch 'php/master'Anatol Belski2014-08-191-0/+1
|\ | | | | | | | | Conflicts: ext/xsl/xsltprocessor.c
| * fix uninitialized args usageAnatol Belski2014-08-191-1/+6
| |
* | ported xsl, xml reader and writerAnatol Belski2014-08-191-5/+9
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-11/+11
|/
* Refactored run_time_cache usage in object handlersDmitry Stogov2014-07-071-2/+2
|
* Refactored ext/xsl, need some help in 3 tests failedXinchen Hui2014-05-151-152/+123
|
* Cleanup (1-st round)Dmitry Stogov2014-04-151-1/+2
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* fix bug #49634xMichael Wallner2013-12-021-0/+3
|
* Reduce (some) compile noise of 'unused variable' and 'may be used ↵Christopher Jones2013-08-141-1/+1
| | | | uninitialized' warnings.
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-301-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* Added the xsl.security_prefs option to 5_4 and trunk andChristian Stocker2011-10-101-7/+28
| | | | | | mark it as deprecated for BC-reasons Added tests for ini option and combination of both
* - Set an empty string and avoid warnings and stopping of the transformation ↵Christian Stocker2011-08-311-1/+3
| | | | | | | | process when a php function can't be called. - Fixed tests.
* 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
|
* - fix buildPierre Joye2011-07-141-2/+3
|
* Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs()Christian Stocker2011-07-121-1/+91
| | | | | | | | | 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-011-1/+1
|
* 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-031-1/+1
|
* Fixed return value to comply with testsIlia Alshanetsky2009-09-021-1/+1
|
* MFH: Fixed error message grammar:Matt Wilmas2009-06-061-1/+1
| | | | | | | | | - "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
* - 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"
* - MFH: Fixed bug #48221 (memory leak when passing invalid xslt parameter)Felipe Pena2009-05-101-1/+3
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: fix arginfo - these also accept SimpleXMLElementRob Richards2008-12-051-4/+4
|
* Fixed bug #46409 (__invoke method called outside of object context when ↵Dmitry Stogov2008-11-271-1/+1
| | | | using array_map)
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-10/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+10
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-10/+0
|