'Fatal error: Class 'CURLFile' not found' error in Facebook PHP Application for 'upload photo to user's timeline'-Collection of common programming errors

I just tried to develop a Facebook application using Facebook PHP SDK. The example code given in Facebook developer site is as below..

        

  

But when I run the program it shows an error 'Fatal error: Class 'CURLFile' not found'. When searched for the solution I find that the new PHP Facebook SDK doesn’t have ‘CURLFile’ Class. Can anyone help me with the new SDK code to ‘Post Photo to the user timeline’?

Thanks in advance..