]> granicus.if.org Git - php/commitdiff
Set opcache.optimization_level=0 in test
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 16 Dec 2019 19:23:17 +0000 (20:23 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 16 Dec 2019 19:23:17 +0000 (20:23 +0100)
Otherwise opcache "inlines" the function, which causes a minor
difference in destruction behavior.

Zend/tests/bug78973.phpt

index e18c761ca612fd2166965f24b80dbeeda173da9f..e1286e0a85116bcf26fb8510fbf5a0c921c97b68 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #78973: Destructor during CV freeing causes segfault if opline never saved
+--INI--
+opcache.optimization_level=0
 --FILE--
 <?php