File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ PHP NEWS
14
14
array). (ilutov)
15
15
. Fixed bug GH-19480 (error_log php.ini cannot be unset when open_basedir is
16
16
configured). (nielsdos)
17
- . Fixed bug GH-16319 (Prevent crash when displaying fiber backtrace with
18
- a null filename). (alexandre-daubois)
19
17
20
18
- Date:
21
19
. Fixed GH-17159: "P" format for ::createFromFormat swallows string literals.
Original file line number Diff line number Diff line change 2
2
GH-16319 (Fiber backtrace with null filename should not crash)
3
3
--EXTENSIONS--
4
4
zend_test
5
+ --SKIPIF--
6
+ <?php
7
+ if (extension_loaded ('Zend OPcache ' ) && ini_parse_quantity (ini_get ('opcache.jit_buffer_size ' )) > 0 ) {
8
+ die ('skip JIT interferes with observer output ' );
9
+ }
10
+ ?>
5
11
--INI--
6
12
zend_test.observer.enabled=1
7
13
zend_test.observer.show_init_backtrace=1
You can’t perform that action at this time.
0 commit comments