History log of /PHP-8.2/ (Results 51 – 75 of 110567)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9bd2abe605-Feb-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.3'

* PHP-8.3:
Fix unlikely memory leak in case of namespace removal with extremely deep trees


ab508c9805-Feb-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix unlikely memory leak in case of namespace removal with extremely deep trees

b320aabc03-Feb-2024 David Carlier

zend call stack fixing stack limit for macOs arm64.

8MB sounded a prudent size for older 10.9 macOs release, however
with newer mac with arm64, it triggers a stack overflow.

clo

zend call stack fixing stack limit for macOs arm64.

8MB sounded a prudent size for older 10.9 macOs release, however
with newer mac with arm64, it triggers a stack overflow.

close GH-13319

show more ...

ce2d263605-Feb-2024 Tim Düsterhus

random: Reuse the seed128/seed256 helpers when seeding using the CSPRNG (#13311)

Instead of writing to the engine's state struct directly, use the helpers for
consistency.

f8c9928e05-Feb-2024 Ilija Tovilo

Fix tests with explicit opcache.log_verbosity_level setting

0016b30805-Feb-2024 Marc Bennewitz

Added DateTime[Immutable]::[get|set]Microseconds (#12557)

* Added DateTime[Immutable]::[get|set]Microseconds

f91833d205-Feb-2024 Ilija Tovilo

Fix RC inference for DECLARE_LAMBDA_FUNCTION

It doesn't seem like the VM can return RCn. However, the JIT fails without it.
I'll need to look into this more closely.

79e8f20e01-Feb-2024 Ilija Tovilo

Add type inference for various missing opcodes

Closes GH-13304

caaf9d0405-Feb-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

[ci skip] NEWS

05874d4c04-Feb-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

[ci skip] Make UPGRADING bullet points consistent

3b5986db09-Dec-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Implement GH-12908: Show attribute name/class in ReflectionAttribute dump

This is consistent with how many other Reflection classes have a name
field, and it makes debugging easier.

Implement GH-12908: Show attribute name/class in ReflectionAttribute dump

This is consistent with how many other Reflection classes have a name
field, and it makes debugging easier.

Closes GH-12908.
Closes GH-12917.

show more ...

47b05def04-Feb-2024 K

remove dead code and sillyness (#13322)

b710f6f704-Feb-2024 David Carlier

Merge branch 'PHP-8.2' into PHP-8.3


b8f10dec04-Feb-2024 David CARLIER

ZEND_ELEMENT_COUNT usage reduction. (#13324)

clang 18 is going to be released and in the meantime the counted_by
attribute usage had been constrained to true flexible arrays,
typical

ZEND_ELEMENT_COUNT usage reduction. (#13324)

clang 18 is going to be released and in the meantime the counted_by
attribute usage had been constrained to true flexible arrays,
typical cases such as type name[1] ZEND_ELEMENT_COUNT(size) no longer
build.

show more ...

9628ca7b04-Feb-2024 Peter Kokot

Fix zend_test extension name (#13321)

The zend_test extension was renamed from zend-test to zend_test in
dbe5725ff3c89b61d14dea3e97bc77331830220e. This only syncs few minor
remaining

Fix zend_test extension name (#13321)

The zend_test extension was renamed from zend-test to zend_test in
dbe5725ff3c89b61d14dea3e97bc77331830220e. This only syncs few minor
remainings.

show more ...

f9a83a4b03-Feb-2024 David Carlier

fiber fix wrong asm directives on (default) solaris build mode.

Illumos/Solaris while being 64 bits produces by default 32 bits build.
In this case building the i386 assembly.

C

fiber fix wrong asm directives on (default) solaris build mode.

Illumos/Solaris while being 64 bits produces by default 32 bits build.
In this case building the i386 assembly.

Close GH-13320

show more ...

da6a4e7904-Feb-2024 Jakub Zelenka

Merge branch 'PHP-8.3'


ae44ab4704-Feb-2024 Jakub Zelenka

Merge branch 'PHP-8.2' into PHP-8.3


1cc0a16704-Feb-2024 Peter Kokot

[skip ci] Add note about ext/imap removal in upgrading docs

The imap extension has been moved to PECL. Adding a note about configure
options changes also in the UPGRADING.INTERNALS for e

[skip ci] Add note about ext/imap removal in upgrading docs

The imap extension has been moved to PECL. Adding a note about configure
options changes also in the UPGRADING.INTERNALS for easier build scripts
adjustments.

show more ...

4778996904-Feb-2024 Máté Kocsis

Revert "Declare the missing ReflectionMethod::$name property"

This reverts commit b0e83aabec6cdc30950a69068e82ec86fd68e564.
The property is inherited from ReflectionFunctionAbstract.

b0e83aab03-Feb-2024 Máté Kocsis

Declare the missing ReflectionMethod::$name property

e8c65d7e03-Feb-2024 Peter Kokot

Remove superfluous ext/hash/murmur include on Windows (#13314)

The murmur headers are included relatively in ext/hash sources.

45b99f6b03-Feb-2024 David Carlier

Forgotten piece of GH-13309/GH-13310 previous PR

78970ef603-Feb-2024 Saki Takamachi

Fix GH-12143: Optimize round

Fixed an error in the result due to "pre-rounding" of the round function.

"Pre-rounding" has been abolished and the method of comparing numbers has

Fix GH-12143: Optimize round

Fixed an error in the result due to "pre-rounding" of the round function.

"Pre-rounding" has been abolished and the method of comparing numbers has
been changed.

Closes GH-12268.

show more ...

e328212503-Feb-2024 David Carlier

Merge branch 'PHP-8.2' into PHP-8.3


12345678910>>...4423