Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1242 | minor | always | 07-10-06 17:11 | 07-12-06 13:45 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.20 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.20 | ||
|
|||||
Summary: | 0001242: fopen() return value can't be passed into set_file_buffer() | ||||
Description: |
PHP: <?php $fp = fopen("/tmp/foo", "w"); set_file_buffer($fp, 0); ?> Under Quercus, I get a warning: .../test.php:3: Warning: 'FileOutput[/tmp/foo]' of type `JavaValue' is an unexpected argument, expected StreamResource [set_file_buffer] |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|