Skip to content

Commit b97c9dc

Browse files
PeeHaakocsismate
authored andcommitted
Added opcache extension to inis
Extensions are not loaded by default (commented out) Closes GH-5136
1 parent 19222b8 commit b97c9dc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

php.ini-development

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,8 @@ default_socket_timeout = 60
934934
;extension=xmlrpc
935935
;extension=xsl
936936

937+
;zend_extension=opcache
938+
937939
;;;;;;;;;;;;;;;;;;;
938940
; Module Settings ;
939941
;;;;;;;;;;;;;;;;;;;

php.ini-production

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,8 @@ default_socket_timeout = 60
936936
;extension=xmlrpc
937937
;extension=xsl
938938

939+
;zend_extension=opcache
940+
939941
;;;;;;;;;;;;;;;;;;;
940942
; Module Settings ;
941943
;;;;;;;;;;;;;;;;;;;

0 commit comments

Comments
 (0)