Skip to content

Instantly share code, notes, and snippets.

View k-msalehi's full-sized avatar
🎵
What's happening?

Mohammad Salehi k-msalehi

🎵
What's happening?
View GitHub Profile
@k-msalehi
k-msalehi / opcache.ini
Last active January 31, 2022 07:17 — forked from rohankhudedev/opcache.ini
Best Zend OpCache Settings / Tuning / Configurations
[opcache]
; Determines if Zend OPCache is enabled
opcache.enable=1
; Determines if Zend OPCache is enabled for the CLI version of PHP
;opcache.enable_cli=1
; The OPcache shared memory storage size.
opcache.memory_consumption=768