History log of /PHP-8.1/ (Results 176 – 200 of 105955)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e1396a3128-Aug-2023 Jakub Zelenka

Fix flaky file stat tests due to changing nature of atime

bffc744726-Aug-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Add missing EXTENSIONS section to DOM tests

b1ce1d1f24-Aug-2023 Kamil Tekiela

Fix param name in implode() error message

ba07a0b823-Aug-2023 Ilija Tovilo

Move installation of oracle instant client in GHA

Closes GH-12033

20ac42e119-Aug-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix memory leak when setting an invalid DOMDocument encoding

Because the failure path did not release the string, there was a memory
leak.
As the only valid types for this function a

Fix memory leak when setting an invalid DOMDocument encoding

Because the failure path did not release the string, there was a memory
leak.
As the only valid types for this function are IS_NULL and IS_STRING, we
and IS_NULL is always rejected in practice, solve the issue by not using
a function that increments the refcount in the first place.

Closes GH-12002.

show more ...

fc8d5c7219-Aug-2023 David Carlier

ext/iconv: fix build for netbsd.

NetBSD still adopts the old iconv signature for buffer inputs.
The next release will too so we can assume it will remain that way for
a while.

ext/iconv: fix build for netbsd.

NetBSD still adopts the old iconv signature for buffer inputs.
The next release will too so we can assume it will remain that way for
a while.

Close GH-12001

show more ...

ffd398b417-Aug-2023 Kamil Tekiela

Fix failing test on nightly

dd01c74a17-Aug-2023 Ilija Tovilo

Remove redundant condition

Never refactor code just before pushing

f78d1d0d12-Aug-2023 Ilija Tovilo

Fix segfault in format_default_value due to unexpected enum/object

Evaluating constants at comptime can result in arrays that contain objects. This
is problematic for printing the defaul

Fix segfault in format_default_value due to unexpected enum/object

Evaluating constants at comptime can result in arrays that contain objects. This
is problematic for printing the default value of constant ASTs containing
objects, because we don't actually know what the constructor arguments were.
Avoid this by not propagating array constants.

Fixes GH-11937
Closes GH-11947

show more ...

c1103a9724-Mar-2023 Kamil Tekiela

Fix implicit/explicit port in mysqlnd

6e3f93f215-Aug-2023 Patrick Allaert

PHP-8.1 is now for PHP 8.1.24-dev

b71c6b2c13-Aug-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix #81992: SplFixedArray::setSize() causes use-after-free

Upon resizing, the elements are destroyed from lower index to higher
index. When an element refers to an object with a destruct

Fix #81992: SplFixedArray::setSize() causes use-after-free

Upon resizing, the elements are destroyed from lower index to higher
index. When an element refers to an object with a destructor, it can
refer to a lower (i.e. already destroyed) element, causing a uaf.
Set refcounted zvals to NULL after destroying them to avoid a uaf.

Closes GH-11959.

show more ...

2012fd3f21-Apr-2023 David CARLIER

ci update freebsd image to the 13.2 image (#11110)

902d39d514-Aug-2023 Ilija Tovilo

Use per-branch matrix for windows nightly

I forgot this in the last PR.

0d922aa509-Aug-2023 Kamil Tekiela

Fix error checking in mysqlnd

Closes GH-11925

248e6b0409-Aug-2023 Ilija Tovilo

Remove i386 Linux from push

Testing this in nightly is sufficient. 32-bit problems are rare.

Closes GH-11922

90f514cf09-Aug-2023 Ilija Tovilo

Add Windows build to nightly

Also stop running 32-bit in push, it's really not necessary.

0e843c5d10-Aug-2023 Ilija Tovilo

Fix EXPECT for bug52820.phpt on newer curl versions

New curl versions have a "processing: url" line. The connection number in
"Closing connection" is apparently also dropped.

3af76b2310-Aug-2023 Ilija Tovilo

Fix curl_basic_009.phpt for newer curl versions

4833b84809-Aug-2023 Derick Rethans

Fix GH-11416: Crash with DatePeriod when uninitialised objects are passed in

d19e4da107-Aug-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix segfault when DOMParentNode::prepend() is called when the child disappears

Closes GH-11906.

4cbc66d508-Aug-2023 George Peter Banyard

Fix skipif condition on new test

I'm an idiot, messed up the condition when tweaking the test manually before committing.

cbfd737604-Aug-2023 Athos Ribeiro

Fix off-by-one bug when truncating tempnam prefix

The tempnam documentation currently states that "Only the first 63
characters of the prefix are used, the rest are ignored". However whe

Fix off-by-one bug when truncating tempnam prefix

The tempnam documentation currently states that "Only the first 63
characters of the prefix are used, the rest are ignored". However when
the prefix is 64 characters-long, the current implementation fails to
strip the last character, diverging from the documented behavior. This
patch fixes the implementation so it matches the documented behavior for
that specific case where the prefix is 64 characters long.

Closes GH-11870

Signed-off-by: George Peter Banyard <girgias@php.net>

show more ...

77252afa08-Aug-2023 Máté Kocsis

Fix return type of odbc_data_source()

df6e8bd405-Aug-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix viable next sibling search for replaceWith

Closes GH-11888.

12345678910>>...4239