Do not load runkit extension twice in tests

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-01-25 09:47:49 +01:00
parent 56f9b32353
commit ee4d21eee4

View File

@ -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