- ODBC:
. Fixed bug #80592 (all floats are the same in ODBC parameters). (cmb)
+- Opcache:
+ . Fixed bug #80422 (php_opcache.dll crashes when using Apache 2.4 with JIT).
+ (Dmitry)
+
- PDO_Firebird:
. Fixed bug #80521 (Parameters with underscores no longer recognized). (cmb,
Simonov Denis)
static void zend_jit_trace_reset_caches(void)
{
JIT_G(tracing) = 0;
+#ifdef ZTS
+ if (!JIT_G(exit_counters)) {
+ JIT_G(exit_counters) = calloc(JIT_G(max_exit_counters), 1);
+ }
+#endif
}
static void zend_jit_trace_restart(void)