Closed (fixed)
Project:
Backup and Migrate Dropbox
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2013 at 12:56 UTC
Updated:
16 Apr 2013 at 13:50 UTC
Thanks for this nice piece of work and it's really helpful for my backup routing.
With the latest DEV release, users with PHP versions prior to 5.3 will receive a fatal error because anonymous functions are supported in PHP 5.3 and later.
Line 135 of destinations.dropbox.inc
spl_autoload_register(function($class) {
I think we should now have this requirement in the backup_migrate_dropbox.info file so users will not face to this issue.
php = 5.3
I'd happily provide a tiny patch but not sure what you'd say.
Thanks!
Comments
Comment #1
wundo commentedFixed, thanks