I would guess that one of your plugins is not compatible with PHP 5. To disable plugins temporarily while you fix the problem:
Open /includes/class_hook.php, find:
PHP Code:
function &fetch_hook($hookname)
Comment out that function (/* ... */).
Then disable plugins one by one until you find the problem. I'd suggest you start with those using 'fetch_userinfo' hook.
When done, uncomment the function.