History log of /PHP-8.1/NEWS (Results 376 – 400 of 14214)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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

# f702f87f 16-Oct-2022 Arnaud Le Blanc

[ci skip] NEWS

# 24c29708 13-Oct-2022 Christoph M. Becker

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Fix GH-9720: Null pointer dereference while serializing the response


# e440e37f 13-Oct-2022 Christoph M. Becker

Fix GH-9720: Null pointer dereference while serializing the response

When traversing the result array, we need to cater to `param_name`
possibly being `NULL`. Prior to PHP 7.0.0, this w

Fix GH-9720: Null pointer dereference while serializing the response

When traversing the result array, we need to cater to `param_name`
possibly being `NULL`. Prior to PHP 7.0.0, this was implicitly done
because `param_name` was of type `char*`.

Closes GH-9739.

show more ...

# 7e14d246 11-Oct-2022 Christoph M. Becker

Fix potential heap corruption due to alignment mismatch

The fix for bug 63327[1] changed the extra size of mysqlnd allocations
from `sizeof(size_t)` to the properly aligned values; howev

Fix potential heap corruption due to alignment mismatch

The fix for bug 63327[1] changed the extra size of mysqlnd allocations
from `sizeof(size_t)` to the properly aligned values; however, the
allocation in `_mysqlnd_pestrdup()` has apparently been overlooked,
which (currently) causes detectable heap corruption when running
mysqli_get_client_stats.phpt on 32bit Windows versions.

[1] <https://github.com/php/php-src/commit/338a47bb856872f9ab0db94e867333d73279ca85>

Closes GH-9724.

show more ...

# 865161af 11-Oct-2022 Ben Ramsey

PHP-8.1 is now for PHP 8.1.13-dev

# dd394b3d 11-Oct-2022 Gabriel Caruso

Prepare for PHp 8.0.26

# 20680b88 10-Oct-2022 Christoph M. Becker

[ci skip] Add missing NEWS entry

# be53e5e5 18-Sep-2022 David Carlier

Fix GH-9566: disable assembly for Fiber on FreeBSD i386.

preparing in case there is more architectures especially the not tested.

# 878b20bd 01-Oct-2022 Arnaud Le Blanc

[ci skip] NEWS

# 33375e92 01-Oct-2022 Arnaud Le Blanc

[ci skip] NEWS

# 12c3636d 30-Sep-2022 Remi Collet

add missing CVEs

# b0cc5ed9 30-Sep-2022 Remi Collet

add missing CVEs

# ad8d00b4 28-Sep-2022 Derick Rethans

Prepare for next release

# 0b4e1533 28-Sep-2022 Derick Rethans

Prepare for 7.4.32

# 72cb4733 27-Sep-2022 George Peter Banyard

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Fix GH-9583: session_create_id() fails with user defined save handler that doesn't have a validateId() method


# 8b115254 24-Sep-2022 George Peter Banyard

Fix GH-9583: session_create_id() fails with user defined save handler that doesn't have a validateId() method

# 6f586ef9 27-Sep-2022 Derick Rethans

Add CVEs

# 52f4ed16 20-Sep-2022 wxue1

Indirect call reduction for Jit code

Changing indirect call to direct call for Jit code
benefits the branch prediction, which gets 1% performance
gain in our workload.
Similarly,

Indirect call reduction for Jit code

Changing indirect call to direct call for Jit code
benefits the branch prediction, which gets 1% performance
gain in our workload.
Similarly, we change indirect jump to direct jump.

Signed-off-by: Su, Tao <tao.su@intel.com>
Signed-off-by: Wang, Xue <xue1.wang@intel.com>

show more ...

# 54701ea3 18-Sep-2022 Anatol Belski

NEWS: Add entry for GH-8805

[ci skip]

Signed-off-by: Anatol Belski <ab@php.net>

# 559da529 13-Sep-2022 Sara Golemon

Bump for 8.0.25

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