History log of /PHP-8.0/ (Results 251 – 275 of 99768)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c12141c820-May-2022 Arnaud Le Blanc

Reduce the scope of XFAIL (#8592)

f2ac4f2020-May-2022 Arnaud Le Blanc

XFAIL tests (GH-8588)

fa78e17716-May-2022 Levi Morrison

Stop closing stderr and stdout streams (#8569)

Extensions may (and do) write to stderr in mshutdown and similar. In
the best case, with the stderr stream closed, it's just swallowed.

Stop closing stderr and stdout streams (#8569)

Extensions may (and do) write to stderr in mshutdown and similar. In
the best case, with the stderr stream closed, it's just swallowed.

However, some libraries will do things like try to detect color, and
these will outright fail and cause an error path to be taken.

show more ...

c06e1abb17-May-2022 Derick Rethans

Emit EXT_STMT for each 'elseif' clause

8735ae9d18-May-2022 robertnisipeanu

Fix GH-8578: Error on wrong parameter on SoapHeader constructor

Closes GH-8579.

84ea0aa616-May-2022 Dmitry Stogov

Fix memory leak

This fixes oss-fuzz #47448

0537560216-May-2022 Dmitry Stogov

Fix type inference

This fixes oss-fuzz #47422

5a39f4c713-May-2022 Arnaud Le Blanc

[ci skip] NEWS

33b8ef9913-May-2022 Arnaud Le Blanc

Do not optimize out ini_get() when the entry does not exist during compilation (#8507)

The entry may exist later if dl is enabled

Fixes GH-8466

3f1e1b9d11-May-2022 Dmitry Stogov

Fix type inference

This fixes oss-fuzz #47049

23a2030407-May-2022 Jakub Zelenka

Fix bug #72185: php-fpm writes empty fcgi record causing nginx 502

This issue might happen if there is change of the fcgi stream when
the buffer is full. Then the empty record is created

Fix bug #72185: php-fpm writes empty fcgi record causing nginx 502

This issue might happen if there is change of the fcgi stream when
the buffer is full. Then the empty record is created which signals
end of stream which is incorrect.

The actual fix without a test was contributed by GitHub user @loveharmful
in GH-3198.

show more ...

a7a5902106-May-2022 Christoph M. Becker

Fix mysqli tests wrt. MySQL 8.0.28

As of MySQL 8.0.28, `utf8mb3` charset is reported by the server, but
mysqlnd doesn't support it yet. As a stop-gap measure, we ignore that
charset

Fix mysqli tests wrt. MySQL 8.0.28

As of MySQL 8.0.28, `utf8mb3` charset is reported by the server, but
mysqlnd doesn't support it yet. As a stop-gap measure, we ignore that
charset for now.

Closes GH-8480.

show more ...

95f5f9d205-May-2022 Derick Rethans

Adding missing NEWS entry

92f8f19d05-May-2022 Derick Rethans

Fixed GH-8471: Segmentation fault when converting immutable and mutable DateTime instances created using reflection

710294c904-May-2022 Christoph M. Becker

Fix zend_test tests

The `--EXTENSIONS--` directive isn't properly supported prior to PHP
8.1.0, so we use the classic `--SKIPIF--` instead.

74924ada03-May-2022 vajexal <72415539+vajexal@users.noreply.github.com>

Fix get_function_or_method_name when included file is scoped (#8467)

722e9b9f27-Apr-2022 Christoph M. Becker

Fix test for curl 7.83.0

libcurl 7.83.0 removed some trailing exclamation marks from error
messages[1]; we have to cater to that.

[1] <https://github.com/curl/curl/commit/6968fb

Fix test for curl 7.83.0

libcurl 7.83.0 removed some trailing exclamation marks from error
messages[1]; we have to cater to that.

[1] <https://github.com/curl/curl/commit/6968fb9d54dc3a1aaa1b16088f038eaf5dd8b2d7>

(cherry picked from commit a4179e4c92b6365d39e09cb9cd63c476848013af)

show more ...

ad7b9f4e27-Apr-2022 Christoph M. Becker

Fix GH-8235: iterator_count() may run indefinitely

We need to prevent integer overflow to eventually stop the iteration.

A test case doesn't appear sensible for this, because even o

Fix GH-8235: iterator_count() may run indefinitely

We need to prevent integer overflow to eventually stop the iteration.

A test case doesn't appear sensible for this, because even on 32bit
architectures a respective test easily runs for a few minutes.

Closes GH-8447.

show more ...

136ef6f102-May-2022 Michael Voříšek

Fix PDO URI test

Especially for remote servers, the respective part of the test may fail
for a lot of different reasons; instead of trying to catch all, we
rewrite to not fail, still

Fix PDO URI test

Especially for remote servers, the respective part of the test may fail
for a lot of different reasons; instead of trying to catch all, we
rewrite to not fail, still testing for the contained NUL byte.

Closes GH-8451.

show more ...

2d4cc0eb02-May-2022 Remi Collet

[ci skip] NEWS

389d113002-May-2022 Martin Rehberger

bug: Fix type for $index in ZipArchive::replaceFile

6048762127-Apr-2022 Michael Voříšek

Fix test XFAIL, update phar to use spl_autoload_register

Closes GH-8449.

82dae61c29-Apr-2022 Jakub Zelenka

Move FPM ACS fix NEWS entry to 8.0.20

ef06f0f518-Apr-2022 David CARLIER

Fix FPM ACL build check on MacOS

MacOS has got ACL support but without user/group support.

0df2886927-Apr-2022 Jakub Zelenka

Add skip for FPM resource heavy tests

1...<<11121314151617181920>>...3991