We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12948a commit 31b7961Copy full SHA for 31b7961
php-fpm/php.ini.example
@@ -28,6 +28,11 @@ opcache.fast_shutdown = 1
28
opcache.enable_file_override = 1
29
opcache.huge_code_pages = 1
30
31
+; APCu Settings
32
+apc.enabled = 1
33
+apc.enable_cli = 1
34
+apc.shm_size = 128M
35
+
36
; Xdebug Configuration (if extension is loaded)
37
xdebug.mode = debug
38
xdebug.start_with_request = trigger
workspace/php.ini.example
0 commit comments