Instalación/Configuración
PHP Manual

Configuración en tiempo de ejecución

El comportamiento de estas funciones se ve afectado por la configuración de php.ini.

Mcrypt configuration options
Name Default Changeable Changelog
mcrypt.algorithms_dir NULL PHP_INI_ALL  
mcrypt.modes_dir NULL PHP_INI_ALL  
Para mayor detalles y definiciones de los modos de PHP_INI_*, vea Dónde realizar un ajuste de configuración.

He aquí una breve explicación de las directivas de configuración.

mcrypt.algorithms_dir string

The directory that contains the algorithms. Defaults to the directories compiled within libcrypt, which is typically /usr/local/lib/libmcrypt. See mcrypt_list_algorithms() for additional details.

mcrypt.modes_dir string

The directory that contains the modes. Defaults to the directories compiled within libcrypt, which is typically /usr/local/lib/libmcrypt. See mcrypt_list_modes() for additional details.


Instalación/Configuración
PHP Manual