PEAR is archived and read-only

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

Home » HTTP » HTTP_Session2 » Bug #6449

Undefined variable warning

Details

Submitted2006-01-09 16:06 UTC
Fromjason at greenhell dot com
Assignedtill
StatusClosed
PackageHTTP_Session2
PHP Version5.1.0
OSLinux
Roadmaps(Not assigned)

Comments

[2006-01-09 16:06 UTC] jason at greenhell dot com

Description:
------------
In /Session2/Container/DB.php, line 269, an undefined index warning exists if the autooptimize option isn't set.

This is fixed by adding the following line in the constructor of the class:

line 97:
$this->options['autooptimize'] = false;