ZF-12501: Missing argument 2 in call to Zend_Pdf_FileParser::isBitSet
Description
Required argument 2 is missing in the call to Zend_Pdf_FileParser::isBitSet in Zend/Pdf/FileParser/Font/OpenType.php on line 587.
This generates the following messages while trying to open a pdf file to write some text over it: + Warning: Missing argument 2 for Zend_Pdf_FileParser::isBitSet(), called in Zend/Pdf/FileParser/Font/OpenType.php on line 587 + Notice: Undefined variable: bitField in Zend/Pdf/FileParser.php on line 342
Adding the same parameter as previous calls use seems to work.
Comments
Posted by Frank Brückner (frosch) on 2013-01-09T11:32:42.000+0000
Fixed on trunk (25196) and release-1.12 (25197)
Posted by Frank Brückner (frosch) on 2013-01-09T11:33:35.000+0000
@Miguel Thanks for reporting!