History log of /PHP-8.2/ (Results 176 – 200 of 110567)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
120bd36422-Dec-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix crashes with entity references and predefined entities

Closes GH-13004.

dcd2a0dd17-Jan-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Make return type of trigger_error() and user_error() true (#13169)

45f8cfaf17-Jan-2024 Tim Düsterhus

random: Split the uint128 implementation into its own header (#13132)

The implementation of `php_random_uint128_*` exists specifically for
pcgoneseq128xslrr66 and takes up a third of php

random: Split the uint128 implementation into its own header (#13132)

The implementation of `php_random_uint128_*` exists specifically for
pcgoneseq128xslrr66 and takes up a third of php_random.h. Split it into its own
header to keep php_random.h focused on the functionality directly related to
randomness.

show more ...

07d2fcc917-Jan-2024 Ilija Tovilo

Merge branch 'PHP-8.3'

* PHP-8.3:
Fix range inference since "proper-range-semantics" RFC


42cbace116-Jan-2024 Ilija Tovilo

Fix range inference since "proper-range-semantics" RFC

* Arrays returned from range are never empty
* When step is a double value representable by a long, it is coerced implicitly.

Fix range inference since "proper-range-semantics" RFC

* Arrays returned from range are never empty
* When step is a double value representable by a long, it is coerced implicitly.
As such, passing a double step no longer guarantees that the result is a
non-int array.

Closes GH-13166

show more ...

d5dae8bd17-Jan-2024 Peter Kokot

[skip ci] Update upgrading docs for build related changes (#13176)

This updates the UPGRADING documents with current build system changes
done since the PHP-8.3 release.

2bacd4e117-Jan-2024 Dmitry Stogov

Update IR

IR commit: 34aeda97a5febe81fb53a679800f8c6cd802c847

822769f417-Jan-2024 divinity76

missing SKIP_ONLINE_TESTS (#13155)

* missing SKIP_ONLINE_TESTS

gethostbynamel may contact DNS servers, so it should be skipped if SKIP_ONLINE_TESTS , and on a AMD Ryzen 9 7950x WSL

missing SKIP_ONLINE_TESTS (#13155)

* missing SKIP_ONLINE_TESTS

gethostbynamel may contact DNS servers, so it should be skipped if SKIP_ONLINE_TESTS , and on a AMD Ryzen 9 7950x WSL Ubuntu this test took ~2 seconds (some DNS timeout i guess?) so it should also have SKIP_SLOW_TESTS

* error message nitpick

show more ...

50c51d0917-Jan-2024 divinity76

missing SKIP_SLOW_TESTS (#13156)

* missing SKIP_SLOW_TESTS

this test took 2 seconds to execute on a 5GHz AMD Ryzen 9 7950x (one of AMD's fastest single-thread-performance CPUs), it

missing SKIP_SLOW_TESTS (#13156)

* missing SKIP_SLOW_TESTS

this test took 2 seconds to execute on a 5GHz AMD Ryzen 9 7950x (one of AMD's fastest single-thread-performance CPUs), it should have SKIP_SLOW_TESTS

* skip message nitpick

show more ...

e3f118e317-Jan-2024 Peter Kokot

Fix typo in FFI 77706 test title

This test is for the bug 77706 (Improve error messages in FFI for
incompatible arguments).

[skip ci]

dd141f9e17-Jan-2024 Jorg Adam Sowa

add missing keywords to parser fuzzer dict from PHP 7.4 to 8.3 (#13160)

* Added missing keywords to parser fuzzer dict from PHP 7.4 to 8.3

* Added null return type

6d0a3e8617-Jan-2024 divinity76

[skip ci] accidentally used print() instead of die() (#13158)

23b94cb516-Jan-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.3'

* PHP-8.3:
Fix GH-13071: Copying large files using mmap-able source streams may exhaust available memory and fail


47454cb716-Jan-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix GH-13071: Copying large files using mmap-able source streams may exhaust available memory and fail


8d5c3e6716-Jan-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Introduce %S modifier and use it (#13168)

055c886116-Jan-2024 Dmitry Stogov

Merge branch 'PHP-8.3'

* PHP-8.3:
Fix zend_may_throw() for FETCH_DIM_IS and ISSET_ISEMPTY_DIM_OBJ


b046143516-Jan-2024 Dmitry Stogov

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix zend_may_throw() for FETCH_DIM_IS and ISSET_ISEMPTY_DIM_OBJ


4091d24016-Jan-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.3'

* PHP-8.3:
Fix GH-13097: Anonymous class reference in trigger_error / thrown Exception


764360b116-Jan-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix GH-13097: Anonymous class reference in trigger_error / thrown Exception


92d53c8b16-Jan-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.3'

* PHP-8.3:
Fix missing error check in curl_multi_init()


83c8d02616-Jan-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix missing error check in curl_multi_init()


c334de8a16-Jan-2024 Saki Takamachi

[skip ci] Fixed NEWS

bdd7711b16-Jan-2024 Saki Takamachi

Merge branch 'PHP-8.3'

* PHP-8.3:
Fix GH-13119 (#13125)


f234104316-Jan-2024 Saki Takamachi

Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2:
Fix GH-13119 (#13125)


36b1695d15-Jan-2024 Peter Kokot

Fix redundant double dash in mbstring test output

12345678910>>...4423