Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002208 [Quercus] minor always 11-28-07 00:52 11-28-07 00:59
Reporter nam View Status public  
Assigned To nam
Priority normal Resolution fixed  
Status closed   Product Version 3.1.3
Summary 0002208: java.util.Map elements cannot be passed functions
Description (rep by gtong)

When calling back to java, you can't pass map or list elements as parameters because com.caucho.quercus.env.JavaListAdapter and com.caucho.quercus.env.JavaMapAdapter don't implement getArg. This was easily fixed by adding:

/**
* @see com.caucho.quercus.env.JavaAdapter#getArg(com.caucho.quercus.env.Value)
*/
public Value getArg( Value key )
{
return get( key );
}
Additional Information
Attached Files

- Relationships

- Notes
(0002527)
nam
11-28-07 00:59

php/0cfg
 

- Issue History
Date Modified Username Field Change
11-28-07 00:52 nam New Issue
11-28-07 00:52 nam version 3.1.4 => 3.1.3
11-28-07 00:52 nam Status new => assigned
11-28-07 00:52 nam Assigned To  => nam
11-28-07 00:59 nam Status assigned => closed
11-28-07 00:59 nam Note Added: 0002527
11-28-07 00:59 nam Resolution open => fixed
11-28-07 00:59 nam Fixed in Version  => 3.1.4


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker