Skip to content

Commit

Permalink
Refresh PHP extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Oct 14, 2024
1 parent d3339fb commit 1bcba34
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions spk/owncloud/src/conf/resource
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,24 @@
"backend": 8,
"connect_timeout": 120,
"extensions": [
"bcmath",
"apcu",
"bz2",
"curl",
"exif",
"ftp",
"gd",
"gmp",
"iconv",
"imagick",
"imap",
"intl",
"ldap",
"memcached",
"openssl",
"pdo_mysql",
"phar",
"posix",
"redis",
"ssh2",
"zip",
"zlib"
],
Expand Down
8 changes: 6 additions & 2 deletions spk/owncloud/src/web/owncloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,24 @@
"enable_cache": true,
"enable_xdebug": false,
"extensions": [
"bcmath",
"apcu",
"bz2",
"curl",
"exif",
"ftp",
"gd",
"gmp",
"iconv",
"imagick",
"imap",
"intl",
"ldap",
"memcached",
"openssl",
"pdo_mysql",
"phar",
"posix",
"redis",
"ssh2",
"zip",
"zlib"
],
Expand Down

0 comments on commit 1bcba34

Please sign in to comment.