History log of /PHP-8.0/NEWS (Results 101 – 125 of 13476)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# d8590b1a 27-May-2022 Derick Rethans

Merge remote-tracking branch 'derickr/bug74671-dst-c-format' into PHP-8.0


# 172b7345 26-May-2022 Derick Rethans

Update NEWS


# e05897fe 24-May-2022 Sara Golemon

Bump for 8.0.21

# e33de9dd 23-May-2022 David Carlier

Fix pcntl Haiku build

guarding SIGIO constant.

Closes GH-8612.

# 2a13304b 12-May-2022 Christoph M. Becker

Fix GH-8538: SoapClient may strip parts of nmtokens

When stripping the namespace prefix, we can assume that this does not
contain any colons, while the rest of the name may contain colon

Fix GH-8538: SoapClient may strip parts of nmtokens

When stripping the namespace prefix, we can assume that this does not
contain any colons, while the rest of the name may contain colons.
Hence we must not use `strrchr()` but rather `strchr()` instead.

Closes GH-8543.

show more ...

# f0480eb4 22-May-2022 Ilija Tovilo

Fix undefined behavior in php_set_inet6_addr

Postfix `++` on `NULL` is undefined behavior

Closes GH-8607

# fa78e177 16-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 ...

# 8735ae9d 18-May-2022 robertnisipeanu

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

Closes GH-8579.

# 5a39f4c7 13-May-2022 Arnaud Le Blanc

[ci skip] NEWS

# 23a20304 07-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 ...

# 95f5f9d2 05-May-2022 Derick Rethans

Adding missing NEWS entry

# ad7b9f4e 27-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 ...

# 2d4cc0eb 02-May-2022 Remi Collet

[ci skip] NEWS

# 82dae61c 29-Apr-2022 Jakub Zelenka

Move FPM ACS fix NEWS entry to 8.0.20

# ef06f0f5 18-Apr-2022 David CARLIER

Fix FPM ACL build check on MacOS

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

# 4bb0dd49 11-Apr-2022 David Carlier

Haiku fix ZTS build disabling `tsrm_ls_cache` usage.

# 52a18a66 26-Apr-2022 Gabriel Caruso

Prepare for PHP 8.0.20

# 30f4c725 12-Apr-2022 Christoph M. Becker

Fix GH-8218: ob_end_clean does not reset Content-Encoding header

The fix for GH-7953 introduced a regression by being to deliberate
adding the respective headers. These must only be add

Fix GH-8218: ob_end_clean does not reset Content-Encoding header

The fix for GH-7953 introduced a regression by being to deliberate
adding the respective headers. These must only be added, if the
handler starts, but is not finalizing.

Closes GH-8353.

show more ...

# 2397e768 24-Apr-2022 Bob Weinand

Fix GH-8433: Assigning function pointers to structs in FFI leaks memory

# f5d9e7c0 20-Apr-2022 Christoph M. Becker

Fix GH-8364: msgfmt_format $values may not support references

We need to deref any references passed in the `$values` array. While
we could handle this in the type switch, doing it righ

Fix GH-8364: msgfmt_format $values may not support references

We need to deref any references passed in the `$values` array. While
we could handle this in the type switch, doing it right away in the
foreach loop makes that more explicit, and also circumvents the missing
range checks for integers which are not passed as int or double.

Closes GH-8407.

show more ...

# ff90d42b 18-Apr-2022 David Carlier

Fix FPM kqueue handler fix remove callback typo

It avoids confusion on failed event.

# 6186ecd4 07-Apr-2022 George Peter Banyard

Fix GH-8273: SplFileObject: key() returns wrong value

# 4d6965dc 23-Apr-2022 Ilija Tovilo

Add missing news entry for GH-8421

# d8612fb6 16-Apr-2022 Jakub Zelenka

Fix bug #77023: FPM cannot shutdown processes

This change introduces subsequent kill of the process when idle process quit
(SIGQUIT) does not succeed. It can happen in some situations an

Fix bug #77023: FPM cannot shutdown processes

This change introduces subsequent kill of the process when idle process quit
(SIGQUIT) does not succeed. It can happen in some situations and means that FPM
is not able to scale down in dynamic pm. Using SIGKILL fixes the issue.

show more ...

# 1762a879 14-Apr-2022 Christoph M. Becker

Fix GH-8366: ArrayIterator may leak when calling __construct()

When we detach an iterator, we also have to delete it.

Closes GH-8374.

12345678910>>...540