[PHP 7] issue with ionCube and Zend Guard Loader

Bjarn

New member
Joined
Dec 14, 2015
Messages
1
Hello,

I have installed PHP 7, but now I'm trying to install Laravel using composer etc. But it was giving me errors about Zend and ionCube.

I did
Code:
php -v
and this was the result:

Code:
[xx@server1 public_html]# php -v
Failed loading /usr/local/lib/ioncube/ioncube_loader_lin_5.6.so:  /usr/local/lib/ioncube/ioncube_loader_lin_5.6.so: undefined symbol: zval_update_constant_inline_change
Failed loading /usr/local/lib/ZendGuardLoader5.6.so:  /usr/local/lib/ZendGuardLoader5.6.so: undefined symbol: zval_used_for_init
PHP 7.0.0 (cli) (built: Dec 13 2015 00:00:53) ( NTS )
Copyright (c) 1997-2015 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2015 Zend Technologies

I can't find anything on Google, need to get this fixed asap.
 
Is ionCube now supported by PHP7 ?
If not, would it be wise to disable ionCube first before upgrading to php7 ?
 
Back
Top