From 517bbb14fd76610a9ce800a9bb15b89d8155631c Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Wed, 13 Jul 2016 10:21:39 +0200 Subject: [PATCH] Disable optimizer when it conflicts with phpdbg tests --- sapi/phpdbg/tests/watch_001.phpt | 2 ++ sapi/phpdbg/tests/watch_004.phpt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sapi/phpdbg/tests/watch_001.phpt b/sapi/phpdbg/tests/watch_001.phpt index f1d1471162..966c3015f7 100644 --- a/sapi/phpdbg/tests/watch_001.phpt +++ b/sapi/phpdbg/tests/watch_001.phpt @@ -1,5 +1,7 @@ --TEST-- Test simple recursive watchpoint +--INI-- +opcache.optimization_level=0 --PHPDBG-- b 3 r diff --git a/sapi/phpdbg/tests/watch_004.phpt b/sapi/phpdbg/tests/watch_004.phpt index 46b97e16bf..98c8afd085 100644 --- a/sapi/phpdbg/tests/watch_004.phpt +++ b/sapi/phpdbg/tests/watch_004.phpt @@ -1,5 +1,7 @@ --TEST-- Test detection of inline string manipulations on zval watch +--INI-- +opcache.optimization_level=0 --PHPDBG-- b 3 r -- 2.50.1