Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2102 | trivial | always | 10-20-07 23:51 | 10-21-07 15:56 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.3 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.4 | ||
|
|||||
Summary: | 0002102: Resource usage functions undefined | ||||
Description: |
Some of our debug logging code calls getrusage(), memory_get_usage(), and memory_get_peak_usage(), none of which are defined by Quercus. Obviously it's hard to return meaningful results for those in an app server environment, but right now the code just bombs out. Dummy results would be preferable. (Obviously it'd be possible to compute a rough memory usage estimate, but that's most likely not worth the trouble.) For now I have just defined these as dummy functions in PHP, so this is not urgent. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|