Ioncube error after upgrade php to 5.6.9

Had the same problem and decided to rollback the update until there's a compatible version. (php 5.5.25 & xcache 3.2.0).
 
I use php 5.6.9 (upgraded from 5.6.8 before the error)
xcache 3.2.0
ioncube LAST ONE
This is not problem in ioncube or xcache, I didnt touch them.
I just updraded the php version from 5.6.8 to 5.6.9 and than the error started.
 
Last edited:
xcache is compiled against the php version, in fact, for compile it you use phpize software that is part of php itself.

It is a problem related to xcache and ioncube as you can see on the bug report i pasted before.

If you dont think it is so, ask to xcache community and ioncube community, probably they will place a better response than mine on this issue.

Regards
 
I use php 5.6.9 (upgraded from 5.6.8 before the error)
xcache 3.2.0
ioncube LAST ONE
This is not problem in ioncube or xcache, I didnt touch them.
I just updraded the php version from 5.6.8 to 5.6.9 and than the error started.

Ioncube is always automatically reinstalled/upgraded when you recompile PHP in custombuild. The new ioncube version was a major version, and was added to custombuild about the time of the new PHP version was added. So when you upgraded PHP you got a new major ioncube version automatically. My guess it is a problem betwen the new ioncube version and xcache, like Andrea said.
 
Back
Top