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 #2088

Use of uninitialized variables when class_prefix option is omitted

Details

Submitted2004-08-08 03:13 UTC
Fromylf at xung dot org
Assignedalan_k
StatusClosed
PackageDB_DataObject
PHP Version4.3.4
OSLinux Debian (testing)
Roadmaps(Not assigned)

Comments

[2004-08-08 03:13 UTC] ylf at xung dot org

Description:
------------
Hi,

I'm experimenting with Justin Patrin's DB_Dataobject_Formbuilder_Frontend.

If I omit the class_prefix option in the .ini file (i believe I'm free to do that), with error_reporting set to E_ALL, I get :

Notice: Undefined index: class_prefix in /var/www/dev/bcc/include/PEAR_local/DB/DataObject.php on line 2194

Notice: Undefined index: class_prefix in /var/www/dev/bcc/include/PEAR_local/DB/DataObject.php on line 2234

Notice: Undefined index: class_prefix in /var/www/dev/bcc/include/PEAR_local/DB/DataObject.php on line 2194

--
Olivier Guilyardi

Packages versions :

DB 1.6.5
DB_DataObject 1.7.0