History log of /PHP-8.0/NEWS (Results 76 – 100 of 13476)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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.


# bd679337 07-Jul-2022 Heiko Weber

FPM: Fix possible double free on configuration load failure.

Closes #8948.


# 2e58e9e6 07-Jul-2022 Remi Collet

[ci skip] drop NEWS entry for reverted fix


# 8fce70ae 01-Jul-2022 George Peter Banyard

Abort LMDB transaction whe trying to delete non-existing key


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


# 7cf6f173 29-Jun-2022 Dmitry Stogov

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


# 325ca31d 15-Jun-2022 Heiko Weber

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


# 973c3f6e 24-Jun-2022 Derick Rethans

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


# 9405f43b 23-Jun-2022 Christoph M. Becker

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

Closes GH-8849.


# fcd69a4e 21-Jun-2022 Gabriel Caruso

Prepare for 8.0.22


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


# 6f87a5c6 27-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


# 93a44f8c 15-Jun-2022 Heiko Weber

Fix potential use after free in php_binary_init()

Closes GH-8791.


# e330f443 12-Jun-2022 Jakub Zelenka

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


# 651e0cc1 14-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 ...


# d84b9726 17-Jun-2022 Pierrick Charron

Fixed CURLOPT_TLSAUTH_TYPE is not treated as a string option.


# fe97a5ae 17-Jun-2022 Derick Rethans

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


# a83363e3 15-Jun-2022 Heiko Weber

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

# 26feb2e6 15-Jun-2022 Remi Collet

NEWS

# 445d9502 10-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 ...

# 62f64141 10-Jun-2022 Remi Collet

[ci skip] missing CVE

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

# ae8c2bc1 03-Jun-2022 Remi Collet

NEWS for GH-8685

# df52903e 25-May-2022 Yurun

Closes GH-8626: Fix PDOStatement->execute() failed.
Then execute successfully, errorInfo() information is incorrect

# d5e57268 20-May-2022 Derick Rethans

Fixed bug #78139 (timezone_open accepts invalid timezone string argument).

12345678910>>...540