Questions tagged [ioncube]

19 questions
2
votes
1 answer

Issue installing Ioncube with PHP 5.6.11 with Apache 2.4.16 on centOS 6.7

This is how I am compiling PHP 5.6.11 with apache2 2.4.16 on cenOS 6.7: ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-config-file-path=/usr/local/lib --with-mysql --with-curl --with-openssl --disable-fileinfo --enable-bcmath…
Hashmi
  • 143
  • 10
1
vote
1 answer

ioncube install centos 6 zend error

i currently have vestacp installed on a centos 6 webserver, zend is installed and i believe ioncube is installed however ioncube states that it is infact not installed. machine: Linux fellio.example.com 2.6.32-642.11.1.el6.x86_64 #1 SMP Fri Nov 18…
iCeptic
  • 11
  • 3
1
vote
0 answers

Does the ionCube have problems with php running on musl libc?

i am running alpine:edge on docker # ldd /usr/bin/php /lib/ld-musl-x86_64.so.1 (0x5611c8e92000) libxml2.so.2 => /usr/lib/libxml2.so.2 (0x7f5bfc8a5000) libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x5611c8e92000) libz.so.1 => /lib/libz.so.1…
kritop
  • 131
  • 1
  • 3
1
vote
1 answer

Installing Ioncube on CentOS

I am trying to install Ioncube on one of my VPSs.Just a little background. This is a CentOS latest, running on an ESXi latest host. The machine has 2GB memory. I ran php-based loader wizard. I'm trying to install v5.3. When re-opening the loader, I…
Zack Magee
  • 25
  • 1
  • 5
1
vote
2 answers

Downgrade PHP 5.5 to 5.4 (CentOS REMI Repo)

I have installed a LEMP stack by following this guide http://www.if-not-true-then-false.com/2011/install-nginx-php-fpm-on-fedora-centos-red-hat-rhel/ I now have the latest version of PHP v5.5. I then proceeded to setup my website/scripts and one of…
Latheesan
  • 347
  • 2
  • 6
  • 18
1
vote
4 answers

Failed loading ioncube

I recently upgraded a small server to Ubuntu 12.10 (from 12.04), thus upgrading PHP from 5.3 to 5.4. However, I'm getting this in root's mailbox several times a day: Subject: Cron [ -x /usr/lib/php5/maxlifetime ] && [ -d…
user148905
1
vote
3 answers

ioncube not load after upgrading to php 5.4

i am afraid that i broke somthing in my vps :/ i hope you can help me. i am on ubuntu-12.04-x86. and i moved to new vps so i tryied to upgrade the php to the news version from 5.3 to 5.4. anyway after installing i get this messages: fild loading…
amir
  • 13
  • 1
  • 4
1
vote
1 answer

Setting up IonCube on IIS7 : Windows Server 2008

we've inherited a PHP project from a client that requires IonCube. Our boxes all run on IIS7 and although we've followed the instructions for configuring it, it isn't loading the decoder library. Have any of you had any success with getting IonCube…
Chance
  • 207
  • 3
  • 10
0
votes
0 answers

Very Strange CPU Usage with PHP-FPM/MYSQL/NGINX

I have php-fpm 7.0.11 - with ioncube nginx 1.10.x mariadb 10.1 I'm using the PHP-FPM to static, I never had any problems with this. The High CPU usage occurred randomly, and now it's permanent. I didn't make any changes. At the time we are talking…
user3393046
  • 121
  • 2
  • 10
0
votes
0 answers

gettimeofday causing high httpd cpu usage

Im running a php script with ioncube/zend. All Cores are at 100% and the system begins to accumulate load. All httpd processes are in R (reading status) and it looks like they are reading on something. I have to restart apache to fix the problem…
smile
  • 1
  • 1
0
votes
1 answer

ioncube not working with php-fpm nginx

php version: PHP 5.5.9-1ubuntu4.14 (cli) (built: Oct 28 2015 01:34:46) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend…
Alexander Kim
  • 597
  • 3
  • 8
  • 21
0
votes
1 answer

Cron Job error says ioncube is not installed when it is

I have a website (mivprofit.com) and this website works with a script that requires a couple of cron jobs to run once a day. I have a cron email set and whenever the cron job runs this is the email that I get: Content-type: text/html Site error:…
0
votes
2 answers

httpd dead but subsys locked with both ioncube and ZendGuardLoader installed

I installed a php extension ioncube, and restart the httpd, then I got this error "httpd dead but subsys locked". I googled for the solution, and found out I need to comment out the line Zend_extension = /usr/lib64/php/modules/ZendGuardLoader.so in…
Zhenyu
  • 253
  • 1
  • 3
  • 10
0
votes
1 answer

Cannot install Ioncube on php

I have downloaded Ioncube then using unzip tar and placed it in document root. Then changed the php.ini file.. I did all according to: http://www.howtoforge.com/installation-of-zendoptimizer-and-ioncubeloader-using-lighttpd-on-centos Then I…
user131274
  • 21
  • 5
0
votes
1 answer

Is it possible to have both ion cube and zend loaders running on the same server?

For ion cube I need this line zend_extension = /usr/lib/php5/20060613+lfs/ioncube_loader_lin_5.2.so while for zend I need this one zend_extension = /etc/php5/ZendOptimizer.so Are these loaders mutually exclusive and if no, what line do I need to…
Eugene
  • 167
  • 1
  • 3
  • 7
1
2