ZF-160: Zend_Pdf notices -- needs review
Description
from Asger Hallas on the mailing list
I get a lot of notices like this:
Notice: Only variable references should be returned by reference in D:\web\localhost\indsigt\private\lib\ZendFramework-0.1.3-trunk\Zend\Pdf\ Element\Reference.php on line 207
When I run this code with the newest code from SVN:
$fileName='./private/app/ftemplate.pdf';
$pdf = Zend_Pdf::load($fileName);
Any good reason for that?
Comments
Posted by Alexander Veremyev (alexander) on 2006-06-29T16:27:49.000+0000
Fixed by changeset [745]. It's actually rollback of changeset [254], which is workaround of one fixed php bug.
Posted by Jayson Minard (jayson) on 2006-07-11T11:54:38.000+0000
0.1.5 released