History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: ZF-160
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Alexander Veremyev
Reporter: Asger Hallas
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Zend_Pdf notices -- needs review

Created: 29/Jun/06 10:33 AM   Updated: 05/Jul/07 02:44 PM
Component/s: Zend_Pdf
Affects Version/s: None
Fix Version/s: 0.1.5

Time Tracking:
Not Specified

Issue Links:
Duplicate
 
External References:
Re: [fw-general] PDF notices (Confluence: Zend Framework List Archive: FW-GENERAL)
Returnpath: <fwgeneralreturn3981zf.general=runbox.com@lists.zend.com> Received: (qmail 5977 invoked by uid 100); 29 Jun 2006 16:37:36 0000 MessageID: <9143733.1151595301720.JavaMail.root@framework.zend.com> Date: Thu, 29 Jun 2006 09:36:36 0700 From: J...

Resolution Date: 29/Jun/06 04:27 PM


 Description  « Hide
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?



 All   Comments   Work Log   Change History   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Alexander Veremyev - 29/Jun/06 04:27 PM
Fixed by changeset [745].
It's actually rollback of changeset [254], which is workaround of one fixed php bug.

Jayson Minard - 11/Jul/06 11:54 AM
0.1.5 released