Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug #71540 - NULL pointer dereference in xsl_ext_function_php() | Stanislav Malyshev | 2016-02-15 | 1 | -0/+4 |
| | |||||
* | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-09-01 | 1 | -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 #69782 | Stanislav Malyshev | 2015-08-16 | 1 | -69/+73 |
| | | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
* | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|/ | |||||
* | fix bug #49634x | Michael Wallner | 2013-12-02 | 1 | -0/+3 |
| | |||||
* | Reduce (some) compile noise of 'unused variable' and 'may be used ↵ | Christopher Jones | 2013-08-14 | 1 | -1/+1 |
| | | | | uninitialized' warnings. | ||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed the common misspelling of the word occurred (occured -> occurred) | Marc Easen | 2012-06-30 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Added the xsl.security_prefs option to 5_4 and trunk and | Christian Stocker | 2011-10-10 | 1 | -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 Stocker | 2011-08-31 | 1 | -1/+3 |
| | | | | | | | | process when a php function can't be called. - Fixed tests. | ||||
* | Another build fix relating to previous DOM commit | Ilia Alshanetsky | 2011-08-08 | 1 | -1/+1 |
| | |||||
* | Fixed build | Ilia Alshanetsky | 2011-08-08 | 1 | -2/+2 |
| | |||||
* | Remove unused variables | Pierrick Charron | 2011-08-07 | 1 | -1/+0 |
| | |||||
* | - fix build | Pierre Joye | 2011-07-14 | 1 | -2/+3 |
| | |||||
* | Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs() | Christian Stocker | 2011-07-12 | 1 | -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 Pena | 2011-06-06 | 1 | -2/+2 |
| | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits | ||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | Changed the structure of op_array.opcodes. The constant values are moved ↵ | Dmitry Stogov | 2010-04-20 | 1 | -2/+2 |
| | | | | from opcode operands into a separate literal table | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Fixed return value to comply with tests | Ilia Alshanetsky | 2009-09-02 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed error message grammar: | Matt Wilmas | 2009-06-06 | 1 | -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 message | Felipe Pena | 2009-05-23 | 1 | -1/+1 |
| | |||||
* | - Removed the RETURN_TRUE to keep consistency with documentation. This function | David Coallier | 2009-05-10 | 1 | -1/+0 |
| | | | | | is supposed to be "void registerPHPFunctions" | ||||
* | - MFH: Fixed bug #48221 (memory leak when passing invalid xslt parameter) | Felipe Pena | 2009-05-10 | 1 | -1/+3 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: fix arginfo - these also accept SimpleXMLElement | Rob Richards | 2008-12-05 | 1 | -4/+4 |
| | |||||
* | Fixed bug #46409 (__invoke method called outside of object context when ↵ | Dmitry Stogov | 2008-11-27 | 1 | -1/+1 |
| | | | | using array_map) | ||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -10/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+10 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -10/+0 |
| | |||||
* | MFH: fix bug #46099 (Xsltprocessor::setProfiling - memory leak) | Rob Richards | 2008-09-18 | 1 | -7/+10 |
| | |||||
* | MFH: fix bug #44891 Memory leak using registerPHPFunctions and XSLT Variable | Rob Richards | 2008-05-04 | 1 | -1/+3 |
| | |||||
* | MFH: Fix arginfo and prototype. | Sebastian Bergmann | 2008-01-29 | 1 | -1/+2 |
| | |||||
* | MFH: Add Reflection API metadata for XSLTProcessor. | Sebastian Bergmann | 2008-01-29 | 1 | -10/+65 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -1/+1 |
| | |||||
* | MFH: fix ws & folding, nuke unused vars | Antony Dovgal | 2007-10-06 | 1 | -19/+17 |
| | |||||
* | - Added xsl->setProfiling() for profiling stylesheets. | Christian Stocker | 2007-10-02 | 1 | -2/+45 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | allow user specified class to be returned from transformToDoc | Rob Richards | 2007-07-30 | 1 | -4/+32 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | C++ comment | Ilia Alshanetsky | 2006-12-30 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2006-12-25 | 1 | -1/+1 |
| | |||||
* | fix bug #39625 (Apache crashes on importStylesheet call) | Rob Richards | 2006-12-05 | 1 | -6/+8 |
| | |||||
* | return false instead of null, if it's an invalid document | Christian Stocker | 2006-07-31 | 1 | -2/+2 |
| | |||||
* | return true, if xsl import did work | Christian Stocker | 2006-07-31 | 1 | -0/+1 |
| |