History log of /PHP-8.2/ (Results 451 – 475 of 110567)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
834cb64407-Dec-2023 Saki Takamachi <34942839+SakiTakamachi@users.noreply.github.com>

Feature: ext/pdo_firebird: Add transaction isolation level and mode settings (#12815)

* Added transaction isolation level and access mode

* Raise a ValueError if an invalid value i

Feature: ext/pdo_firebird: Add transaction isolation level and mode settings (#12815)

* Added transaction isolation level and access mode

* Raise a ValueError if an invalid value is passed to PDO::FB_TRANSACTION_ISOLATION_LEVEL.

show more ...

d6d838a207-Dec-2023 Ilija Tovilo

Merge branch 'PHP-8.3'

* PHP-8.3:
Fix asan shadow memory and shared_alloc_mmap clash


8524da6d07-Dec-2023 Ilija Tovilo

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix asan shadow memory and shared_alloc_mmap clash


88ba9dc607-Dec-2023 Gina Peter Banyard

ext/mbstring: Always throw ValueErrors for invalid mb_http_input() type

5f3b4c5d07-Dec-2023 Ilija Tovilo

Merge branch 'PHP-8.3'

* PHP-8.3:
Fix max_execution_time with cli-server router script


a559a5e507-Dec-2023 Ilija Tovilo

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix max_execution_time with cli-server router script


b2483a1807-Dec-2023 Dmitry Stogov

Fix GH-12879: Function name is missing in error message on MacOS with function JIT

215c5cfe07-Dec-2023 Dmitry Stogov

Update IR

IR commit: 8b2a536d746cd31f2bf6a6cb5f5e5172969457c5

36a5f4ff07-Dec-2023 Kamil Tekiela

Improve code quality in run-tests.php (#12889)

1816403d07-Dec-2023 Frank Denis <124872+jedisct1@users.noreply.github.com>

[sodium] Add AEGIS-128L and AEGIS-256 (#12867)

Also don't prevent usage of AES-GCM on aarch64, it's been supported since libsodium 1.0.18.

Fixes #12312

e74bf42c06-Dec-2023 Gina Peter Banyard

ext/mbstring: Check conversion map only has integers

193b22fa06-Dec-2023 Gina Peter Banyard

ext/mbstring: pass true conversion map size around

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

Use diagnostic macros for the warning

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

Merge branch 'PHP-8.3'

* PHP-8.3:
Silence deprecations in zend-test


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

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Silence deprecations in zend-test


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

Merge branch 'PHP-8.3'

* PHP-8.3:
Backport deprecation warning ignores to unbreak CI


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

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Backport deprecation warning ignores to unbreak CI


a2ea452105-Dec-2023 Alex Dowad

Return early from mb_get_substr if 'len' parameter is zero

This internal function is used to implement mb_strstr, mb_stristr,
mb_strrchr, mb_strrichr, mb_substr, mb_strimwidth, mb_trim,

Return early from mb_get_substr if 'len' parameter is zero

This internal function is used to implement mb_strstr, mb_stristr,
mb_strrchr, mb_strrichr, mb_substr, mb_strimwidth, mb_trim, and
mb_str_pad. All of these functions will be faster if we return
early when requested for a zero-length "substring".

show more ...

56077b0304-Dec-2023 Alex Dowad

Return early from mb_strcut if 'len' parameter is zero

6f569b4206-Dec-2023 Remi Collet

Merge branch 'PHP-8.3'

* PHP-8.3:
fix function declaration isn't a prototype [-Wstrict-prototypes]


6d50e58106-Dec-2023 Remi Collet

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
fix function declaration isn't a prototype [-Wstrict-prototypes]


8b1cfd5506-Dec-2023 David CARLIER

adding devnexen for ext/intl. (#12881)

683e787804-Dec-2023 David Carlier

Fix GH-12727: NumberFormatter constructor throws an exception on invalid locale.

Also re-establishing exception throwing on IntlDateFormatter constructor
overwritten by accident most lik

Fix GH-12727: NumberFormatter constructor throws an exception on invalid locale.

Also re-establishing exception throwing on IntlDateFormatter constructor
overwritten by accident most likely so postponing it for next major
release.

Close GH-12868

show more ...

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

Struct-pack stream-related data in ftpbuf (#12877)

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

Merge branch 'PHP-8.3'

* PHP-8.3:
Fix GH-12854: 8.3 - as final trait-used method does not correctly report visibility in Reflection


1...<<11121314151617181920>>...4423