Bugger,
Totally forgot, someone asked me about getting worldpay to work with PHP5, at the moment it's simple, in you php.ini file there is a line
Code:
register_long_arrays = Off
change that to
Code:
register_long_arrays = On
restart apache and the current module will work, except you can't download it because until this bug is fixed it's been disabled. but anyway, I've seen the beta and it looks PHP5 compatible. Turning on register_long_arrays will slow down/ use more memory on an overworked server too.
Thanks
Philip.
Bookmarks