Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1169 | minor | always | 06-01-06 12:24 | 06-01-06 14:09 | |
|
|||||
Reporter: | westrupp | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | |||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.20 | ||
|
|||||
Summary: | 0001169: bug marshalling ArrayValue return type with ReturnNullAsFalse | ||||
Description: |
The problem shows up in quercus PostgresModule but should appear for any quercus module function that returns ArrayValue or some specific return type derived from Value. Example: @ReturnNullAsFalse public ArrayValue pg_function(Env env) { return null; } --- The php var_dump(pg_function()) should be bool(false) but it is: NULL |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|