We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b72343 commit 3a9be7eCopy full SHA for 3a9be7e
NEWS
@@ -14,8 +14,6 @@ PHP NEWS
14
array). (ilutov)
15
. Fixed bug GH-19480 (error_log php.ini cannot be unset when open_basedir is
16
configured). (nielsdos)
17
- . Fixed bug GH-16319 (Prevent crash when displaying fiber backtrace with
18
- a null filename). (alexandre-daubois)
19
20
- Date:
21
. Fixed GH-17159: "P" format for ::createFromFormat swallows string literals.
ext/zend_test/tests/observer_fiber_backtrace_crash.phpt
@@ -5,6 +5,7 @@ zend_test
5
--INI--
6
zend_test.observer.enabled=1
7
zend_test.observer.show_init_backtrace=1
8
+opcache.jit=0
9
--FILE--
10
<?php
11
$fiber = new Fiber(function() {});
0 commit comments