Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update NEWS for PHP 7.2.8PHP-7.2.8 | Remi Collet | 2018-07-17 | 1 | -1/+1 |
| | |||||
* | update NEWS | Remi Collet | 2018-07-17 | 1 | -1/+8 |
| | |||||
* | Fix test | Stanislav Malyshev | 2018-07-17 | 1 | -2/+2 |
| | |||||
* | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2018-07-17 | 6 | -3/+118 |
| | | | | | | | | | * PHP-7.1: Fixed bug #76459 windows linkinfo lacks openbasedir check Add NEWS Fixed bug #76459 windows linkinfo lacks openbasedir check Fix bug #76557: heap-buffer-overflow (READ of size 48) while reading exif data Fix bug #76423 - Int Overflow lead to Heap OverFlow in exif_thumbnail_extract of exif.c | ||||
* | Update NEWS for PHP 7.2.8RC1 | Remi Collet | 2018-07-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-07-02 | 3 | -1/+28 |
|\ | |||||
| * | Fixed bug #75231 | Nikita Popov | 2018-07-02 | 3 | -1/+28 |
| | | | | | | | | The behavior is now consistent with ReflectionMethod. | ||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-07-02 | 2 | -4/+2 |
|\ \ | |/ | |||||
| * | Fix test after serialization change | Nikita Popov | 2018-07-02 | 2 | -4/+2 |
| | | | | | | | | And move it to a more appropriate location. | ||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-07-02 | 7 | -41/+67 |
|\ \ | |/ | |||||
| * | Fixed bug #74670 | Nikita Popov | 2018-07-02 | 7 | -41/+67 |
| | | | | | | | | | | | | | | | | Validate that "C" serialization payload is followed by "}" prior to calling the unserialize() handler. This mitigates issues caused by unserialize() not correctly handling strings that are not NUL terminated. Making sure that there is a "}" at the end avoids the problem. | ||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-07-02 | 1 | -5/+5 |
|\ \ | |/ | | | | | | | * PHP-7.1: Update libs_version.txt | ||||
| * | Update libs_version.txt | Anatol Belski | 2018-07-02 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-07-01 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-7.1: Make newly introduced bug76556.phpt more resilient | ||||
| * | Make newly introduced bug76556.phpt more resilient | Christoph M. Becker | 2018-07-01 | 1 | -1/+1 |
| | | | | | | | | | | Obviously, different compilers mangle the C++ class name differently. We should neither expect a prefix nor a suffix. | ||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-06-30 | 3 | -1/+28 |
|\ \ | |/ | | | | | | | * PHP-7.1: Fix #76556: get_debug_info handler for BreakIterator shows wrong type | ||||
| * | Fix #76556: get_debug_info handler for BreakIterator shows wrong type | Christoph M. Becker | 2018-06-30 | 3 | -1/+28 |
| | | | | | | | | | | | | | | We use the retrieved type for the "type" element instead of the text. This has been confused during the PHP 7 upgrade[1]. [1] http://git.php.net/?p=php-src.git;a=commit;h=1d793348067e5769144c0f7efd86428a4137baec | ||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-06-30 | 1 | -3/+6 |
|\ \ | |/ | |||||
| * | Fix handling of void return type on internal functions | Nikita Popov | 2018-06-30 | 1 | -3/+6 |
| | | |||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-06-30 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix typo in compound dim assign op inference | Nikita Popov | 2018-06-30 | 1 | -1/+1 |
| | | | | | | | | Thankfully a harmless one, just makes inference results worse. | ||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-06-30 | 4 | -1/+34 |
|\ \ | |/ | | | | | | | * PHP-7.1: Fix #71848: getimagesize with $imageinfo returns false | ||||
| * | Fix #71848: getimagesize with $imageinfo returns false | Christoph M. Becker | 2018-06-30 | 4 | -1/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some JFIF images contain empty APP segments, i.e. those which consist only of the marker bytes and the length, but without actual content. It appears to be doubtful to have empty APP segments, but we should apply the robustness principle, and accept these, instead of simply failing in this case. We choose to add empty APP segments to $imageinfo with an empty string as value, instead of NULL, or even to omit these segments altogether. This patch also fixes the potential issue that php_stream_read() might not read the supposed number of bytes, which could result in garbage to be added to the read value. | ||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-06-29 | 2 | -2/+8 |
|\ \ | |/ | |||||
| * | Fix nullable type pretty-printing | Nikita Popov | 2018-06-29 | 2 | -2/+8 |
| | | |||||
* | | [ci skip] Update NEWS | Anatol Belski | 2018-06-29 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-06-29 | 0 | -0/+0 |
|\ \ | |/ | | | | | | | * PHP-7.1: [ci skip] Update NEWS | ||||
| * | [ci skip] Update NEWS | Anatol Belski | 2018-06-29 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-06-29 | 2 | -0/+24 |
|\ \ | |/ | | | | | | | * PHP-7.1: Fixed bug #76548 pg_fetch_result did not fetch the next row | ||||
| * | Fixed bug #76548 pg_fetch_result did not fetch the next row | Anatol Belski | 2018-06-29 | 2 | -0/+24 |
| | | |||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-06-28 | 4 | -1/+24 |
|\ \ | |/ | |||||
| * | Fixed bug #76532 (excessive memory usage in mb_strimwidth) | Marcus Schwarz | 2018-06-28 | 4 | -1/+24 |
| | | |||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-06-28 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-7.1: Update SDK version for AppVeyor | ||||
| * | Update SDK version for AppVeyor | Anatol Belski | 2018-06-28 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-06-28 | 1 | -0/+2 |
|\ \ | |/ | | | | | | | * PHP-7.1: Sync versions for VC++ 15.8 | ||||
| * | Sync versions for VC++ 15.8 | Anatol Belski | 2018-06-28 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-06-28 | 1 | -6/+0 |
|\ \ | |/ | | | | | | | * PHP-7.1: Don't ignore commits on NEWS, etc. on AppVeyor | ||||
| * | Don't ignore commits on NEWS, etc. on AppVeyor | Anatol Belski | 2018-06-28 | 1 | -6/+0 |
| | | | | | | | | | | [ci skip] can be used explicitly, and otherwise it might ignore commits with a code change. | ||||
* | | Update NEWS | Xinchen Hui | 2018-06-28 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-06-28 | 2 | -1/+21 |
|\ \ | |/ | | | | | | | * PHP-7.1: Fixed bug #76536 (PHP crashes with core dump when throwing exception in error handler). (Laruence) | ||||
| * | Fixed bug #76536 (PHP crashes with core dump when throwing exception in ↵ | Xinchen Hui | 2018-06-28 | 3 | -1/+25 |
| | | | | | | | | error handler). (Laruence) | ||||
* | | Update NEWS | Xinchen Hui | 2018-06-27 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-06-27 | 4 | -10/+47 |
|\ \ | |/ | | | | | | | | | | | | | | | | | * PHP-7.1: Fixed bug #76534 (PHP hangs on 'illegal string offset on string references with an error handler) Conflicts: Zend/zend_execute.c Zend/zend_vm_def.h Zend/zend_vm_execute.h | ||||
| * | Fixed bug #76534 (PHP hangs on 'illegal string offset on string references ↵ | Xinchen Hui | 2018-06-27 | 5 | -10/+49 |
| | | | | | | | | with an error handler) | ||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-06-25 | 2 | -3/+6 |
|\ \ | |/ | | | | | | | * PHP-7.1: Fix arginfo wrt. optional/required parameters | ||||
| * | Fix arginfo wrt. optional/required parameters | Christoph M. Becker | 2018-06-25 | 2 | -3/+6 |
| | | | | | | | | | | All parameters of phpdbg_color(), phpdbg_exec() and phpdbg_prompt() are required. We mark them as such. | ||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-06-25 | 12 | -5/+356 |
|\ \ | |/ | | | | | | | * PHP-7.1: Prepare tests for ICU 62.1 | ||||
| * | Prepare tests for ICU 62.1 | Anatol Belski | 2018-06-25 | 12 | -5/+356 |
| | | |||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-06-24 | 3 | -1/+39 |
|\ \ | |/ | |||||
| * | Fixed bug #76502 | Nikita Popov | 2018-06-24 | 3 | -1/+41 |
| | |