Home » HTTP » HTTP_Session2 » Bug #6449
Undefined variable warning
Details
| Submitted | 2006-01-09 16:06 UTC |
|---|---|
| From | jason at greenhell dot com |
| Assigned | till |
| Status | Closed |
| Package | HTTP_Session2 |
| PHP Version | 5.1.0 |
| OS | Linux |
| 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;