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
and this was the result:
I can't find anything on Google, need to get this fixed asap.
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
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.