Skip to content

Commit 796c94e

Browse files
author
Clément GIBAUD
committed
remove mcrypt (deprecated)
1 parent 9c7dcdb commit 796c94e

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Required packages (installed automatically) :
1111
- php7-fpm
1212
- php7.0-opcache
1313
- php-apcu
14-
- php7.0-mcrypt
1514
- php7.0-gd
1615
- php7.0-curl
1716
- php-pear

tasks/php7-fpm.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
- php{{ php7_version }}-gd
2626
- php{{ php7_version }}-intl
2727
- php{{ php7_version }}-mbstring
28-
- php{{ php7_version }}-mcrypt
2928
- php{{ php7_version }}-mysql
3029
- php{{ php7_version }}-opcache
3130
- php{{ php7_version }}-readline

templates/php.ini.j2

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1857,17 +1857,6 @@ soap.wsdl_cache_limit = 5
18571857
; Sets the maximum number of open links or -1 for unlimited.
18581858
ldap.max_links = -1
18591859

1860-
[mcrypt]
1861-
; For more information about mcrypt settings see http://php.net/mcrypt-module-open
1862-
1863-
; Directory where to load mcrypt algorithms
1864-
; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
1865-
;mcrypt.algorithms_dir=
1866-
1867-
; Directory where to load mcrypt modes
1868-
; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
1869-
;mcrypt.modes_dir=
1870-
18711860
[dba]
18721861
;dba.default_handler=
18731862

0 commit comments

Comments
 (0)