History log of /PHP-8.0/ (Results 176 – 200 of 99768)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ad136e6a21-Jul-2022 Ilija Tovilo

Re-add MSAN in nightly

This was lost when migrating to GitHub actions. I'll move this one to
GitHub as well at a later point.

5b83b3a905-Jul-2022 George Peter Banyard

Fix memory leak in LMDB driver

3b7babf915-Jul-2022 Heiko Weber

Fix GH-9017: php_stream_sock_open_from_socket could return NULL

Closes GH-9020.

a670d2be19-Jul-2022 Gabriel Caruso

Prepare for PHP 8.0.23

2a5b2cca18-Jul-2022 David CARLIER

Revert "FPM: Downgrade occasional "failed to acquire scoreboard" warning"

This reverts commit 3040f75f434f64756655faba9d1eaaa76e4babb0.

3040f75f18-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 ...

bd30eff518-Jul-2022 Dmitry Stogov

Fix type inference for FETCH_DI_UNSET

Fixes oss-fuzz #48507

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

2047337415-Jul-2022 Arnaud Le Blanc

[ci skip] NEWS

ede92a8615-Jul-2022 Tobias Bachert

Fix `WeakMap` object reference offset causing `TypeError` (#8995)

789a37f113-Jul-2022 guoyiyuan

Prevent potential buffer overflow for large value of php_cli_server_workers_max

Fixes #8989.
Closes #9000.

77e954af05-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 ...

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

bd67933707-Jul-2022 Heiko Weber

FPM: Fix possible double free on configuration load failure.

Closes #8948.

2e58e9e607-Jul-2022 Remi Collet

[ci skip] drop NEWS entry for reverted fix

79a2832405-Jul-2022 George Peter Banyard

Revert "Fix GH-8563 Different results for seek() on SplFileObject and SplTempFileObject"

Although the fix is partially correct it also breaks long standing behaviour which has been produced

Revert "Fix GH-8563 Different results for seek() on SplFileObject and SplTempFileObject"

Although the fix is partially correct it also breaks long standing behaviour which has been produced since PHP 5.3.

This reverts commit 6f87a5c6338d0d64d18e3a44b65c19acc9c529e8.

show more ...

8fce70ae01-Jul-2022 George Peter Banyard

Abort LMDB transaction whe trying to delete non-existing key

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

d66d477d29-Jun-2022 Dmitry Stogov

Fix incorrect condition introdused in 7cf6f173831caea9952a84b9e4a93594aac8ba00

7cf6f17329-Jun-2022 Dmitry Stogov

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

325ca31d15-Jun-2022 Heiko Weber

FPM: zlog, fix free on wrong address for message prepend.

973c3f6e24-Jun-2022 Derick Rethans

Fixed #80047: DatePeriod doesn't warn with custom DateTimeImmutable

13f55d5c24-Jun-2022 Grégoire Paris

Use proper grammar in error message

Drop period in error messages

2 reasons:
- These error messages are not regular sentences.
- Having the offending value between parenthes

Use proper grammar in error message

Drop period in error messages

2 reasons:
- These error messages are not regular sentences.
- Having the offending value between parenthesis after the period looks weird.
Closes GH-8858.

show more ...

b7f0950f01-Mar-2022 Ilija Tovilo

Add test coverage job

9405f43b23-Jun-2022 Christoph M. Becker

Fix GH-8848: imagecopyresized() error refers to the wrong argument

Closes GH-8849.

12345678910>>...3991