Do not load runkit extension twice in tests
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
56f9b32353
commit
ee4d21eee4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user