History log of /PHP-8.1/NEWS (Results 476 – 500 of 14214)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 3040f75f 18-Jul-2022 Felix Wiedemann

FPM: Downgrade occasional "failed to acquire scoreboard" warning

With request timeouts configured, php-fpm occasionally prints the
following warning:

WARNING: failed to acqui

FPM: Downgrade occasional "failed to acquire scoreboard" warning

With request timeouts configured, php-fpm occasionally prints the
following warning:

WARNING: failed to acquire scoreboard

This is happens when php-fpm checks the child scoreboards for timeouts,
but fails to acquire a lock immediately. As this can (and does) occur
during normal operation, this commit downgrades this to a notice.
Closes #9019.

show more ...

# 4b38779a 18-Jul-2022 Arnaud Le Blanc

[ci skip] NEWS

# f15cfba3 15-Jul-2022 David Carlier

Merge branch 'PHP-8.0' into PHP-8.1


Revision tags: php-8.1.7RC1, php-8.1.4RC1, php-8.1.3, php-8.1.2RC1
# d830a1f6 24-Dec-2021 David CARLIER

random extension macOs handling update.

Not such as fix but taking more precautions.
Indeed, the arc4random has two little flaws in this platform,
one already caught upfront by the e

random extension macOs handling update.

Not such as fix but taking more precautions.
Indeed, the arc4random has two little flaws in this platform,
one already caught upfront by the extension (ie size 0), also
internal use of ccrng_generate which can silently fail in few rare
cases.

Closes #7824.

show more ...

# aadb24e8 15-Jul-2022 Arnaud Le Blanc

Merge branch 'PHP-8.0' into PHP-8.1


# 20473374 15-Jul-2022 Arnaud Le Blanc

[ci skip] NEWS

# b44a17c0 14-Jul-2022 David Carlier

Merge branch 'PHP-8.0' into PHP-8.1


# 789a37f1 13-Jul-2022 guoyiyuan

Prevent potential buffer overflow for large value of php_cli_server_workers_max

Fixes #8989.
Closes #9000.

# 5a459f67 12-Jul-2022 Christoph M. Becker

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Fix GH-8923: error_log on Windows can hold the file write lock


# 77e954af 05-Jul-2022 Christoph M. Becker

Fix GH-8923: error_log on Windows can hold the file write lock

On Windows, closing a file which is locked may not immediately remove
the lock. The `LockFileEx()` documentation states:

Fix GH-8923: error_log on Windows can hold the file write lock

On Windows, closing a file which is locked may not immediately remove
the lock. The `LockFileEx()` documentation states:

| Therefore, it is recommended that your process explicitly unlock all
| files it has locked when it terminates.

We comply, and also use the macro `LOCK_EX` instead of the magic number
`2`.

Closes GH-8925.

show more ...

# d86141a8 09-Jul-2022 Arnaud Le Blanc

[ci skip] NEWS

# 5e0b2e53 08-Jul-2022 David Carlier

Merge branch 'PHP-8.0' into PHP-8.1


# 7c3dfbb8 08-Jul-2022 David Carlier

intl extension, build fix for icu >= 69.x release. ubrk/ucnv_safeClone had been deprecated in favor of ubrk/ucnv_clone which does not use user provided stacks but remain thread safe.

# 9b5a2635 08-Jul-2022 David Carlier

Merge branch 'PHP-8.0' into PHP-8.1


# bd679337 07-Jul-2022 Heiko Weber

FPM: Fix possible double free on configuration load failure.

Closes #8948.

# f6de748d 07-Jul-2022 Pierrick Charron

[ci skip] Update news

# de202a5f 07-Jul-2022 Remi Collet

[ci skip] drop NEWS entry for reverted fix

# 2e58e9e6 07-Jul-2022 Remi Collet

[ci skip] drop NEWS entry for reverted fix

# 6c29ac3d 05-Jul-2022 Ben Ramsey

Move NEWS entry to PHP 8.1.8

# 13dcd219 05-Jul-2022 Stanislav Malyshev

[ci skip] Update news

# 8fce70ae 01-Jul-2022 George Peter Banyard

Abort LMDB transaction whe trying to delete non-existing key

# 11057372 10-Mar-2022 Ilija Tovilo

Disallow assigning reference to unset readonly property

Closes GH-7942
Closes GH-8188

# 26d63c74 01-Jul-2022 David Carlier

Merge branch 'PHP-8.0' into PHP-8.1


# b3569865 30-Jun-2022 David Carlier

Fix the crypt sha apis build (with recent clang versions).

Removing the said subtraction by casting instead.
While at it fixing werror level on phpdbg too.

Closes #8897.

# b7693360 29-Jun-2022 Dmitry Stogov

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Fixed bug GH-8847 (PHP hanging infinitly at 100% cpu when check php syntaxe of a valid file)


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