#
40bd84d3 |
| 24-Jul-2018 |
Christoph M. Becker |
Fix #76643: Segmentation fault when using `output_add_rewrite_var` We have to check whether _SERVER is actually an array before we're going to use it as such.
|
#
38d97557 |
| 24-Jul-2018 |
Xinchen Hui |
Fixed bug #68553 (array_column: null values in $index_key become incrementing keys in result)
|
#
99fdf591 |
| 22-Jul-2018 |
Christoph M. Becker |
Fix #52974: jewish.c: compile error under Windows with GBK charset jewish.c includes ISO-8859-8 encoded Hebrew Hebrew month names, which may cause compile errors, and is generally confus
Fix #52974: jewish.c: compile error under Windows with GBK charset jewish.c includes ISO-8859-8 encoded Hebrew Hebrew month names, which may cause compile errors, and is generally confusing. We replace the literal month names with appropriate escape sequences.
show more ...
|
#
1ba33143 |
| 19-Jul-2018 |
Ferenc Kovacs |
5.6.38 will be next
|
#
b52c4fcb |
| 17-Jul-2018 |
Anatol Belski |
[ci skip] Update NEWS
|
#
b73a1085 |
| 16-Jul-2018 |
Stanislav Malyshev |
Add NEWS
|
#
0f8c1ee7 |
| 15-Jul-2018 |
Christoph M. Becker |
Fix #73817: Incorrect entries in get_html_translation_table Due to incorrect string termination and length handling, several HTML entities missed the trailing semicolon. We also
Fix #73817: Incorrect entries in get_html_translation_table Due to incorrect string termination and length handling, several HTML entities missed the trailing semicolon. We also fix the obviously wrong expectations in two already existing tests.
show more ...
|
#
9026562c |
| 10-Jul-2018 |
Anatol Belski |
[ci skip] Update NEWS
|
#
47fb17b1 |
| 06-Jul-2018 |
cdoco |
Fixed bug #76366 (references in sub-array for filtering breaks the filter)
|
#
ea248476 |
| 06-Jul-2018 |
Anatol Belski |
[ci skip] Update NEWS
|
#
137f22ad |
| 06-Jul-2018 |
Sara Golemon |
Fix year
|
#
268e801c |
| 06-Jul-2018 |
Sara Golemon |
Bump version
|
#
c97b8bbf |
| 02-Jul-2018 |
Nikita Popov |
Fixed bug #75231 The behavior is now consistent with ReflectionMethod.
|
#
787593b7 |
| 02-Jul-2018 |
Nikita Popov |
Fix test after serialization change And move it to a more appropriate location.
|
#
c793885b |
| 02-Jul-2018 |
Nikita Popov |
Fixed bug #74670 Validate that "C" serialization payload is followed by "}" prior to calling the unserialize() handler. This mitigates issues caused by unserialize() not correctly ha
Fixed bug #74670 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.
show more ...
|
#
1118fca7 |
| 30-Jun-2018 |
Christoph M. Becker |
Fix #76556: get_debug_info handler for BreakIterator shows wrong type We use the retrieved type for the "type" element instead of the text. This has been confused during the PHP 7 upgrad
Fix #76556: get_debug_info handler for BreakIterator shows wrong type 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
show more ...
|
#
ae041100 |
| 30-Jun-2018 |
Christoph M. Becker |
Fix #71848: getimagesize with $imageinfo returns false Some JFIF images contain empty APP segments, i.e. those which consist only of the marker bytes and the length, but without actual c
Fix #71848: getimagesize with $imageinfo returns false 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.
show more ...
|
#
fb09f134 |
| 29-Jun-2018 |
Anatol Belski |
[ci skip] Update NEWS
|
#
bf5a802f |
| 28-Jun-2018 |
Marcus Schwarz |
Fixed bug #76532 (excessive memory usage in mb_strimwidth)
|
#
1f6b842a |
| 28-Jun-2018 |
Xinchen Hui |
Fixed bug #76536 (PHP crashes with core dump when throwing exception in error handler). (Laruence)
|
#
d1b1866a |
| 27-Jun-2018 |
Xinchen Hui |
Fixed bug #76534 (PHP hangs on 'illegal string offset on string references with an error handler)
|
#
6b5597f7 |
| 22-Jun-2018 |
Christoph M. Becker |
Fix arginfo wrt. optional/required parameters All parameters of phpdbg_color(), phpdbg_exec() and phpdbg_prompt() are required. We mark them as such.
|
#
701460ba |
| 24-Jun-2018 |
Nikita Popov |
Fixed bug #76502
|
#
6531719d |
| 21-Jun-2018 |
Xinchen Hui |
Fixed bug #76505 (array_merge_recursive() is duplicating sub-array keys)
|
#
69dee5c7 |
| 12-Jun-2018 |
Nikita Popov |
Fixed bug #73342 Directly listen on socket, instead of duping it to STDIN and listening on that.
|