phpmyadmin/test/travis.php.ini
Michal Čihař 798b772ded Disable xdebug profiler
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-04-07 09:05:48 +02:00

7 lines
168 B
INI

; PHP configuration tweaks for tests on Travis
; Load runkit and enabled override of internals
extension=runkit.so
runkit.internal_override=1
xdebug.profiler_enable=0