Проблема с установкой ionCube на CentOS 6

8montecristo

Постоялец
Регистрация
12 Июн 2016
Сообщения
137
Реакции
58
Всем привет!
Ставлю ionCube на CentOS 6.
Делаю так:
Код:
yum install php-ioncube php-zend
/etc/init.d/httpd restart
На сайте хостера написано, что больше ничего делать не нужно.
Но не грузится расширение, не могу в чем причина.
Код:
php -v
PHP 5.6.29 (cli) (built: Dec 12 2016 13:24:02)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
    with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
На сайте все равно выводится:
Код:
Site error: the file /home/admin/web/site.ru/public_html/index.php requires the ionCube PHP Loader ioncube_loader_lin_5.6.so to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with installation
Версия ос:
Код:
rpm --query centos-release
centos-release-6-8.el6.centos.12.3.x86_64
 
1) Для просмотра ссылки Войди или Зарегистрируйся
2) cp -p ioncube_loader_lin_5.6.so /usr/local/ioncube
3)# vim /etc/php.ini
zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.6.so
4) # php -v

with the ionCube PHP Loader vx.x.x, Copyright (c) 2002-201x, by ionCube Ltd.
 
в конец php.ini

ну и рестарт апача само собой
 
в конец php.ini

ну и рестарт апача само собой
ребутнул сервер полностью
Код:
# php -v
PHP 5.6.29 (cli) (built: Dec 12 2016 13:24:02)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
    with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v6.0.9, Copyright (c) 2002-2016, by ionCube Ltd.
    with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
Но при загрузке сайта никаких изменений:
Код:
Site error: the file /home/admin/web/site.ru/public_html/index.php requires the ionCube PHP Loader ioncube_loader_lin_5.6.so to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with installation
В чем может быть причина?
 
возможно переопределены глобальные/локальные настройки php.ini или заглушено htaccess ом
 
разобрался, переопределялся параметр в файле
/etc/php56/php.d/ioncube.ini
расскоментировал нужную строчку, заработало :)
 
Назад
Сверху