Skip to content

Commit 38c6535

Browse files
authored
Merge pull request #60 from flownative/bugfix/opcache
Fix OPcache not being loaded due to missing zend_extension directive
2 parents 054af49 + c27da95 commit 38c6535

File tree

1 file changed

+3
-0
lines changed
  • root-files/opt/flownative/php/etc

1 file changed

+3
-0
lines changed

root-files/opt/flownative/php/etc/php.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ date.timezone = ${PHP_DATE_TIMEZONE}
160160

161161

162162
[opcache]
163+
; Load the opcache extension
164+
zend_extension=opcache.so
165+
163166
; Determines if Zend OPCache is enabled
164167
opcache.enable=1
165168

0 commit comments

Comments
 (0)