. Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM
configuration options). (Anatol Belski)
. Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas)
+ . Fixed bug #69212 (Leaking VIA_HANDLER func when exception thrown in
+ __call/... arg passing). (Nikita)
+ . Fixed bug #69221 (Segmentation fault when using a generator in combination
+ with an Iterator). (Nikita)
+
+- Enchant:
+ . Fixed bug #65406 (Enchant broker plugins are in the wrong place in windows
+ builds). (Anatol)
+ - Ereg:
+ . Fixed bug #69248 (heap overflow vulnerability in regcomp.c). (Stas)
+
+- Filter:
+ . Fixed bug #69202 (FILTER_FLAG_STRIP_BACKTICK ignored unless other
+ flags are used). (Jeff Welch)
+ . Fixed bug #69203 (FILTER_FLAG_STRIP_HIGH doesn't strip ASCII 127). (Jeff
+ Welch)
+
+- Mbstring:
+ . Fixed bug #68846 (False detection of CJK Unified Ideographs Extension E).
+ (Masaki Kagaya)
+
- SOAP:
. Fixed bug #69085 (SoapClient's __call() type confusion through
unserialize()). (Dmitry)