We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ca889 commit 1112fefCopy full SHA for 1112fef
extension/opcache.md
@@ -0,0 +1,6 @@
1
+### php opcache enable windows
2
+```sh
3
+zend_extension=php_opcache.dll
4
+opcache.enable=On
5
+opcache.enable_cli=On
6
+```
0 commit comments