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
No known key found for this signature in database
GPG Key ID: FD055E41728BF310
2 changed files with
4 additions and
0 deletions
-
php.ini-development
-
php.ini-production
|
|
|
@ -934,6 +934,8 @@ default_socket_timeout = 60 |
|
|
|
;extension=xmlrpc |
|
|
|
;extension=xsl |
|
|
|
|
|
|
|
;zend_extension=opcache |
|
|
|
|
|
|
|
;;;;;;;;;;;;;;;;;;; |
|
|
|
; Module Settings ; |
|
|
|
;;;;;;;;;;;;;;;;;;; |
|
|
|
|
|
|
|
@ -936,6 +936,8 @@ default_socket_timeout = 60 |
|
|
|
;extension=xmlrpc |
|
|
|
;extension=xsl |
|
|
|
|
|
|
|
;zend_extension=opcache |
|
|
|
|
|
|
|
;;;;;;;;;;;;;;;;;;; |
|
|
|
; Module Settings ; |
|
|
|
;;;;;;;;;;;;;;;;;;; |
|
|
|
|