Link to home
Start Free TrialLog in
Avatar of doctorbill
doctorbillFlag for United Kingdom of Great Britain and Northern Ireland

asked on

xampp ioncube

I am running xampp version 1.8.3 (php version 5.5.9) on windows 7 Ultimate
I have the correct ioncube files installed and the php.ini file is configured correctly (see below)
-----
[zend]
;zend_extension = "C:\xampp\htdocs\ioncube\ioncube_loader_win_5.5.dll"
;zend_extension = "C:\xampp\php\ioncube\ioncube_loader_win_5.5.dll"
zend_extension = "C:\xampp\htdocs\ioncube\ioncube_loader_win_5.5.dll"

[XDebug]
;zend_extension = "C:\xampp\php\ext\php_xdebug.dll"
;xdebug.profiler_append = 0
;xdebug.profiler_enable = 1
;xdebug.profiler_enable_trigger = 0
;xdebug.profiler_output_dir = "C:\xampp\tmp"
;xdebug.profiler_output_name = "cachegrind.out.%t-%s"
;xdebug.remote_enable = 0
;xdebug.remote_handler = "dbgp"
;xdebug.remote_host = "127.0.0.1"
;xdebug.trace_output_dir = "C:\xampp\tmp"

Ioncube is just not loading
No errors
Apache has been resatrted

Any ideas please
SOLUTION
Avatar of lenamtl
lenamtl
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of doctorbill

ASKER

Tried all that - still no joy
maybe it is because my xampp is on a 64 bit system ?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The 64 bit loader worked for me