Revision tags: php-7.0.0, php-5.6.16, php-7.0.0RC8 |
|
#
34bff5b9 |
| 23-Nov-2015 |
Xinchen Hui |
Merge branch 'PHP-7.0'
|
#
7e9f4162 |
| 23-Nov-2015 |
Xinchen Hui |
Fixed bug #70959 (ArrayObject unserialize does not restore protected fields) |
#
f8bf1f33 |
| 23-Nov-2015 |
Xinchen Hui |
Fixed bug #70959 (ArrayObject unserialize does not restore protected fields) |
Revision tags: php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1 |
|
#
366ba413 |
| 14-Oct-2015 |
Andrea Faulds |
Add void return type |
#
2bed2152 |
| 12-Nov-2015 |
Xinchen Hui |
Revert "Fixed bug Bug #70895 null ptr deref and segfault" This reverts commit 8eef11d3179fe7c6fed8393c1bbae96fcab05c49. |
#
c245fd7d |
| 12-Nov-2015 |
Xinchen Hui |
Revert "refix bug #70895" This reverts commit 93240102e0830802ca1b27ccabd9a899a1de7570. |
#
75f85288 |
| 12-Nov-2015 |
Xinchen Hui |
Revert "Fixed bug #70898 (SIGBUS/GPF zend_mm_alloc_small (zend_alloc.c:1291))" This reverts commit e4e54f33ceb4ecce33397c867b45862af85c1fda. |
#
e4e54f33 |
| 12-Nov-2015 |
Xinchen Hui |
Fixed bug #70898 (SIGBUS/GPF zend_mm_alloc_small (zend_alloc.c:1291)) Include tail \0 |
#
93240102 |
| 12-Nov-2015 |
Anatol Belski |
refix bug #70895 move this code to where it belongs, no behavior change to actual throwing function, thus retaining compat with old ZPP |
#
8eef11d3 |
| 11-Nov-2015 |
Anatol Belski |
Fixed bug Bug #70895 null ptr deref and segfault |
Revision tags: php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4 |
|
#
ca36b7bc |
| 29-Sep-2015 |
Dmitry Stogov |
Added zend_internal_function.reserved[] fields, to allow extensions keep additional associated information. We didn't have zend_internal_function.reserved[] in PHP5, but we always allocated space
Added zend_internal_function.reserved[] fields, to allow extensions keep additional associated information. We didn't have zend_internal_function.reserved[] in PHP5, but we always allocated space for zend_function union, and extensions were able to reuse zend_function.op_array.reserved[] even for internal function. Now this is not possible. And extensions have to use zend_function.op_array.reserved[] for user functions and zend_function.internal_function.reserved[] for internal.
show more ...
|
#
560e4fa3 |
| 29-Sep-2015 |
Dmitry Stogov |
Removed or simplified incorrect SEPARATE_*() macros usage. |
#
95dbe1d0 |
| 20-Sep-2015 |
Bob Weinand |
Short-circuit zend_parse_parameters_none() so that expensive zpp() call never happens in non-exceptional case |
Revision tags: php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45 |
|
#
9b1a224d |
| 01-Sep-2015 |
Stanislav Malyshev |
Merge branch 'PHP-5.6' * 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
Merge branch 'PHP-5.6' * 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
show more ...
|
#
66770f9c |
| 01-Sep-2015 |
Dmitry Stogov |
Added missing set of fcc->initialized flag. |
#
37f0c6b5 |
| 31-Aug-2015 |
Dmitry Stogov |
Add myself into list of authors of the most refactored files. |
Revision tags: php-5.6.13RC1 |
|
#
71af54e5 |
| 19-Aug-2015 |
Dmitry Stogov |
Mark error and exception functions as "cold" (Matt's idea) |
Revision tags: php-7.0.0RC1 |
|
#
9a138b47 |
| 18-Aug-2015 |
Julien Pauli |
Removed unused code |
Revision tags: php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44 |
|
#
0bddc186 |
| 28-Jul-2015 |
Xinchen Hui |
Fixed bug #70156 (Segfault in zend_find_alias_name) |
Revision tags: php-5.6.12RC1, php-7.0.0beta2 |
|
#
7554e830 |
| 13-Jul-2015 |
Dreamsxin |
Updated zend_update_static_property |
Revision tags: php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43 |
|
#
5df893ce |
| 07-Jul-2015 |
Aaron Piotrowski |
Use NULL where possible for exception class Matches usage of zend_throw_exception()/zend_throw_exception_ex(). |
#
1adf3df8 |
| 06-Jul-2015 |
Aaron Piotrowski |
Throw TypeError for invalid callback Matches behavior of zend_internal_type_error() if E_ERROR is passed to zend_wrong_callback_error(). |
#
22c38b2e |
| 03-Jul-2015 |
Aaron Piotrowski |
Remove need to pass error level |
#
5a99c07e |
| 03-Jul-2015 |
Aaron Piotrowski |
Enable throwing custom exceptions from errors |
#
7aa76271 |
| 30-Jun-2015 |
Dmitry Stogov |
Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). |