← Back to team overview

ius-coredev team mailing list archive

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

 

I have confirmed this bug also effects me internally:

# rpm -q php53u
php53u-5.3.18-1.ius.el5
[root@CentOS5-5-IUS-testing ~]# rpm -q php53u-ioncube-loader
php53u-ioncube-loader-4.2.2-1.ius.el5
[root@CentOS5-5-IUS-testing ~]# rpm -q php53u-xcache
package php53u-xcache is not installed


# 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 Xdebug v2.2.1, Copyright (c) 2002-2012, by Derick Rethans
    with Suhosin v0.9.33, Copyright (c) 2007-2012, by SektionEins GmbH


# yum install php53u-xcache

# rpm -q php53u-xcache
php53u-xcache-3.0.0-1.ius.el5

# php -v
PHP Fatal error:  [ionCube Loader] The Loader must appear as the first entry in the php.ini file in Unknown on line 0

-- 
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