* PHP-7.4:
Fix bug #80837
- Libxml:
. Fixed bug #51903 (simplexml_load_file() doesn't use HTTP headers). (cmb)
- . Fixed bug #80713 (SegFault when disabling ATTR_EMULATE_PREPARES and
- MySQL 8.0). (Nikita)
+ - MySQLnd:
-- opcache:
- . Fixed bug #80805 (create simple class and get error in opcache.so). (Nikita)
-
-- phpdbg:
- . Fixed bug #80757 (Exit code is 0 when could not open file). (Felipe)
+ . Fixed bug #80837 (Calling stmt_store_result after fetch doesn't throw an
+ error). (Kamil Tekiela)
+
+- Opcache:
+ . Fixed bug #80786 (PHP crash using JIT). (Nikita)
+ . Fixed bug #80782 (DASM_S_RANGE_VREG on PHP_INT_MIN-1). (Dmitry)
- Session:
. Fixed bug #80774 (session_name() problem with backslash). (cmb)