Mcrypt 설치 런타임 구성

이러한 함수의 동작은 php.ini의 설정에 영향을 받습니다.

Mcrypt 구성 옵션

Name Default Changeable Changelog
mcrypt.algorithms_dir null PHP_INI_ALL  
mcrypt.modes_dir null PHP_INI_ALL  

PHP_INI_* 모드에 대한 자세한 내용과 정의는 구성 설정을 설정할 수 있는 위치를 참조하세요. 다음은 구성 지시문에 대한 간단한 설명입니다.

mcrypt.algorithms_dir string
알고리즘이 포함된 디렉토리입니다. 기본값은 일반적으로 /usr/local/lib/libmcrypt인 libmcrypt 내에서 컴파일된 디렉토리입니다. 자세한 내용은 mcrypt_list_algorithms()를 참조하십시오.
mcrypt.modes_dir string
모드가 포함된 디렉토리입니다. 기본값은 일반적으로 /usr/local/lib/libmcrypt인 libmcrypt 내에서 컴파일된 디렉토리입니다. 자세한 내용은 mcrypt_list_modes()를 참조하십시오.