Skip to content

Commit 3a9be7e

Browse files
skip if jit is enabled
1 parent 4b72343 commit 3a9be7e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

NEWS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ PHP NEWS
1414
array). (ilutov)
1515
. Fixed bug GH-19480 (error_log php.ini cannot be unset when open_basedir is
1616
configured). (nielsdos)
17-
. Fixed bug GH-16319 (Prevent crash when displaying fiber backtrace with
18-
a null filename). (alexandre-daubois)
1917

2018
- Date:
2119
. Fixed GH-17159: "P" format for ::createFromFormat swallows string literals.

ext/zend_test/tests/observer_fiber_backtrace_crash.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ zend_test
55
--INI--
66
zend_test.observer.enabled=1
77
zend_test.observer.show_init_backtrace=1
8+
opcache.jit=0
89
--FILE--
910
<?php
1011
$fiber = new Fiber(function() {});

0 commit comments

Comments
 (0)