History log of /PHP-8.0/NEWS (Results 1 – 25 of 13476)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 670052c4 09-Jan-2024 Gabriel Caruso

PHP 8.0 is EOL.

Following php/web-php#840.


# 269a9e18 03-Aug-2023 Ben Ramsey

PHP-8.0 is now for 8.0.31-dev


# d8f2584e 31-Jul-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

NEWS

Signed-off-by: Ben Ramsey <ramsey@php.net>


# be71cadc 22-Jun-2023 Remi Collet

[ci skip] add CVE in NEWS


# b720ab99 06-Jun-2023 Pierrick Charron

Update NEWS


# 0e45ed77 14-Feb-2023 Gabriel Caruso

[ci skip] Next release will be 8.0.29


# 937b1e38 14-Feb-2023 Jakub Zelenka

Fix missing colon in NEWS


# eef29d43 14-Feb-2023 Jakub Zelenka

Change NEWS for GHSA-54hq-v5wp-fqgv as it is for all SAPIs


# caaaf759 14-Feb-2023 Jakub Zelenka

Fix incorrect character in NEWS


# 054c7b09 14-Feb-2023 Jakub Zelenka

Update NEWS


# b5ccaaf6 13-Feb-2023 Stanislav Malyshev

Update NEWS


# af2ddc64 13-Feb-2023 Stanislav Malyshev

Update NEWS


# c2737b40 03-Jan-2023 Gabriel Caruso

[ci skip] Next release will be 8.0.28


# 4ce48e9a 03-Jan-2023 Gabriel Caruso

[ci skip] Prepare for PHP 8.0.27 GA


# 05c35137 19-Dec-2022 Stanislav Malyshev

Add NEWS


# 72da2b02 22-Nov-2022 Petr Sumbera

php-fpm: fix Solaris port events.mechanism

Closes GH-9959.


# ac508301 08-Nov-2022 Sara Golemon

Bump for 8.0.27


# 1d67e34c 04-Nov-2022 Arnaud Le Blanc

[ci skip] NEWS


# d1c9ff56 02-Nov-2022 Christoph M. Becker

Fix potential NULL pointer dereference Windows shm*() functions

`shm_get()` (not to be confused with `shmget()`) returns `NULL` if
reallocation fails; we need to cater to that when calli

Fix potential NULL pointer dereference Windows shm*() functions

`shm_get()` (not to be confused with `shmget()`) returns `NULL` if
reallocation fails; we need to cater to that when calling the function.

Closes GH-9872.

show more ...


# 1c5844aa 29-Oct-2022 Jakub Zelenka

Fix GH-9754: SaltStack hangs when running php-fpm 8.1.11

SaltStack uses Python subprocess and redirects stderr to stdout which is
then piped to the returned output. If php-fpm starts in

Fix GH-9754: SaltStack hangs when running php-fpm 8.1.11

SaltStack uses Python subprocess and redirects stderr to stdout which is
then piped to the returned output. If php-fpm starts in daemonized mode,
it should close stderr. However a fix introduced in GH-8913 keeps stderr
around so it can be later restored. That causes the issue reported in
GH-9754. The solution is to keep stderr around only when php-fpm runs in
foreground as the issue is most likely visible only there. Basically
there is no need to restore stderr when php-fpm is daemonized.

show more ...


# 96049867 27-Oct-2022 Kamil Tekiela

Add NEWS entry for #9841

Closes GH-9841


# db28ee8f 26-Oct-2022 Remi Collet

move CVEs in 8.0.25 changelog


# 2669ed7d 24-Oct-2022 Stanislav Malyshev

Update NEWS


# 45e224cf 22-Oct-2022 Adam Saponara

Fix GH-9709: Guard against current_execute_data==NULL in is_handle_exception_set


# fa1b6ab5 22-Oct-2022 Jakub Zelenka

Fix GH-8430: OpenSSL compiled with old disgests does not build

Specifically no-md2, no-md4 or no-rmd160 were not supported


12345678910>>...540