[email protected]

Well-Known Member
Jul 9, 2005
78
0
156
Belgium
hi people,

I think it's about time i upgrade my CPanel server to PHP5 so i did go ahead and i was exspecting problems .... So i use easyapache choose option 6 and choose php Version 5.2.0 from the list.After this completes all is still working except ioncube so i get the ioncube loaders for PHP 5 and i add to my php.ini

Code:
zend_extension=/path/to/ioncube_loader_lin_5.2.so
restart the server after it

but still it is not working :confused: :confused: :confused: :confused: what the heck is wrong here

:mad: :mad: :mad: :mad:
 

Todd Mitchell

Well-Known Member
Staff member
Nov 13, 2006
301
1
243
Houston, TX
Be sure to add the zend_extension line to the top of /usr/local/lib/php.ini and restart httpd.

You can then do a php -v to verify that its loaded properly.
 

[email protected]

Well-Known Member
Jul 9, 2005
78
0
156
Belgium
Be sure to add the zend_extension line to the top of /usr/local/lib/php.ini and restart httpd.

You can then do a php -v to verify that its loaded properly.
Actually it whas because my PHP build was compiled --with-versioning that whas causing a problem.I recompiled PHP without it and it whas working now it says

This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies
with the ionCube PHP Loader v3.1.26, Copyright (c) 2002-2006, by ionCube Ltd., and
with Zend Extension Manager v1.0.11, Copyright (c) 2003-2006, by Zend Technologies
with Zend Optimizer v3.2.0, Copyright (c) 1998-2006, by Zend Technologies
cheers ;)