Task #80 — benchmark - windows workaround
Attached to Project— EZPDO
Opened by Robert Janeczek (rashid) - Monday, 15 Aug 2005, 5:57am
Last edited by oak nauhygon (admin) - Monday, 15 Aug 2005, 9:27am
Last edited by oak nauhygon (admin) - Monday, 15 Aug 2005, 9:27am
| Bug Report | |
| Miscellaneous | |
| Closed | |
| oak nauhygon (admin) | |
| All |
| Low | |
| Normal | |
| CVS | |
| 1.0.x | |
|
detecting windows environment in getMemUsage() is not working properly: else if ( strpos( strtolower($_SERVER["OS"]), 'windows') !== false) { should be replaced with else if ( strpos( strtolower($_ENV["OS"]), 'windows') !== false) { |
This task depends upon
This task blocks these from closing
Comments (1) | Attachments (0) | Related Tasks (0/0) | Notifications (1) | Reminders (0) | History |
Comment by oak nauhygon - Monday, 15 Aug 2005, 9:28am
rashid, thanks for the fix.. tested and checked in now. should be in tomrrow's nightly.