Настройка во время выполнения

Поведение этих функций зависит от установок в php.ini.

Blenc Опции настройки
Имя По умолчанию Меняемо Список изменений
blenc.key_file /usr/local/etc/blenckeys PHP_INI_ALL

Краткое разъяснение конфигурационных директив.

blenc.key_file string

It's the location where BLENC can find the file containing a list of available decryption keys. This file must be readable by webserver.

Коментарии

Автор:
When you add the blenc extension to your php installation, you should add in your php.ini :

; Blenc for windows
extension=php_blenc.dll
blenc.key_file = "c:\path\to\blenckeys"

a blank key file directive doesn't allow the blenc extension to decrypt the files (and also to add keys when encoding a file)
2014-02-18 22:54:27
http://php5.kiev.ua/manual/ru/blenc.configuration.html

    Поддержать сайт на родительском проекте КГБ