← Back to team overview

ius-coredev team mailing list archive

[Bug 1088667] Re: php53u xcache install messes up ioncube

 

Since 3.0 no longer is a Zend extension it appears the two have issues with each other,
if you require both Xcache and Ioncube-loader I would use a 2.0 Xcache found in our Archive repo:

  http://dl.iuscommunity.org/pub/ius/archive/

# rpm -ivh http://dl.iuscommunity.org/pub/ius/archive/Redhat/5/x86_64/php53u-xcache-2.0.1-1.ius.el5.x86_64.rpm
Retrieving http://dl.iuscommunity.org/pub/ius/archive/Redhat/5/x86_64/php53u-xcache-2.0.1-1.ius.el5.x86_64.rpm
Preparing...                ########################################### [100%]
   1:php53u-xcache          ########################################### [100%]

# php -v
PHP 5.3.18 (cli) (built: Oct 18 2012 17:14:24) 
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
    with the ionCube PHP Loader v4.2.2, Copyright (c) 2002-2012, by ionCube Ltd., and
    with XCache v2.0.1, Copyright (c) 2005-2012, by mOo
    with Xdebug v2.2.1, Copyright (c) 2002-2012, by Derick Rethans
    with Suhosin v0.9.33, Copyright (c) 2007-2012, by SektionEins GmbH

-- 
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/1088667

Title:
  php53u xcache install messes up ioncube

Status in IUS Community Project:
  New

Bug description:
  I have installed php53u on centos 5.8 from the repo. I can install
  ioncube just fine and php -v gives me the correct output. When I
  install xcache then  ioncube complains it is not first in
  /etc/php.ini. The problem is they are not loading loading from
  /etc/php.ini they are loading from /etc/php.d/. So if the system is
  working correctly ioncube would load first as it comes before xcache.

  I know it is a problem with xcache as I have the zend guard loader
  installed and it works fine also.

   I have tried editing /etc/php.ini and telling ioncube to load before
  xcache and it did not work. (Yes I deleted the corresponding
  /etc/php.d/ entries first so they did not double load.)

  OS = Centos 5.8

  PHP = 5.3u

  Packages =  php53u-5.3.18-1.ius.el5.i386,  php53u-ioncube-
  loader-4.2.2-1.ius.el5.i386,  php53u-xcache.i386 0:3.0.0-1.ius.el5

  Steps to reproduce problem = Just install the packages is all I have
  done.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ius/+bug/1088667/+subscriptions


References