summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update NEWS for PHP 7.2.8PHP-7.2.8Remi Collet2018-07-171-1/+1
|
* update NEWSRemi Collet2018-07-171-1/+8
|
* Fix testStanislav Malyshev2018-07-171-2/+2
|
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-07-176-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.8RC1Remi Collet2018-07-031-1/+1
|
* Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-07-023-1/+28
|\
| * Fixed bug #75231Nikita Popov2018-07-023-1/+28
| | | | | | | | The behavior is now consistent with ReflectionMethod.
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-07-022-4/+2
|\ \ | |/
| * Fix test after serialization changeNikita Popov2018-07-022-4/+2
| | | | | | | | And move it to a more appropriate location.
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-07-027-41/+67
|\ \ | |/
| * Fixed bug #74670Nikita Popov2018-07-027-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.2Anatol Belski2018-07-021-5/+5
|\ \ | |/ | | | | | | * PHP-7.1: Update libs_version.txt
| * Update libs_version.txtAnatol Belski2018-07-021-4/+4
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-07-011-1/+1
|\ \ | |/ | | | | | | * PHP-7.1: Make newly introduced bug76556.phpt more resilient
| * Make newly introduced bug76556.phpt more resilientChristoph M. Becker2018-07-011-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.2Christoph M. Becker2018-06-303-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 typeChristoph M. Becker2018-06-303-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.2Nikita Popov2018-06-301-3/+6
|\ \ | |/
| * Fix handling of void return type on internal functionsNikita Popov2018-06-301-3/+6
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-06-301-1/+1
|\ \ | |/
| * Fix typo in compound dim assign op inferenceNikita Popov2018-06-301-1/+1
| | | | | | | | Thankfully a harmless one, just makes inference results worse.
* | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-06-304-1/+34
|\ \ | |/ | | | | | | * PHP-7.1: Fix #71848: getimagesize with $imageinfo returns false
| * Fix #71848: getimagesize with $imageinfo returns falseChristoph M. Becker2018-06-304-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.2Nikita Popov2018-06-292-2/+8
|\ \ | |/
| * Fix nullable type pretty-printingNikita Popov2018-06-292-2/+8
| |
* | [ci skip] Update NEWSAnatol Belski2018-06-291-0/+3
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-06-290-0/+0
|\ \ | |/ | | | | | | * PHP-7.1: [ci skip] Update NEWS
| * [ci skip] Update NEWSAnatol Belski2018-06-291-0/+3
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-06-292-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 rowAnatol Belski2018-06-292-0/+24
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-06-284-1/+24
|\ \ | |/
| * Fixed bug #76532 (excessive memory usage in mb_strimwidth)Marcus Schwarz2018-06-284-1/+24
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-06-281-1/+1
|\ \ | |/ | | | | | | * PHP-7.1: Update SDK version for AppVeyor
| * Update SDK version for AppVeyorAnatol Belski2018-06-281-1/+1
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-06-281-0/+2
|\ \ | |/ | | | | | | * PHP-7.1: Sync versions for VC++ 15.8
| * Sync versions for VC++ 15.8Anatol Belski2018-06-281-0/+2
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-06-281-6/+0
|\ \ | |/ | | | | | | * PHP-7.1: Don't ignore commits on NEWS, etc. on AppVeyor
| * Don't ignore commits on NEWS, etc. on AppVeyorAnatol Belski2018-06-281-6/+0
| | | | | | | | | | [ci skip] can be used explicitly, and otherwise it might ignore commits with a code change.
* | Update NEWSXinchen Hui2018-06-281-0/+4
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-06-282-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 Hui2018-06-283-1/+25
| | | | | | | | error handler). (Laruence)
* | Update NEWSXinchen Hui2018-06-271-0/+2
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-06-274-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 Hui2018-06-275-10/+49
| | | | | | | | with an error handler)
* | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-06-252-3/+6
|\ \ | |/ | | | | | | * PHP-7.1: Fix arginfo wrt. optional/required parameters
| * Fix arginfo wrt. optional/required parametersChristoph M. Becker2018-06-252-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.2Anatol Belski2018-06-2512-5/+356
|\ \ | |/ | | | | | | * PHP-7.1: Prepare tests for ICU 62.1
| * Prepare tests for ICU 62.1Anatol Belski2018-06-2512-5/+356
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-06-243-1/+39
|\ \ | |/
| * Fixed bug #76502Nikita Popov2018-06-243-1/+41
| |