PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB_DataObject » Bug #1763

generated class : "?>" miss

Details

Request #1763generated class : "?>" miss
Submitted2004-07-01 14:12 UTC
Fromsylvain at com-ocean dot com
StatusWont fix
PackageDB_DataObject
PHP Version4.3.6
OSWindows XP
Roadmaps(Not assigned)

Comments

[2004-07-01 14:12 UTC] sylvain at com-ocean dot com

Description:
------------
It's just a notice.
DataObject generated class doesn't have the "?>" at the end of the php file. It is normal ?

To resolve the bug :
File : Generator.php,
insert a new line after line 559 :
$foot .= "?>\n";

Thanks for the DataObject package :)