Home » HTTP » HTTP_Upload » Bug #2383
Notice: Undefined variable: error in C:\php5\PEAR\HTTP\Upload.php on line 509
Details
| Submitted | 2004-09-23 21:12 UTC |
|---|---|
| From | jet dot tian at cspencerltd dot co dot uk |
| Assigned | antonio |
| Status | Closed |
| Package | HTTP_Upload |
| PHP Version | 5.0.1 |
| OS | Windows XP |
| Roadmaps | (Not assigned) |
Comments
[2004-09-23 21:12 UTC] jet dot tian at cspencerltd dot co dot uk
Description:
------------
Notice: Undefined variable: error in C:\php5\PEAR\HTTP\Upload.php on line 509
Reproduce code:
---------------
function isMissing()
{
...
$files = array();
$size = 0;
// I added error = null
$error = null;
foreach ($this->post_files as $userfile => $value) {
...
}
...
}