Skip to content

Commit 96d137b

Browse files
author
Lou van der Laarse
committed
Fixed APCu not enabling due to being disabled
--- weprovide#49 should be resolved with the new homebrew/core php management.
1 parent 51fd3bb commit 96d137b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

cli/stubs/z-performance.ini

+2-4
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,11 @@ opcache.protect_memory = 0
5454
apc.cache_by_default = false
5555

5656
[apcu]
57-
; apcu and php-fpm cause valet to hang, so we turn off apcu for now.
58-
; See https://github.com/weprovide/valet-plus/issues/49
59-
apc.enabled=0
57+
apc.enabled=1
6058
apc.shm_size=512M
6159
apc.ttl=7200
6260
apc.mmap_file_mask=/tmp/apc.XXXXXX
63-
apc.enable_cli=0
61+
apc.enable_cli=1
6462

6563
[xdebug]
6664
xdebug.remote_enable=1

0 commit comments

Comments
 (0)