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

Key: ZF-194
Type: Bug Bug
Status: Closed Closed
Resolution: Duplicate
Priority: Minor Minor
Assignee: Unassigned
Reporter: Aaron Edmonds
Votes: 0
Watchers: 0
Operations

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

PHP notice in Zend/Pdf/Element/Reference.php

Created: 05/Jul/06 04:21 PM   Updated: 05/Jul/07 02:44 PM
Component/s: Zend_Pdf
Affects Version/s: 0.1.4
Fix Version/s: 0.1.5

Time Tracking:
Not Specified

Issue Links:
Duplicate
 

Resolution Date: 05/Jul/06 06:26 PM


 Description  « Hide
I get the following PHP notice since I upgraded ZF from 0.1.3 to 0.1.4:

Notice: Only variable references should be returned by reference in C:\projects\vendors\Zend\Pdf\Element\Reference.php on line 207

The notice goes away when I change line 207 from this:

public function &__get($property)

to this:

public function __get($property)

This will keep the PDF from rendering in the browser due to headers already being sent.

Having your error_reporting level kept low would also keep this from appearing.



 All   Comments   Work Log   Change History   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Willie Alberty - 05/Jul/06 06:26 PM
Duplicate of ZF-160. This is fixed in the 0.1.5 release.

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