Skip to content

Commit 1112fef

Browse files
author
S. M. AMRAN
authored
Create opcache.md
1 parent 59ca889 commit 1112fef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

extension/opcache.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)