It is doubtful that you are hitting a timeout since the MCAPI wrapper
checks for a properly returns an error if a call times out. If you're
not getting anything echo'd after the var_dump, it sounds like PHP is
just dying during that connection for some reason. You'll need to turn
on various level of error checking to make sure you can find out why.
You may also want to view source or use command line scripts as it's
possible an error message is getting swallowed and hidden since you
are running this call through the browser.
jesse