From ee4d21eee4deed4c051d352a3873abe0caabd345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 25 Jan 2016 09:47:49 +0100 Subject: [PATCH] Do not load runkit extension twice in tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/php-runkit.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/php-runkit.ini b/test/php-runkit.ini index 0e8d6a21eb..ee76560353 100644 --- a/test/php-runkit.ini +++ b/test/php-runkit.ini @@ -1,5 +1,7 @@ ; PHP configuration tweaks for tests on Travis -; Load runkit and enabled override of internals -extension=runkit.so +; Extension is automaticlaly enabled by PECL +; extension=runkit.so + +; Enable override of internal functions runkit.internal_override=1