; This config file provisions the required PHP extensions for cache drivers on travis extension = "apc.so" extension = "memcache.so" apc.enable_cli = 1 ; The APC opcode cache needs to be disabled to avoid https://github.com/composer/composer/issues/264 ; This allows us to use the user cache apc.max_file_size = 0 apc.cache_by_default = 0