1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

mbstring: fix missing copying of detect_order_list to current_detect_order_list on ini_set('mbstring.detect_order', string)

Closes GH-20523.
This commit is contained in:
Tobias Vorwachs
2025-11-18 17:15:06 +01:00
committed by Alex Dowad
parent 1848bcddfd
commit 6b197ee4ed
4 changed files with 81 additions and 0 deletions

View File

@@ -98,6 +98,13 @@ PHP 8.6 UPGRADE NOTES
When used along with ZEND_JIT_DEBUG_TRACE_EXIT_INFO, the source of exit
points is printed in exit info output, in debug builds.
- Mbstring:
. The mbstring.detect_order INI directive now updates the internal detection
order when changed at runtime via ini_set(). Previously, runtime changes
using ini_set() did not take effect for mb_detect_order(). Setting the
directive to NULL or an empty string at runtime now leaves the previously
configured detection order unchanged.
========================================
12. Windows Support
========================================