History log of /PHP-8.1/NEWS (Results 351 – 375 of 14209)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# b2186ca7 08-Nov-2022 Christoph M. Becker

Fix GH-9905: constant() behaves inconsistent when class is undefined

Directly referring to a constant of an undefined throws an exception;
there is not much point in `constant()` raising

Fix GH-9905: constant() behaves inconsistent when class is undefined

Directly referring to a constant of an undefined throws an exception;
there is not much point in `constant()` raising a fatal error in this
case.

Closes GH-9907.

show more ...

# ac508301 08-Nov-2022 Sara Golemon

Bump for 8.0.27

# 540488c7 08-Nov-2022 Patrick Allaert

PHP-8.1 is now for PHP 8.1.14-dev

# 1cd21703 04-Nov-2022 Arnaud Le Blanc

[ci skip] NEWS

# 1d67e34c 04-Nov-2022 Arnaud Le Blanc

[ci skip] NEWS

# 8bf6266e 02-Nov-2022 Christoph M. Becker

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Fix potential NULL pointer dereference Windows shm*() functions


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

# 29f7c461 30-Oct-2022 Jakub Zelenka

Merge branch 'PHP-8.0' into PHP-8.1


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

# bce12f4e 28-Oct-2022 Kamil Tekiela

Add NEWS entry for #9841

# 96049867 27-Oct-2022 Kamil Tekiela

Add NEWS entry for #9841

Closes GH-9841

# c84d7cc2 26-Oct-2022 Remi Collet

move CVEs in 8.1.12 changelog

# db28ee8f 26-Oct-2022 Remi Collet

move CVEs in 8.0.25 changelog

# 2caa79e9 24-Oct-2022 Stanislav Malyshev

Merge branch 'PHP-8.0' into PHP-8.1


# 80ccaa3e 24-Oct-2022 Stanislav Malyshev

Merge branch 'PHP-7.4' into PHP-8.0


# 2669ed7d 24-Oct-2022 Stanislav Malyshev

Update NEWS

# fe06c5ef 22-Oct-2022 David Carlier

Merge branch 'PHP-8.0' into PHP-8.1


# 45e224cf 22-Oct-2022 Adam Saponara

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

# ec844ccc 22-Oct-2022 Jakub Zelenka

Merge branch 'PHP-8.0' into PHP-8.1


# 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

# 386bbf46 22-Oct-2022 Arnaud Le Blanc

[ci skip] NEWS

# 845c6b3b 22-Oct-2022 Arnaud Le Blanc

[ci skip] NEWS

# 248f6477 21-Oct-2022 Stanislav Malyshev

Fix bug #81738 (buffer overflow in hash_update() on long parameter)

# 41a6a298 17-Oct-2022 Derick Rethans

Update NEWS

# e3c40c68 16-Oct-2022 Arnaud Le Blanc

[ci skip] NEWS

1...<<11121314151617181920>>...569