Skip to content

Commit 77e131d

Browse files
committed
Set opcache.optimization_level=0 in test
Otherwise opcache "inlines" the function, which causes a minor difference in destruction behavior.
1 parent d82a2f6 commit 77e131d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Zend/tests/bug78973.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #78973: Destructor during CV freeing causes segfault if opline never saved
3+
--INI--
4+
opcache.optimization_level=0
35
--FILE--
46
<?php
57

0 commit comments

Comments
 (0)