Skip to content

Commit

Permalink
php7.2-mcrypt removed
Browse files Browse the repository at this point in the history
    php/mcrypt deprecated in 7.1, removed in 7.2
    nextcloud should work fine without it:
    nextcloud/server#8265
  • Loading branch information
mihail committed Nov 25, 2018
1 parent a3e6c4e commit d51a1cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tasks/http_apache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
- "php{{ php_ver }}-json"
- "php{{ php_ver }}-curl"
- "php{{ php_ver }}-intl"
- "php{{ php_ver }}-mcrypt"
notify: start apache

- name: "[APACHE] - Some other packages are installed."
Expand Down
1 change: 0 additions & 1 deletion tasks/http_nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
- "php{{ php_ver }}-json"
- "php{{ php_ver }}-curl"
- "php{{ php_ver }}-intl"
- "php{{ php_ver }}-mcrypt"
notify: [ "start nginx", "start php-fpm" ]

- name: "[NGINX] - Some other packages are installed."
Expand Down

0 comments on commit d51a1cf

Please sign in to comment.