History log of /PHP-8.0/ (Results 51 – 75 of 99768)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2669ed7d24-Oct-2022 Stanislav Malyshev

Update NEWS

1d83a40724-Oct-2022 Stanislav Malyshev

Merge branch 'PHP-7.4' into PHP-8.0


d50532be18-Oct-2022 Christoph M. Becker

Fix #81739: OOB read due to insufficient validation in imageloadfont()

If we swap the byte order of the relevant header bytes, we need to make
sure again that the following multiplicatio

Fix #81739: OOB read due to insufficient validation in imageloadfont()

If we swap the byte order of the relevant header bytes, we need to make
sure again that the following multiplication does not overflow.

show more ...

45e224cf22-Oct-2022 Adam Saponara

Fix GH-9709: Guard against current_execute_data==NULL in is_handle_exception_set

fa1b6ab522-Oct-2022 Jakub Zelenka

Fix GH-8430: OpenSSL compiled with old disgests does not build

Specifically no-md2, no-md4 or no-rmd160 were not supported

845c6b3b22-Oct-2022 Arnaud Le Blanc

[ci skip] NEWS

9940970918-Oct-2022 Benoit

Fix compilation warning

26c7c82d21-Oct-2022 Arnaud Le Blanc

Fix crash when memory limit is exceeded during generator initialization

beff427821-Oct-2022 Stanislav Malyshev

Merge branch 'PHP-7.4' into PHP-8.0


248f647721-Oct-2022 Stanislav Malyshev

Fix bug #81738 (buffer overflow in hash_update() on long parameter)

d52f045108-Oct-2022 Ilija Tovilo

Fix cli server blocking on accept when using multiple workers

Fixes GH-9400
Closes GH-9693

4071e18620-Oct-2022 Ilija Tovilo

[skip ci] Mark frequently failing hrtime test as XFAIL

4e8a655420-Oct-2022 Ilija Tovilo

Fix failing date test

INCLUDE_END_DATE has only been introduced in PHP 8.2.

011b7f9819-Oct-2022 Derick Rethans

Test for bug #78055 (DatePeriod's getRecurrences and ->recurrences don't match)

41a6a29817-Oct-2022 Derick Rethans

Update NEWS

7b48053217-Oct-2022 Derick Rethans

Fixed GH-9763: DateTimeZone ctr mishandles input and adds null byte if the argument is an offset larger than 100*60 minutes

cefb228e17-Oct-2022 Dmitry Stogov

Discard disasm symbols on opcache restart

629fcb6a16-Oct-2022 Tim Düsterhus

Update to actions/checkout@v3 (#9759)

The relevant difference is that the v3 uses a newer node.js version. GitHub
currently warns when using v2, as the node.js version used is deprecated

Update to actions/checkout@v3 (#9759)

The relevant difference is that the v3 uses a newer node.js version. GitHub
currently warns when using v2, as the node.js version used is deprecated:

> Node.js 12 actions are deprecated. For more information see:
> https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
> Please update the following actions to use Node.js 16: actions/checkout,
> actions/checkout

show more ...

f702f87f16-Oct-2022 Arnaud Le Blanc

[ci skip] NEWS

86e1fea314-Oct-2022 Arnaud Le Blanc

Restore extra_named_params when restoring frozen call stack

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

24963be812-Oct-2022 Derick Rethans

Updated to version 2022.5 (2022e)

dd394b3d11-Oct-2022 Gabriel Caruso

Prepare for PHp 8.0.26

2c8f2e9310-Oct-2022 Ilija Tovilo

Increase job timeout for ASAN/UBSAN build

d9651a9410-Oct-2022 Dmitry Stogov

Fix GH-9697: array_walk($ffiInstance, function () {}) crashes due to expecting mutable array

12345678910>>...3991