Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
6005 | minor | always | 05-15-16 09:04 | 07-03-16 16:51 | |
|
|||||
Reporter: | ebo | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | |||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
|
|||||
Summary: | 0006005: exec($command, $output) doesn't return return output in variable | ||||
Description: |
Running: exec($command, $output); always results in $output NULL. A workaround is to initialise $output first as in: $output=array(); exec($command, $output); |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|