ioncube loader always loads version 4.5

maurix

Verified User
Joined
Feb 6, 2013
Messages
5
hello i have centos 6 and directadmin i have installed php 5.3 and latest iocube loader but it loads always version 4.5
in my php.ini i have setup:


; Local Variables:
; tab-width: 4
; End:


zend_extension=/usr/local/lib/ioncube_loader_lin_5.3.so
zend_extension=/usr/local/lib/ZendGuardLoader.so

but if i do a php-v i have:

PHP 5.3.28 (cli) (built: Dec 28 2013 01:03:44)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies
with the ionCube PHP Loader v4.5.0, Copyright (c) 2002-2013, by ionCube Ltd., and
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies
 
Back
Top