* PHP-7.1:
Fixed finding CURL on systems with multiarch support
. Fixed bug #74947 (Segfault in scanner on INF number). (Laruence)
. Fixed bug #74954 (null deref and segfault in zend_generator_resume()). (Bob)
+- CLI:
+ . Fixed bug #74979 (Interactive shell opening instead of script execution
+ with -f flag). (Anatol)
+
+ - cURL:
+ . Fixed bug #74125 (Fixed finding CURL on systems with multiarch support).
+ (cebe)
+
- Mbstring:
+ . Fixed bug #69267 (mb_strtolower fails on titlecase characters). (Nikita)
. Fixed bug #71606 (Segmentation fault mb_strcut with HTML-ENTITIES encoding).
(cmb)