Fatal error: Declaration of Zend_Pdf_FileParserDataSource_File::__construct() must be compatible with Zend_Pdf_FileParserDataSource

I have fixed this issue by commenting  the constructor and destructor  in the file lib/Zend/Pdf/FileParserDataSource.php .

abstract public function __construct();

abstract public function __destruct();