Browse Source

Added opcache extension to inis

Extensions are not loaded by default (commented out)

Closes GH-5136
pull/5140/head
Pieter Hordijk 6 years ago
committed by kocsismate
parent
commit
b97c9dc72a
No known key found for this signature in database GPG Key ID: FD055E41728BF310
  1. 2
      php.ini-development
  2. 2
      php.ini-production

2
php.ini-development

@ -934,6 +934,8 @@ default_socket_timeout = 60
;extension=xmlrpc
;extension=xsl
;zend_extension=opcache
;;;;;;;;;;;;;;;;;;;
; Module Settings ;
;;;;;;;;;;;;;;;;;;;

2
php.ini-production

@ -936,6 +936,8 @@ default_socket_timeout = 60
;extension=xmlrpc
;extension=xsl
;zend_extension=opcache
;;;;;;;;;;;;;;;;;;;
; Module Settings ;
;;;;;;;;;;;;;;;;;;;

Loading…
Cancel
Save