Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed bug #46382 (Mismatching allocation and deallocation in ↵ | Felipe Pena | 2008-10-24 | 1 | -1/+1 |
| | | | | stresstest.cpp) (dvice_null at yahoo dot com) | ||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -1/+1 |
| | |||||
* | an update to stresstest | Shane Caraveo | 2002-02-02 | 1 | -36/+118 |
| | |||||
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -27/+28 |
| | | | | | - whitespace fixes | ||||
* | - Implement CompareStringWithFile() | Zeev Suraski | 2001-01-15 | 1 | -3/+36 |
| | | | | | - Remove a stupid NULL assignment that slipped in the last commit | ||||
* | - Implement quick file comparing routine | Zeev Suraski | 2001-01-15 | 1 | -28/+43 |
| | | | | | | | | | - Fix crash - wait on the threads themselves, not on Event objects. It takes time between the time a thread signals the event, and the time it actually terminates (shutdown code) - so FreeLibrary() and the main() termination could occur before all of the threads terminated... | ||||
* | test now produce valid OK or FAIL. | Shane Caraveo | 2001-01-15 | 1 | -30/+58 |
| | |||||
* | dont do results if not using test files | Shane Caraveo | 2001-01-15 | 1 | -2/+2 |
| | |||||
* | clean up temp files | Shane Caraveo | 2001-01-15 | 1 | -0/+25 |
| | |||||
* | check files open | Shane Caraveo | 2001-01-15 | 1 | -1/+1 |
| | |||||
* | fix file reading, add results | Shane Caraveo | 2001-01-15 | 1 | -27/+43 |
| | |||||
* | Multithreaded stress test program for isapi module now supports phpt files | Shane Caraveo | 2001-01-15 | 1 | -86/+352 |
| | | | | | | still stuff to do before it's realy done, but does run the tests, just need to get it to compare results right now. | ||||
* | ignore blank lines | Shane Caraveo | 2001-01-08 | 1 | -15/+23 |
| | |||||
* | add notes on this program | Shane Caraveo | 2001-01-08 | 1 | -1/+1 |
| | |||||
* | stresstest is based on cgiwrap. it can be used to debug php4isapi.dll without | Shane Caraveo | 2001-01-07 | 1 | -0/+462 |
the use of an actual web server. |