PHPINFO() tells me the following: This program makes use of the Zend Scripting Language Engine: Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies with the ionCube PHP Loader v3.1.32, Copyright (c) 2002-2007, by ionCube Ltd., and with Zend Optimizer v3.3.9, Copyright (c) 1998-2009, by Zend Technologies Code (markup): Notice the ionCube PHP Loader v3.1.32. I have added the line: zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so Code (markup): to my PHP.INI file and rebooted apache however the phpinfo file still states v3.1.32 How do I get the phpinfo to update and show that I am infact using 5.2? Any help appreciated!
You have misunderstood the file name. ioncube_loader_lin_5.2.so means the inocube loader for PHP version 5.2. It is not an Ioncube version. As far I know the latest version of Ioncube loader is 3.1.X. Kailash