diff options
author | Leigh <leigh@php.net> | 2016-10-04 13:20:36 +0100 |
---|---|---|
committer | Leigh <leigh@php.net> | 2016-10-04 13:20:36 +0100 |
commit | bc4676e050f7253421cb51a58b6c5178aea81ea7 (patch) | |
tree | 7213af2d693050f92a4b82f6f9f0ccbe263bde9a /php.ini-production | |
parent | 3f04ee0b8b15987de83e0cfcba00481a1aec40b9 (diff) | |
download | php-git-bc4676e050f7253421cb51a58b6c5178aea81ea7.tar.gz |
Remove mcrypt
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/php.ini-production b/php.ini-production index 1090321e04..0b48928979 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1737,17 +1737,6 @@ soap.wsdl_cache_limit = 5 ; Sets the maximum number of open links or -1 for unlimited. ldap.max_links = -1 -[mcrypt] -; For more information about mcrypt settings see http://php.net/mcrypt-module-open - -; Directory where to load mcrypt algorithms -; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt) -;mcrypt.algorithms_dir= - -; Directory where to load mcrypt modes -; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt) -;mcrypt.modes_dir= - [dba] ;dba.default_handler= |