blob: a02d70c90b8d8ffdb4fcd657f28f35bebb89f4fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[
{ type: install
message: <<EOM
You have installed the ionCube loader package.
The following lines have been added to %%PREFIX%%/etc/php/ext-05-ioncube.ini so
that the extension has been automatically activated.
[Zend]
zend_extension=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/ioncube/ioncube_loader.so
zend_extension_ts=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/ioncube/ioncube_loader_ts.so
EOM
}
]
|