File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ PHP NEWS
17
17
incorrectly) - added new log related FPM configuration options:
18
18
log_limit, log_buffering and decorate_workers_output. (Jakub Zelenka)
19
19
20
+ - mbstring:
21
+ . Fixed bug #76594 (Bus Error due to unaligned access in zend_ini.c
22
+ OnUpdateLong). (cmb, Nikita)
23
+
20
24
- PDO_Firebird:
21
25
. Fixed bug #74462 (PDO_Firebird returns only NULLs for results with boolean
22
26
for FIREBIRD >= 3.0). (Dorin Marcoci)
Original file line number Diff line number Diff line change @@ -1502,7 +1502,7 @@ PHP_INI_BEGIN()
1502
1502
1503
1503
STD_PHP_INI_BOOLEAN ("mbstring.strict_detection" , "0" ,
1504
1504
PHP_INI_ALL ,
1505
- OnUpdateLong ,
1505
+ OnUpdateBool ,
1506
1506
strict_detection , zend_mbstring_globals , mbstring_globals )
1507
1507
PHP_INI_END ()
1508
1508
/* }}} */
You can’t perform that action at this time.
0 commit comments