Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 1 | -5/+4 |
| | |||||
* | Removed "zend_fcall_info.function_table". It was assigned in many places, ↵ | Dmitry Stogov | 2016-04-27 | 1 | -1/+0 |
| | | | | but is never used. | ||||
* | Removed zend_fcall_info.symbol_table | Dmitry Stogov | 2016-03-02 | 1 | -1/+0 |
| | |||||
* | More fixing for bug #71540 | Stanislav Malyshev | 2016-02-15 | 1 | -1/+1 |
| | |||||
* | Fix bug #71540 - NULL pointer dereference in xsl_ext_function_php() | Stanislav Malyshev | 2016-02-15 | 1 | -0/+4 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fixed bug #70678 (PHP7 returns true when false is expected) | Felipe Pena | 2015-10-16 | 1 | -1/+1 |
| | | | | | | | | Cherry-pick from master. | ||||
* | | Removed or simplified incorrect SEPARATE_*() macros usage. | Dmitry Stogov | 2015-09-29 | 1 | -3/+0 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-09-02 | 1 | -1/+3 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: (21 commits) fix unit tests update NEWS add NEWS for fixes 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 bug ##70284 (Use after free vulnerability in unserialize() with GMP) 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) ... Conflicts: ext/exif/exif.c ext/gmp/gmp.c ext/pcre/php_pcre.c ext/session/session.c ext/session/tests/session_decode_variation3.phpt ext/soap/soap.c ext/spl/spl_observer.c ext/standard/var.c ext/standard/var_unserializer.c ext/standard/var_unserializer.re ext/xsl/xsltprocessor.c | ||||
| * | 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 |
| |/ | |||||
* | | Partially fix XSLT warnings | Nikita Popov | 2015-07-17 | 1 | -13/+12 |
| | | | | | | | | | | | | | | The two remaining issues seem to be genuine problems. We're treating node->children as a string, even though it's actually an xmlNode. The same code exists twice in xpath.c. In all cases gcov shows no coverage for it. | ||||
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -4/+4 |
| | | | | | | | | semantick changes). | ||||
* | | Fix more minor mistakes in the proto comments | Rasmus Lerdorf | 2015-06-23 | 1 | -9/+9 |
| | | |||||
* | | Use specialized macro for string zval creation | Dmitry Stogov | 2015-03-12 | 1 | -1/+1 |
| | | |||||
* | | Remove xsl.security_prefs ini option | Nikita Popov | 2015-03-09 | 1 | -18/+1 |
| | | | | | | | | | | | | Conflicts: ext/xsl/php_xsl.c ext/xsl/xsltprocessor.c | ||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -61/+61 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -54/+53 |
| | | |||||
* | | bring back all the TSRMLS_FETCH() stuff | Anatol Belski | 2014-10-15 | 1 | -0/+2 |
| | | | | | | | | for better comparability with the mainstream | ||||
* | | drop TSRMLS_FETCH in xsl | Anatol Belski | 2014-09-26 | 1 | -2/+0 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | Avoid double IS_INTERNED() check | Dmitry Stogov | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | 's' works with size_t round 3 | Anatol Belski | 2014-08-27 | 1 | -2/+2 |
| | | |||||
* | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -3/+4 |
| | | |||||
* | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -16/+16 |
| | | |||||
* | | Merge remote-tracking branch 'php/master' | Anatol Belski | 2014-08-19 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | Conflicts: ext/xsl/xsltprocessor.c | ||||
| * | | fix uninitialized args usage | Anatol Belski | 2014-08-19 | 1 | -1/+6 |
| | | | |||||
* | | | ported xsl, xml reader and writer | Anatol Belski | 2014-08-19 | 1 | -5/+9 |
| | | | |||||
* | | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -11/+11 |
|/ / | |||||
* | | Refactored run_time_cache usage in object handlers | Dmitry Stogov | 2014-07-07 | 1 | -2/+2 |
| | | |||||
* | | Refactored ext/xsl, need some help in 3 tests failed | Xinchen Hui | 2014-05-15 | 1 | -152/+123 |
| | | |||||
* | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -1/+2 |
| | | |||||
* | | 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 |
| |