History log of /PHP-8.0/ (Results 201 – 225 of 99768)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
fcd69a4e21-Jun-2022 Gabriel Caruso

Prepare for 8.0.22

a8437d0820-Jun-2022 Christoph M. Becker

Fix GH-8827: Intentionally closing std handles no longer possible

We revert the commits which caused this regression from the PHP-8.0 and
PHP-8.1 branches for now. We keep it in "master

Fix GH-8827: Intentionally closing std handles no longer possible

We revert the commits which caused this regression from the PHP-8.0 and
PHP-8.1 branches for now. We keep it in "master" because of PR #8833
which may offer a proper fix without BC break.

show more ...

6f87a5c627-May-2022 George Peter Banyard

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

With memory streams if we get a NULL buffer we must not instantiate an empty line

93a44f8c15-Jun-2022 Heiko Weber

Fix potential use after free in php_binary_init()

Closes GH-8791.

229e80c620-Jun-2022 Dmitry Stogov

Fix memory leak

This fixes oss-fuzz #48051

e330f44312-Jun-2022 Jakub Zelenka

Fix bug #67764: fpm: syslog.ident does not work

651e0cc114-Jun-2022 Christoph M. Becker

Fix GH-8778: Integer arithmethic with large number variants fails

When casting a `variant` to `int`, we need to heed the proper `zval`
type, which is an signed 64bit integer on x64, whil

Fix GH-8778: Integer arithmethic with large number variants fails

When casting a `variant` to `int`, we need to heed the proper `zval`
type, which is an signed 64bit integer on x64, while `VT_INT` is only
a signed 32bit integer.

Closes GH-8779.

show more ...

d84b972617-Jun-2022 Pierrick Charron

Fixed CURLOPT_TLSAUTH_TYPE is not treated as a string option.

fe97a5ae17-Jun-2022 Derick Rethans

Merge remote-tracking branch 'derickr/bug77342' into PHP-8.0


b23dfe4910-Jun-2022 Derick Rethans

Skip tests on 32-bit

36990aab09-Jun-2022 Derick Rethans

Fixed bug #77243 (Weekdays are calculated incorrectly for negative years)

a83363e315-Jun-2022 Heiko Weber

FPM: Fix use after free in `fpm_evaluate_full_path`
Closes #8796.

26feb2e615-Jun-2022 Remi Collet

NEWS

390538af15-Jun-2022 Remi Collet

Fix GH-8781 ZipArchive::close deletes zip file without updating stat cache

1cd8074714-Jun-2022 Dmitry Stogov

JIT: Fix missing register store

This fixes oss-fuzz #48023

0b8e471b14-Jun-2022 Dmitry Stogov

Fix use after free

This fixes oss-fuzz #47997

445d950210-Jun-2022 Calvin Buckley

Fix handling of single-key connection strings

A connection string may contain just a single key, but
PHP used ";" as the heuristic to detect if a string was a connection
string versu

Fix handling of single-key connection strings

A connection string may contain just a single key, but
PHP used ";" as the heuristic to detect if a string was a connection
string versus plain DSN. However, a single-key connection string
would get treated like a DSN name, i.e. "DSN=*LOCAL". This makes it
so that "=" is used, as a connection string must contain a key.

Closes GH-8748.

show more ...

df4dd82e10-Jun-2022 Pierrick Charron

Fix bad integer promotion in mysqlnd big5 charset detection

62f6414110-Jun-2022 Remi Collet

[ci skip] missing CVE

2f78c1f909-Jun-2022 Jakub Zelenka

Fix and improve OpenSSL VCWD path checking test for bug #50293

cb9a48a009-Jun-2022 Jakub Zelenka

Pass signature to openssl_verify in bug81713 test

b765d4cd21-May-2022 Jakub Zelenka

Fix bug #50293 and #81713: file path checking in OpenSSL functions

It introduces a single function to check file paths passed to OpenSSL
functions. It expands the path, check null bytes

Fix bug #50293 and #81713: file path checking in OpenSSL functions

It introduces a single function to check file paths passed to OpenSSL
functions. It expands the path, check null bytes and finally does
an open basedir check.

show more ...

e2d55f2f09-Jun-2022 Pierrick Charron

Fix LONG_CHECK_VALID_INT in socket extension

52eb52d608-Jun-2022 George Peter Banyard

Backport fcba0a49fc227ea0a0c033446ccb6b5dac631f1d

Forgot this file exists in lower branches

088e567706-Jun-2022 Dmitry Stogov

Fix memory leak

This fixes oss-fuzz #47791

12345678910>>...3991