summaryrefslogtreecommitdiff
path: root/ext/xsl/xsltprocessor.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #71540 - NULL pointer dereference in xsl_ext_function_php()Stanislav Malyshev2016-02-151-0/+4
|
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
|
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-09-011-69/+73
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Improve fix for #70172 Fix bug #70312 - HAVAL gives wrong hashes in specific cases fix test add test Fix bug #70366 - use-after-free vulnerability in unserialize() with SplDoublyLinkedList Fix bug #70365 - use-after-free vulnerability in unserialize() with SplObjectStorage Fix bug #70172 - Use After Free Vulnerability in unserialize() Fix bug #70388 - SOAP serialize_function_call() type confusion Fixed bug #70350: ZipArchive::extractTo allows for directory traversal when creating directories Improve fix for #70385 Fix bug #70345 (Multiple vulnerabilities related to PCRE functions) Fix bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte value of 32 bytes) Fix bug #70219 (Use after free vulnerability in session deserializer) Fix for bug #69782 Add CVE IDs asigned (post release) to PHP 5.4.43 Add CVE IDs asigned to #69085 (PHP 5.4.39) 5.4.45 next Conflicts: configure.in ext/pcre/php_pcre.c ext/standard/var_unserializer.c ext/standard/var_unserializer.re main/php_version.h
| * Fix for bug #69782Stanislav Malyshev2015-08-161-69/+73
| |
| * Bump yearXinchen Hui2014-01-031-1/+1
| |
* | Bump yearXinchen Hui2015-01-151-1/+1
| |
* | 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
|
* MFH: fix bug #46099 (Xsltprocessor::setProfiling - memory leak)Rob Richards2008-09-181-7/+10
|
* MFH: fix bug #44891 Memory leak using registerPHPFunctions and XSLT VariableRob Richards2008-05-041-1/+3
|
* MFH: Fix arginfo and prototype.Sebastian Bergmann2008-01-291-1/+2
|
* MFH: Add Reflection API metadata for XSLTProcessor.Sebastian Bergmann2008-01-291-10/+65
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
|
* MFH: fix ws & folding, nuke unused varsAntony Dovgal2007-10-061-19/+17
|
* - Added xsl->setProfiling() for profiling stylesheets.Christian Stocker2007-10-021-2/+45
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* allow user specified class to be returned from transformToDocRob Richards2007-07-301-4/+32
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* C++ commentIlia Alshanetsky2006-12-301-1/+1
|
* MFHAntony Dovgal2006-12-251-1/+1
|
* fix bug #39625 (Apache crashes on importStylesheet call)Rob Richards2006-12-051-6/+8
|
* return false instead of null, if it's an invalid documentChristian Stocker2006-07-311-2/+2
|
* return true, if xsl import did workChristian Stocker2006-07-311-0/+1
|