To fix this for PHP4, replace line 278 (the one causing the error) like this (removing ” = null”):
- function discover($uri, &$fetcher = null,
+ function discover($uri, &$fetcher,
Then it should work with PHP4, too. The library does not require PHP5, but somehow the library shipped in the plugin has been modified.