History log of /php-src/NEWS (Results 1651 – 1675 of 15454)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# d86141a8 09-Jul-2022 Arnaud Le Blanc

[ci skip] NEWS

# 5e0b2e53 08-Jul-2022 David Carlier

Merge branch 'PHP-8.0' into PHP-8.1


# 7c3dfbb8 08-Jul-2022 David Carlier

intl extension, build fix for icu >= 69.x release. ubrk/ucnv_safeClone had been deprecated in favor of ubrk/ucnv_clone which does not use user provided stacks but remain thread safe.

# e8092544 07-Jul-2022 Michael Voříšek

Fix GH-8924 str_split of empty string must return empty array

Closes #8945.

# 4df3dd76 08-Jul-2022 Arnaud Le Blanc

Reduce memory allocated by var_export, json_encode, serialize, and other (#8902)

smart_str uses an over-allocated string to optimize for append operations. Functions that use smart_str tend

Reduce memory allocated by var_export, json_encode, serialize, and other (#8902)

smart_str uses an over-allocated string to optimize for append operations. Functions that use smart_str tend to return the over-allocated string directly. This results in unnecessary memory usage, especially for small strings.

The overhead can be up to 231 bytes for strings smaller than that, and 4095 for other strings. This can be avoided for strings smaller than `4096 - zend_string header size - 1` by reallocating the string.

This change introduces `smart_str_trim_to_size()`, and calls it in `smart_str_extract()`. Functions that use `smart_str` are updated to use `smart_str_extract()`.

Fixes GH-8896

show more ...

# 9b5a2635 08-Jul-2022 David Carlier

Merge branch 'PHP-8.0' into PHP-8.1


# bd679337 07-Jul-2022 Heiko Weber

FPM: Fix possible double free on configuration load failure.

Closes #8948.

# d3c86527 07-Jul-2022 Ayesh Karunaratne

Update mime-db from 1.45.0 to 1.52.0

Updates the the mime types supported by the built-in PHP server to match the mime types available from upstream `mime-db` database.
This updates the

Update mime-db from 1.45.0 to 1.52.0

Updates the the mime types supported by the built-in PHP server to match the mime types available from upstream `mime-db` database.
This updates the `mime-db` version from `v1.45.0` (released in 2020 Sep) to `v1.52.0` (latest, released in 2022 Feb), and syncs the mime types by running the mime type ingestion script.

show more ...

# 5174ee23 01-May-2022 David CARLIER

FPM add routing view global option (for FreeBSD for now).

set the route table FIB id to the sockets created within FPM up to
the max set by the system, avoiding having to use setfib comm

FPM add routing view global option (for FreeBSD for now).

set the route table FIB id to the sockets created within FPM up to
the max set by the system, avoiding having to use setfib command line.
Closes #8470.

show more ...

# f6de748d 07-Jul-2022 Pierrick Charron

[ci skip] Update news

# de202a5f 07-Jul-2022 Remi Collet

[ci skip] drop NEWS entry for reverted fix

# 2e58e9e6 07-Jul-2022 Remi Collet

[ci skip] drop NEWS entry for reverted fix

# b22d2bf5 05-Jul-2022 David Carlier

intl extension, build fix for icu >= 71.x release.

ubrk/ucnv_safeClone had been deprecated in favor
of ubrk/ucnv_clone which does not use user provided stacks
but remain thread safe.

intl extension, build fix for icu >= 71.x release.

ubrk/ucnv_safeClone had been deprecated in favor
of ubrk/ucnv_clone which does not use user provided stacks
but remain thread safe.
Closes #8930.

show more ...

# 6c29ac3d 05-Jul-2022 Ben Ramsey

Move NEWS entry to PHP 8.1.8

# 82bcc94b 05-Jul-2022 Sergey Panteleev

[ci skip] Update NEWS for PHP 8.2.0 beta1

# f0c679c7 05-Jul-2022 Stanislav Malyshev

fix NEWS

# 718782b8 05-Jul-2022 Stanislav Malyshev

Merge branch 'PHP-8.1'


# 13dcd219 05-Jul-2022 Stanislav Malyshev

[ci skip] Update news

# dfbb4252 04-Jul-2022 David Carlier

Use `safe_*erealloc*` flavor in few places to mitigate possible overflows.

# 0ad8b64b 01-Jul-2022 David Carlier

Follow up on #8897 but on master which instead does not use the old custom alloca.
Closes #8905.

# 1d0c287b 01-Jul-2022 George Peter Banyard

Abort LMDB transaction whe trying to delete non-existing key

# 8fce70ae 01-Jul-2022 George Peter Banyard

Abort LMDB transaction whe trying to delete non-existing key

# 11057372 10-Mar-2022 Ilija Tovilo

Disallow assigning reference to unset readonly property

Closes GH-7942
Closes GH-8188

# 1a5414cd 01-Jul-2022 David CARLIER

Revert "Merge branch 'PHP-8.1'"

This reverts commit 6876c202ea08cac1a05a0461a677e45ea669692e, reversing
changes made to a1934273337ed68ec8eddf714c34631f0b23bdfe.

# 6876c202 01-Jul-2022 David Carlier

Merge branch 'PHP-8.1'


1...<<61626364656667686970>>...619